summaryrefslogtreecommitdiff
path: root/tests/gem_concurrent_blit.c
AgeCommit message (Expand)Author
2015-04-02tests/gem_concurrent.c: rename to gem_concurrent_allTim Gore
2015-03-26igt/gem_concurrent_blit: Separate out the combinatorial explosionChris Wilson
2015-03-19igt/gem_concurrent_blit: Test copying over itselfChris Wilson
2015-03-17igt/gem_concurrent_blt: Test overwrite source used for read-read optimisationChris Wilson
2015-03-17igt/gem_concurrent_blit: Exercise concurrent readsChris Wilson
2015-03-17igt/gem_concurrent_blit: Move buffer allocation after requiresChris Wilson
2015-02-13lib/igt_gt: Document and consolidateDaniel Vetter
2015-02-13tests: Align subtest with naming conventionDaniel Vetter
2015-02-13lib/ioctl: gem_ prefix for igt_require_mmap_wcDaniel Vetter
2015-02-13lib/gt: api polish for igt_can_hang_ringDaniel Vetter
2015-01-22tests/gem_concurrent_blit: Fix indentDaniel Vetter
2015-01-22tests/gem_concurrent_blt: Adjust subtest namingDaniel Vetter
2015-01-07igt/gem_concurrent_blit: Inject hangs before verifying contentsChris Wilson
2015-01-06igt/gem_concurrent_blit: Exercise wc mappingsChris Wilson
2014-12-04tests: add more test descriptionsThomas Wood
2014-09-26igt/gem_concurrent_blit: Only read back a few GTT valuesChris Wilson
2014-09-03igt/gem_concurrent_blit: Move igt_require() out of childrenChris Wilson
2014-08-31igt/gem_concurrent_blit: Use the preallocated dummy bo for temporary copiesChris Wilson
2014-08-29igt/gem_concurrent_blit: Apply some fence pressure as wellChris Wilson
2014-08-29igt/gem_concurrent_blit: Add ring race checksChris Wilson
2014-08-29igt/gem_concurrent_blit: Add GPU-vs-GPU checksChris Wilson
2014-05-14tests: sprinkle igt loggingDaniel Vetter
2014-03-23lib: extract igt_aux.[hc]Daniel Vetter
2014-03-22lib: rename intel_gpu_tools.h to intel_io.hDaniel Vetter
2014-03-22lib: unnecessary header removal for drmtest.h, part 1Daniel Vetter
2014-03-13lib: switch intel_copy_bo to directly take a sizeDaniel Vetter
2014-01-26igt/gem_concurrent_blit: Scale resource usage to RAM correctlyChris Wilson
2013-12-03test/gem_concurrent_bltDaniel Vetter
2013-11-01lib: add igt_main macroDaniel Vetter
2013-09-02test/gem_concurrent_blt: remove hack for testing igt_forkDaniel Vetter
2013-08-29lib/drmtest: extract igt_fork from gem_concurrent_bltDaniel Vetter
2013-08-26Revert "tests/gem_concurrent_blit: Fix segmentation fault"Daniel Vetter
2013-08-20tests/gem_concurrent_blit: Fix segmentation faultDaniel Vetter
2013-08-16gem_concurrent_blit: Purge the child bufmgr's cacheChris Wilson
2013-08-16gem_concurrent_blit: Fix the leak from the children.Chris Wilson
2013-08-16gem_concurrent_blit: Share total num_buffers between all childrenChris Wilson
2013-08-14tests: Introduce igt_fixtureDaniel Vetter
2013-08-14tests: use igt_exit() consistently with subtestsDaniel Vetter
2013-08-14tests/gem_concurrent_blt: extract run wrappersDaniel Vetter
2013-08-14tests/gem_concurrent_blt: use the test helpers in the forked testsDaniel Vetter
2013-08-14tests/gem_concurrent_blt: refactor basic run modes a bitDaniel Vetter
2013-08-14tests: merge gem_*_concurrent_blt togetherDaniel Vetter