summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-08-07tests/prime_self_import: Fixup previuos testmehDaniel Vetter1-4/+6
2013-08-07tests/prime_self_import: Add a flink/dma-buf self-import testDaniel Vetter1-0/+26
2013-08-07tests: update .gitignoreDaniel Vetter1-0/+3
2013-08-07tests/gem_pwrite_pread: subtest annotationDaniel Vetter2-49/+62
2013-08-06tests: add gem_prw_concurrent_bltDaniel Vetter2-0/+209
2013-08-06tests/prime_self_import: Add racing handle2fd testcaseDaniel Vetter2-1/+161
2013-08-06tests/gem_flink_race: Kill duplicate drm_open_anyDaniel Vetter1-6/+0
2013-08-06gem_pwrite_pread: Use mmap to bypass pwrite/pread for comparisonChris Wilson1-3/+240
2013-08-06gem_pwrite_pread: Measure how long it takes to upload/copy/downloadChris Wilson2-0/+231
2013-08-06lib: Reset sig_stat after stopping the rude interrupterChris Wilson1-0/+1
2013-08-06gem_pread: Symmetric measurement to gem_pwriteChris Wilson2-0/+135
2013-08-06gem_pwrite: Time pwrites to both uncached/snooped memoryChris Wilson1-1/+18
2013-08-06gem_partial_pwrite_pread: Exercise different cacheing of the staging boChris Wilson1-7/+24
2013-08-06gem_pread_after_blit: Exercise reading back through different cache levelsChris Wilson1-3/+26
2013-07-29kms_render: fix gpu-blit for non-32bit bppsImre Deak1-1/+10
2013-07-29lib: export drm_format_to_bppImre Deak2-1/+3
2013-07-29intel_batchbuffer: add support for non-32bit blt copiesImre Deak2-14/+53
2013-07-27lib/intel_mmio: Fix the fixed fix (register access)Ben Widawsky1-2/+2
2013-07-25tests/sysfs_edid_timing: use real bashDaniel Vetter1-1/+1
2013-07-24tests/gem_flink_race: correct thread countDaniel Vetter1-3/+1
2013-07-24tests/gem_flink_race: fix up scanf formatDaniel Vetter1-1/+1
2013-07-24tests/gem_flink_race: actually make it somewhat usefulDaniel Vetter2-10/+110
2013-07-24Revert "tests/gem_flink_race: count leaked objects"Daniel Vetter1-27/+1
2013-07-24tests/gem_flink_race: check for expected flink failure codeDaniel Vetter1-0/+2
2013-07-24tests/gem_flink_race: count leaked objectsDaniel Vetter1-1/+27
2013-07-24tests/gem_flink_race: kill debug printfDaniel Vetter1-2/+0
2013-07-23tests: add gem_flink_raceDaniel Vetter3-0/+118
2013-07-23lib/drmtest: add gem_flink and gem_openDaniel Vetter3-14/+41
2013-07-23tests: sort tests in Makefile.am and .gitignoreDaniel Vetter2-56/+56
2013-07-23tests/gem_suspend: exercise fence restore codeDaniel Vetter5-0/+129
2013-07-22lib/drmtest: document interface groups with one-linersDaniel Vetter1-0/+6
2013-07-21tests: Basic tools testerBen Widawsky3-0/+23
2013-07-20test/gem_pread_after_blit: Make the test a little more stressfulChris Wilson2-31/+62
2013-07-19tests: Source drm_lib.sh instead of having its own INTEL_SIMULATION testDamien Lespiau1-1/+4
2013-07-19tests: Allow a shell test to declare it doesn't need to be DRM masterDamien Lespiau1-1/+2
2013-07-19lib: Allow users of env_set() to specify a default valueDamien Lespiau1-3/+3
2013-07-19build: Pimp up the configure summaryDamien Lespiau1-2/+7
2013-07-19build: Fix automake 1.13 warningsDamien Lespiau1-2/+2
2013-07-19build: Fix unbalanced quoting in the python dumper AC_ARG_ENABLE()Damien Lespiau1-1/+1
2013-07-19build: Fix a small typo in configure.acDamien Lespiau1-1/+1
2013-07-19lib/drmtest: fix const mismatch warningDaniel Vetter1-1/+1
2013-07-19tests: add reloc, pread, pwrite slow path subtestXiong Zhang2-1/+24
2013-07-19lib/drmtest: add drmtest_disable/enable_prefault() functionXiong Zhang2-0/+53
2013-07-18tests: Add some tiled tests to the runs on simulationDamien Lespiau2-5/+1
2013-07-18tests: Instrument gem_seqno_wrap to run in simulationDamien Lespiau1-3/+1
2013-07-18tests: Instrument gem_lut_handle for simulationDamien Lespiau1-3/+1
2013-07-18tests: Instrument tests run in simulation to run quicklyDamien Lespiau12-13/+43
2013-07-18tests: Black list tests we don't want to run on simulationDamien Lespiau59-3/+119
2013-07-18lib: Remove old dead code intel_batchbuffer_emit_mi_flush()Damien Lespiau2-10/+0
2013-07-18lib: Introduce drmtest_skip_on_simulation()Damien Lespiau2-0/+13