summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-10-12tests/testdisplay: Test the stereo 3D modesstereo-3dDamien Lespiau1-5/+221
2012-10-12lib: Dump information about the supported 3D stereo formatsDamien Lespiau1-2/+11
2012-10-12tests/testdisplay: Add some stereo 3D imagesDamien Lespiau4-0/+0
2012-10-12lib/mmio: gen2 has a bigger register window, tooDaniel Vetter1-1/+1
2012-10-10fix warn in testdisplay: ignoring return value of 'chdir'Imre Deak1-1/+3
2012-10-10fix warn in prime_nv_*: ignoring return value of ‘fgets’Imre Deak2-2/+8
2012-10-10fix warn in gem_reg_read: 'read' shadows a global declarationImre Deak1-9/+9
2012-10-10fix warn in sysfs_{rc6, rps}*: ignoring return value of 'fscanf'Imre Deak2-2/+9
2012-10-10fix warn in gem_readwrite: 'read/write' shadows a global declarationImre Deak1-14/+14
2012-10-10fix warn in intel_reg_snapshot: ignoring return value of 'write'Imre Deak1-1/+4
2012-10-10fix warn in intel_error_decode: ignoring return value of 'asprintf'Imre Deak1-2/+8
2012-10-10fix warn: 'div' shadows a global declarationImre Deak5-15/+15
2012-10-09tests/gem_exec_big: fixupsDaniel Vetter1-6/+10
2012-10-09tests/gem_exec_big: add a reloc at the end of the big batchDaniel Vetter1-6/+22
2012-10-09tests: add big batchbuffer testDaniel Vetter4-1/+110
2012-10-09lib: remove auto-quiescenting of the gpuDaniel Vetter1-1/+0
2012-10-09lib: make drmtest_progress more robustDaniel Vetter1-1/+6
2012-10-09tests: update .gitignoreDaniel Vetter1-0/+1
2012-10-09tests: add gem_cs_tlbDaniel Vetter3-1/+167
2012-10-09tests/gem_cs_prefetch: clarify what it testsDaniel Vetter2-0/+4
2012-10-04tests/flip_test: check -EBUSY and -EINVAL behaviourDaniel Vetter1-7/+27
2012-10-04tests/*storedw*: add subcases with more outstanding batchesDaniel Vetter4-8/+44
2012-10-03flip_test: fix timestamp orderDaniel Vetter1-1/+2
2012-10-03tests/gem_caching: only disable on vintage i965g/gmDaniel Vetter1-2/+8
2012-10-03tests: add drm_threaded_access_tiledDaniel Vetter2-0/+125
2012-10-03flip_test: add an explicit flag for timing checksDaniel Vetter1-4/+5
2012-10-02gem_cpu_reloc: Do another pass explicitly moving to the CPU write domainChris Wilson1-1/+18
2012-10-02gem_cpu_reloc: Use the mappable aperture size!Chris Wilson1-2/+6
2012-10-02gem_cpu_reloc: And run the test in reverse to check with already bound batchesChris Wilson1-5/+24
2012-10-02gem_cpu_reloc: Fix for running on SNB+Chris Wilson1-0/+9
2012-10-02flip_test: increase runtime of the plain flip to 15sDaniel Vetter1-11/+14
2012-10-02tests/flip_test: measure inter-frame ts jitterDaniel Vetter1-4/+20
2012-10-02flip_test: race against modesets, tooDaniel Vetter1-0/+25
2012-10-02gem_wait_render_timeout: Fix SKIP return codeChris Wilson1-1/+1
2012-10-02tests: Add gem_cpu_relocChris Wilson3-0/+169
2012-10-02tests/flip_test: also test pannning with dummy loadDaniel Vetter1-0/+5
2012-10-02tests/flip_test: test interaction with panningDaniel Vetter1-0/+20
2012-10-02tests/flip_test: robustificationsDaniel Vetter1-7/+22
2012-10-02tests/flip_test: don't complain about timestamps in the futureDaniel Vetter1-1/+1
2012-10-02tests/flip_test: actually try to check what I want to checkDaniel Vetter1-6/+6
2012-10-02tests/flip_test: check whether timestamp isn't in the pastDaniel Vetter1-0/+9
2012-10-02tests/flip_test: check whether the pageflip event took too longDaniel Vetter1-0/+14
2012-10-02flip_test: count the number of flips and check we don't drop anyChris Wilson1-1/+25
2012-10-02tests/flip_test: re-enable disabled testcasesDaniel Vetter1-2/+2
2012-10-02tests/flip_test: new testcase with a busy load before the flipDaniel Vetter1-14/+74
2012-10-02fixup .gitignore for newly add sysfs_rps testDaniel Vetter1-0/+1
2012-10-02lib: helper to convert gem_hanlde to drm_intel_boDaniel Vetter2-1/+20
2012-10-01drmtest: use do_or_dieDaniel Vetter1-4/+3
2012-09-28tests/flip_test: Revamp to demonstrate race with modeset/dpms and pageflipsChris Wilson1-26/+85
2012-09-27intel_infoframes: Dump HDMI vendor infoframesDamien Lespiau1-1/+62