summaryrefslogtreecommitdiff
path: root/tests/gem_persistent_relocs.c
AgeCommit message (Expand)AuthorFilesLines
2017-09-08build: remove _GNU_SOURCE from source filesDaniel Vetter1-1/+0
2017-04-03tests: More precautionary selfchecks to filter out broken GPUsChris Wilson1-0/+1
2017-03-21Restore "lib: Open debugfs files for the given DRM device"Chris Wilson1-1/+1
2017-03-21Revert "lib: Open debugfs files for the given DRM device"Tomeu Vizoso1-1/+1
2017-03-21lib: Open debugfs files for the given DRM deviceTomeu Vizoso1-1/+1
2017-01-02igt: Mass conversion to to_user_pointer()Chris Wilson1-2/+2
2015-10-12Replace __gem_mmap__{cpu,gtt,wc}() + igt_assert() with gem_mmap__{cpu,gtt,wc}()Ville Syrjälä1-4/+2
2015-10-09Make gem_mmap__{cpu,gtt,wc}() assert on failureVille Syrjälä1-1/+1
2015-10-09s/gem_mmap/gem_mmap__gtt/Ville Syrjälä1-1/+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-04-03igt/gem_persistent_relocs: Add note about known byt/full-ppgtt issueChris Wilson1-0/+2
2015-03-06igt.cocci: Replace igt_assert() with igt_assert_CMP() where possibleMatt Roper1-1/+1
2014-12-04tests: add more test descriptionsThomas Wood1-0/+2
2014-08-30batch: Specify number of relocations to accommodateChris Wilson1-3/+3
2014-08-29Prepare for 64bit relocation addressesChris Wilson1-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
2013-12-05gem_persistent_relocs: Update for gen8 BLT cmdsBen Widawsky1-13/+12
2013-11-06bdw: Update obvious missing blit supportBen Widawsky1-5/+3
2013-11-04lib: drop return value from igt_drop_cachesDaniel Vetter1-1/+1
2013-11-04lib: Add igt_drop_caches_set()Oscar Mateo1-11/+4
2013-11-04tests: Fix "-thrashing" and "-thrash-inactive" distinctionOscar Mateo1-1/+1
2013-11-01lib: add igt_main macroDaniel Vetter1-4/+1
2013-09-25tests: use igt_assert/igt_require moreDaniel Vetter1-5/+3
2013-09-17tests/gem_persistent_relocs: Tune down the test a bitDaniel Vetter1-3/+5
2013-09-11tests/gem_persisten_relocs: Update like gem_reloc_vs_pugDaniel Vetter1-14/+5
2013-09-04tests: add missing igt_exit() callsDaniel Vetter1-1/+1
2013-09-04tests: add gem_persisten_relocsDaniel Vetter1-0/+385