summaryrefslogtreecommitdiff
path: root/tests/gem_tiled_blits.c
AgeCommit message (Expand)AuthorFilesLines
2018-01-16igt/gem_linear_blits: Compute GTT size using 4G limitChris Wilson1-4/+12
2017-03-08igt: Markup more tests that require GEMChris Wilson1-0/+1
2015-12-10Revert "igt: s/basic/sanitycheck/ on prior smoketesting"Daniel Vetter1-1/+1
2015-12-10igt: s/basic/sanitycheck/ on prior smoketestingChris Wilson1-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-5/+1
2014-12-04tests: add more test descriptionsThomas Wood1-0/+3
2014-11-17lib/os: Push simulation test down into intel_require_memoryDaniel Vetter1-4/+0
2014-11-17lib/os: Pust igt_require into memory check functionDaniel Vetter1-2/+2
2014-11-14igt/gem_tiled_blits: Require that we do the full testChris Wilson1-23/+23
2014-11-04igt/gem_linear_blits: Add sufficient RAM checkChris Wilson1-0/+1
2014-05-14tests: Use igt macros moreDaniel Vetter1-6/+4
2014-05-14tests: sprinkle igt loggingDaniel Vetter1-6/+6
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
2014-03-13lib: switch intel_copy_bo to directly take a sizeDaniel Vetter1-5/+5
2013-10-08gem_tiled_blits: Squash bo leak on simulationBen Widawsky1-0/+2
2013-10-08gem_tiled_blits: Squash memory leak on simulationBen Widawsky1-1/+5
2013-08-14tests: roll out igt_fixtureDaniel Vetter1-11/+15
2013-08-14tests: use igt_exit() consistently with subtestsDaniel Vetter1-1/+1
2013-08-13tests: s/assert/igt_assertDaniel Vetter1-2/+1
2013-08-12s/drmtest_/igt_/Daniel Vetter1-8/+8
2013-08-12s/drmtest_subtest_block/drmtest_subtest/Daniel Vetter1-2/+2
2013-08-12lib/drmtest: Add drmtest_subtest_block macroDaniel Vetter1-2/+2
2013-07-18tests: Instrument tests run in simulation to run quicklyDamien Lespiau1-0/+5
2013-07-04gem_(tiled|linear)_blits: s/interrutible/interruptible/Chris Wilson1-1/+1
2013-07-03tests/gem_linear|tiled_blits: convert to subtestsDaniel Vetter1-21/+26
2013-07-02tests/gem_(linear|tiled)_blits: Repeat whilst being interruptedChris Wilson1-31/+42
2013-02-18tests: Forbid to run the blit tests with count of 1Damien Lespiau1-0/+3
2012-12-12tests/gem_*_tiled_blits: Use the vma limiter to present address space exhaustionChris Wilson1-5/+5
2012-03-22tests: don't just bail out when there's not enough RAMDaniel Vetter1-2/+1
2012-01-15lib/drmtest: extract gem_aperture_sizeDaniel Vetter1-10/+0
2011-10-15tests/gem_*_blits: reduce buffer count to not trash swapDaniel Vetter1-0/+7
2011-02-06gem_linear_blits,gem_tiled_blits: Add optional countChris Wilson1-5/+12
2011-02-06gem_tiled_blits: Minor enhancementsChris Wilson1-14/+32
2011-02-01Exercise the whole aperture with tiled blitsChris Wilson1-13/+24
2010-10-26Prepare for split BLT ring on Sandybridge.Chris Wilson1-6/+4
2010-04-08Enable compilation on non-Intel, non-DRM systems.Chris Wilson1-45/+5
2009-04-03Add a regression test for tiled object blitting.Eric Anholt1-0/+224