summaryrefslogtreecommitdiff
path: root/tests/gem_tiled_swapping.c
AgeCommit message (Expand)AuthorFilesLines
2015-11-03tests: Run igt.cocciDaniel Stone1-2/+2
2015-10-12Replace __gem_mmap__{cpu,gtt,wc}() + igt_assert() with gem_mmap__{cpu,gtt,wc}()Ville Syrjälä1-4/+3
2015-10-09Make gem_mmap__{cpu,gtt,wc}() assert on failureVille Syrjälä1-3/+3
2015-10-09Sprinkle igt_assert(ptr) after gem_mmap__{cpu,gtt,wc}Ville Syrjälä1-0/+1
2015-10-09s/gem_mmap/gem_mmap__gtt/Ville Syrjälä1-3/+3
2015-09-24lib: add igt_debugfs_searchThomas Wood1-12/+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
2015-03-23tests/gem_tiled_swapping: Fix up L-shaped testingDaniel Vetter1-1/+1
2015-03-02tests/gem_tiled_swapping: Skip on L-shaped memoryDaniel Vetter1-0/+22
2015-01-15igt/gem_tiled_swapping: Cycle through the bo a couple of timesChris Wilson1-20/+44
2014-12-11lib: add a function to lock memory into RAMThomas Wood1-1/+9
2014-12-11tests/gem_tiled_swapping: use igt_info logging wrapperThomas Wood1-6/+5
2014-12-04tests: add more test descriptionsThomas Wood1-0/+2
2014-11-25tests: use subtests in gem_tiled_swappingThomas Wood1-30/+34
2014-11-17lib/os: Push simulation test down into intel_require_memoryDaniel Vetter1-1/+0
2014-11-17lib/os: Pust igt_require into memory check functionDaniel Vetter1-1/+1
2014-07-11igt/gem_tiled_swapping: Speed up slightlyChris Wilson1-4/+2
2014-05-28Factor in kernel object overhead when checking available memory for testsChris Wilson1-2/+1
2014-04-07gem_tiled_swapping: Test using all available fencesChris Wilson1-25/+76
2014-04-07gem_tiled_swapping: Purge all page/swap caches firstChris Wilson1-0/+1
2014-04-03gem_tiled_swapping: Limit to available memoryChris Wilson1-3/+10
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/+1
2013-12-10tests: roll out igt_simple_init/igt_simple_mainDaniel Vetter1-4/+1
2013-09-25tests: use igt_assert/igt_require moreDaniel Vetter1-5/+3
2013-09-03lib/drmtest: include sys/mman.h from drmtest.hDaniel Vetter1-1/+0
2013-09-02tests/gem_tiled_swapping: fix igt_require conversionDaniel Vetter1-1/+1
2013-08-29tests/gem_tiled_swapping: Use igt_requireDaniel Vetter1-13/+3
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-3/+3
2013-07-18tests: Black list tests we don't want to run on simulationDamien Lespiau1-0/+2
2012-12-12tests/gem_tiled_swapping: Don't needless crash on 32-bit systemsChris Wilson1-1/+9
2012-08-30clang: Fix warnings found through clang.Ben Widawsky1-6/+6
2012-01-23tests/gem_tiled_swapping: be more conservative with the swap requirementsDaniel Vetter1-0/+5
2012-01-22tests: add gem_tiled_swappingDaniel Vetter1-0/+140