summaryrefslogtreecommitdiff
path: root/tests/gem_reloc_vs_gpu.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-02igt: Mass conversion to to_user_pointer()Chris Wilson1-3/+3
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-6/+2
2015-10-12Replace __gem_mmap__{cpu,gtt,wc}() + igt_assert() with gem_mmap__{cpu,gtt,wc}()Ville Syrjälä1-3/+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-2/+2
2015-08-21lib: add a single include headerThomas Wood1-7/+1
2015-03-06igt.cocci: Replace igt_assert() with igt_assert_CMP() where possibleMatt Roper1-1/+1
2015-02-13lib/igt_gt: Document and consolidateDaniel Vetter1-1/+1
2015-02-13lib/gt: api polish for igt_can_hang_ringDaniel Vetter1-5/+3
2015-01-07igt/gem_reloc_vs_hang: Inject hangs!Chris Wilson1-10/+44
2014-12-04tests: add more test descriptionsThomas Wood1-0/+2
2014-09-19igt/gem_reloc_vs_gpu: Fix reloc.presumed_offset valueChris Wilson1-52/+15
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_reloc_vs_gpu: 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-4/+2
2013-09-11tests/gem_reloc_vs_gpu: some fixesDaniel Vetter1-2/+2
2013-09-10tests/gem_reloc_vs_gpu: use igt_fork_helperDaniel Vetter1-13/+4
2013-09-04tests: add missing igt_exit() callsDaniel Vetter1-1/+1
2013-09-04tests: add gem_persisten_relocsDaniel Vetter1-1/+1
2013-09-03tests/gem_reloc_vs_gpu: add thrashing testsDaniel Vetter1-6/+42
2013-09-03tests/gem_reloc_vs_gpu: add forked versionsDaniel Vetter1-0/+37
2013-09-03tests/gem_reloc_vs_gpu: Add faulting reloc testsDaniel Vetter1-17/+102
2013-09-03tests/gem_reloc_vs_gpu: add interruptible versionDaniel Vetter1-18/+41
2013-08-13tests: use igt_fail instead of exit(param != 0)Daniel Vetter1-1/+1
2013-08-13tests: s/assert/igt_assertDaniel Vetter1-3/+2
2013-08-12s/drmtest_/igt_/Daniel Vetter1-1/+1
2013-07-18tests: Black list tests we don't want to run on simulationDamien Lespiau1-0/+2
2012-01-10tests: fixup new warningsDaniel Vetter1-1/+0
2011-12-04tests/gem_reloc_vs_gpu: fixup this messDaniel Vetter1-4/+5
2011-12-04tests/gem_reloc_vs_gpu: emit special batch on blt ring on gen6+Daniel Vetter1-2/+8
2011-12-04tests/gem_reloc_vs_gpu: switch to COLOR_BLT instead of PIPE_CONTROLDaniel Vetter1-33/+18
2011-12-04tests: add gem_reloc_vs_gpuDaniel Vetter1-0/+215