summaryrefslogtreecommitdiff
path: root/tests/gem_mmap_gtt.c
AgeCommit message (Expand)Author
2016-06-03igt/gem_mmap_gtt: Exercise differing tile sizesChris Wilson
2016-02-18igt: Report the global GTT sizeChris Wilson
2016-01-19igt/gem_mmap_wc: Test cpu mmap vs wc mmap coherencyChris Wilson
2016-01-08tests/gem_mmap_gtt: Make the small-bo tiling tests work on old platformsVille Syrjälä
2016-01-08tests/gem_mmap_gtt: Add progress indicatorsVille Syrjälä
2016-01-08tests/gem_mmap_gtt: Deal with tile sizes on gen2/3Ville Syrjälä
2016-01-07igt/gem_mmap_gtt: Add a test to exercise coherency between GTT/CPUChris Wilson
2015-11-12igt/gem_mmap_gtt: Require SET_TILING to work before doing large tiled testsChris Wilson
2015-11-03tests: Run igt.cocciDaniel Stone
2015-10-12Replace __gem_mmap__{cpu,gtt,wc}() + igt_assert() with gem_mmap__{cpu,gtt,wc}()Ville Syrjälä
2015-10-09Make gem_mmap__{cpu,gtt,wc}() assert on failureVille Syrjälä
2015-10-09Remove gem_mmap__{cpu,gtt,wc} return value MAP_FAILED assertsVille Syrjälä
2015-10-09s/gem_mmap/gem_mmap__gtt/Ville Syrjälä
2015-09-11convert drm_open_any*() calls to drm_open_driver*(DRIVER_INTEL) calls with cocciMicah Fedke
2015-08-21lib: add a single include headerThomas Wood
2015-08-14tests/gem_mmap_gtt: mark basic access and copy tests as basic v2Jesse Barnes
2015-05-08igt/gem_mmap_gtt: Add pagefault-of-doom failure caseChris Wilson
2015-05-08igt/gem_mmap_gtt: Check GTT mmapping of large tiled objectsChris Wilson
2015-04-27tests/gem_mmap_gtt: Use PAGE_SIZE instead of hard coded valueJoonas Lahtinen
2015-04-14tests/gem_mmap_gtt: add huge BO testJoonas Lahtinen
2015-04-14tests/gem_mmap_gtt: clarify BO domain setting functionsJoonas Lahtinen
2014-11-04ioctl_wrappers: Pass in offset to CPU mmapsChris Wilson
2014-09-08igt/gem_mmap_gtt: Check coherency between GTT and CPU mmappings with LLCChris Wilson
2014-06-21gem_mmap_gtt: Test mmaping less than the full objectChris Wilson
2014-06-12igt/gem_mmap_gtt: Exercise concurrent pagefaultingChris Wilson
2014-03-22lib: unnecessary header removal for drmtest.h, part 1Daniel Vetter
2014-03-12lib: move prefault helpers to igt_debugfs.cDaniel Vetter
2013-11-01lib: add igt_main macroDaniel Vetter
2013-09-03lib/drmtest: include sys/mman.h from drmtest.hDaniel Vetter
2013-08-30tests/gem_mmap_gtt: fix access checksDaniel Vetter
2013-08-30tests/gem_mmap_gtt: clarify access check checks a bitDaniel Vetter
2013-08-26tests/gem_mmap_gtt: Add testcase for the vma access managerDaniel Vetter
2013-08-14tests: roll out igt_fixtureDaniel Vetter
2013-08-14tests: use igt_exit() consistently with subtestsDaniel Vetter
2013-08-13tests: s/assert/igt_assertDaniel Vetter
2013-08-12s/drmtest_/igt_/Daniel Vetter
2013-08-12s/drmtest_subtest_block/drmtest_subtest/Daniel Vetter
2013-08-12lib/drmtest: Add drmtest_subtest_block macroDaniel Vetter
2013-07-19tests: add reloc, pread, pwrite slow path subtestXiong Zhang
2013-07-18tests: Instrument tests run in simulation to run quicklyDamien Lespiau
2012-11-28tests/gem_mmap_gtt: convert to subtest infrastructureDaniel Vetter
2012-01-10lib/drmtest: extract gem_mmapDaniel Vetter
2012-01-10lib/drmtest: extract gem_createDaniel Vetter
2012-01-10lib/drmtest: extract gem_set_domain and gem_syncDaniel Vetter
2012-01-10lib/drmtest: extract gem_readDaniel Vetter
2012-01-10lib/drmtest: extract gem_writeDaniel Vetter
2012-01-10lib/drmtest: extract gem_closeDaniel Vetter
2011-09-15tests/gem_mmap_gtt: also test gtt pwrite pathsDaniel Vetter
2011-06-20tests: Add a simple exercise of GTT mmapsChris Wilson