summaryrefslogtreecommitdiff
path: root/tests/gem_concurrent_blit.c
AgeCommit message (Expand)AuthorFilesLines
2015-04-02tests/gem_concurrent.c: rename to gem_concurrent_allTim Gore1-0/+8
2015-03-26igt/gem_concurrent_blit: Separate out the combinatorial explosionChris Wilson1-1091/+0
2015-03-19igt/gem_concurrent_blit: Test copying over itselfChris Wilson1-0/+85
2015-03-17igt/gem_concurrent_blt: Test overwrite source used for read-read optimisationChris Wilson1-0/+66
2015-03-17igt/gem_concurrent_blit: Exercise concurrent readsChris Wilson1-1/+65
2015-03-17igt/gem_concurrent_blit: Move buffer allocation after requiresChris Wilson1-112/+134
2015-02-13lib/igt_gt: Document and consolidateDaniel Vetter1-2/+2
2015-02-13tests: Align subtest with naming conventionDaniel Vetter1-2/+2
2015-02-13lib/ioctl: gem_ prefix for igt_require_mmap_wcDaniel Vetter1-2/+2
2015-02-13lib/gt: api polish for igt_can_hang_ringDaniel Vetter1-1/+1
2015-01-22tests/gem_concurrent_blit: Fix indentDaniel Vetter1-1/+1
2015-01-22tests/gem_concurrent_blt: Adjust subtest namingDaniel Vetter1-2/+2
2015-01-07igt/gem_concurrent_blit: Inject hangs before verifying contentsChris Wilson1-65/+180
2015-01-06igt/gem_concurrent_blit: Exercise wc mappingsChris Wilson1-35/+198
2014-12-04tests: add more test descriptionsThomas Wood1-0/+3
2014-09-26igt/gem_concurrent_blit: Only read back a few GTT valuesChris Wilson1-7/+6
2014-09-03igt/gem_concurrent_blit: Move igt_require() out of childrenChris Wilson1-6/+21
2014-08-31igt/gem_concurrent_blit: Use the preallocated dummy bo for temporary copiesChris Wilson1-30/+19
2014-08-29igt/gem_concurrent_blit: Apply some fence pressure as wellChris Wilson1-27/+75
2014-08-29igt/gem_concurrent_blit: Add ring race checksChris Wilson1-27/+79
2014-08-29igt/gem_concurrent_blit: Add GPU-vs-GPU checksChris Wilson1-14/+86
2014-05-14tests: sprinkle igt loggingDaniel Vetter1-1/+1
2014-03-23lib: extract igt_aux.[hc]Daniel Vetter1-1/+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-4/+4
2014-01-26igt/gem_concurrent_blit: Scale resource usage to RAM correctlyChris Wilson1-16/+33
2013-12-03test/gem_concurrent_bltDaniel Vetter1-0/+4
2013-11-01lib: add igt_main macroDaniel Vetter1-5/+1
2013-09-02test/gem_concurrent_blt: remove hack for testing igt_forkDaniel Vetter1-2/+0
2013-08-29lib/drmtest: extract igt_fork from gem_concurrent_bltDaniel Vetter1-34/+24
2013-08-26Revert "tests/gem_concurrent_blit: Fix segmentation fault"Daniel Vetter1-2/+2
2013-08-20tests/gem_concurrent_blit: Fix segmentation faultDaniel Vetter1-2/+2
2013-08-16gem_concurrent_blit: Purge the child bufmgr's cacheChris Wilson1-4/+8
2013-08-16gem_concurrent_blit: Fix the leak from the children.Chris Wilson1-5/+10
2013-08-16gem_concurrent_blit: Share total num_buffers between all childrenChris Wilson1-18/+26
2013-08-14tests: Introduce igt_fixtureDaniel Vetter1-9/+11
2013-08-14tests: use igt_exit() consistently with subtestsDaniel Vetter1-1/+1
2013-08-14tests/gem_concurrent_blt: extract run wrappersDaniel Vetter1-108/+76
2013-08-14tests/gem_concurrent_blt: use the test helpers in the forked testsDaniel Vetter1-33/+6
2013-08-14tests/gem_concurrent_blt: refactor basic run modes a bitDaniel Vetter1-80/+83
2013-08-14tests: merge gem_*_concurrent_blt togetherDaniel Vetter1-0/+426