summaryrefslogtreecommitdiff
path: root/tests/gem_pread_after_blit.c
AgeCommit message (Expand)AuthorFilesLines
2016-09-13igt/gem_busy: Prevent banning when running multiple hang testsChris Wilson1-5/+5
2016-01-20tests: Drop the superfluous igt_require_hang_ring()Chris Wilson1-3/+1
2015-09-11convert drm_open_any*() calls to drm_open_driver*(DRIVER_INTEL) calls with cocciMicah Fedke1-1/+1
2015-08-21lib: add a single include headerThomas Wood1-6/+1
2015-02-13lib/igt_gt: Document and consolidateDaniel Vetter1-1/+1
2015-02-13lib/gt: api polish for igt_can_hang_ringDaniel Vetter1-1/+1
2015-01-07igt/gem_pread_after_blit: Inject hangs!Chris Wilson1-31/+51
2014-12-04tests: add more test descriptionsThomas Wood1-0/+3
2014-05-14tests: Use igt macros moreDaniel Vetter1-14/+8
2014-05-14tests: sprinkle igt loggingDaniel Vetter1-2/+0
2014-03-23lib: extract igt_aux.[hc]Daniel Vetter1-3/+4
2014-03-22lib: rename intel_gpu_tools.h to intel_io.hDaniel Vetter1-1/+1
2014-03-22lib: unnecessary header removal for drmtest.h, part 1Daniel Vetter1-1/+2
2014-03-13lib: switch intel_copy_bo to directly take a sizeDaniel Vetter1-11/+11
2013-11-01lib: add igt_main macroDaniel Vetter1-5/+1
2013-08-14tests: roll out igt_fixtureDaniel Vetter1-16/+22
2013-08-13tests: s/assert/igt_assertDaniel Vetter1-1/+0
2013-08-12tests: s/return igt_retval();/igt_exit();/Daniel Vetter1-1/+1
2013-08-12s/drmtest_/igt_/Daniel Vetter1-19/+19
2013-08-12s/drmtest_subtest_block/drmtest_subtest/Daniel Vetter1-8/+8
2013-08-12tests: use drmtest_skip() in caching ioctl helpersDaniel Vetter1-4/+5
2013-08-12lib/drmtest: Add drmtest_subtest_block macroDaniel Vetter1-8/+8
2013-08-12tests: s/cacheing/cachingDaniel Vetter1-2/+2
2013-08-10Expand gem_set_cacheing testing to handle the proposed DISPLAY domainChris Wilson1-2/+12
2013-08-06gem_pread_after_blit: Exercise reading back through different cache levelsChris Wilson1-3/+26
2013-07-20test/gem_pread_after_blit: Make the test a little more stressfulChris Wilson1-30/+61
2010-10-26Prepare for split BLT ring on Sandybridge.Chris Wilson1-8/+6
2010-04-08Enable compilation on non-Intel, non-DRM systems.Chris Wilson1-6/+7
2009-04-07Add a test for pread after blitting to an object.Eric Anholt1-0/+176