summaryrefslogtreecommitdiff
path: root/tests/gem_partial_pwrite_pread.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-20igt/gem_partial_pwrite_pread: Fix range computationChris Wilson1-41/+37
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-5/+1
2014-12-04tests: add more test descriptionsThomas Wood1-0/+3
2014-08-30batch: Specify number of relocations to accommodateChris Wilson1-1/+1
2014-08-29Prepare for 64bit relocation addressesChris Wilson1-2/+0
2014-05-14tests: sprinkle igt loggingDaniel Vetter1-3/+3
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
2013-11-06bdw: Update obvious missing blit supportBen Widawsky1-4/+3
2013-11-01lib: add igt_main macroDaniel Vetter1-4/+1
2013-09-25tests: use igt_assert/igt_require moreDaniel Vetter1-40/+24
2013-08-14tests: roll out igt_fixtureDaniel Vetter1-15/+21
2013-08-14tests: add igt_subtest_f for snprintf'ing testnamesDaniel Vetter1-8/+3
2013-08-13tests: use igt_fail instead of exit(param != 0)Daniel Vetter1-8/+8
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-12/+12
2013-08-12s/drmtest_subtest_block/drmtest_subtest/Daniel Vetter1-3/+3
2013-08-12tests: use drmtest_skip() in caching ioctl helpersDaniel Vetter1-12/+3
2013-08-12lib/drmtest: Add drmtest_subtest_block macroDaniel Vetter1-3/+3
2013-08-12tests: s/cacheing/cachingDaniel Vetter1-1/+1
2013-08-10Expand gem_set_cacheing testing to handle the proposed DISPLAY domainChris Wilson1-2/+12
2013-08-06gem_partial_pwrite_pread: Exercise different cacheing of the staging boChris Wilson1-7/+24
2013-07-18tests: Black list tests we don't want to run on simulationDamien Lespiau1-0/+1
2012-11-28tests/gem_partial_pwrite_pread: convert to subtest infrastructureDaniel Vetter1-3/+8
2012-11-28tests/gem_partial_pwrite_pread: refactor subtests into functionsDaniel Vetter1-19/+42
2012-01-31gem_partial_pwrite_pread: add progress indicatorDaniel Vetter1-3/+10
2012-01-15lib/drmtest: extract mappable aperture trasher infrastructureDaniel Vetter1-34/+6
2011-12-06tests/gem_partial_pwrite_pread: don't trash gtt unnecessarilyDaniel Vetter1-1/+2
2011-12-04tests: add gem_partial_pwrite_preadDaniel Vetter1-0/+283