summaryrefslogtreecommitdiff
path: root/tests/gem_mmap_gtt.c
AgeCommit message (Expand)Author
2018-06-11igt/gem_mmap_gtt: Checking tiling pattern requires known swizzlingChris Wilson
2018-03-01lib: Provide an accelerated routine for readback from WCChris Wilson
2017-09-08build: remove _GNU_SOURCE from source filesDaniel Vetter
2017-05-08igt/gem_mmap_gtt: Check that userspace clflushing of the GTT mmapChris Wilson
2017-01-04igt/gem_mmap_gtt: Tiled access to the incomplete last row is undefinedChris Wilson
2017-01-04igt/gem_mmap_gtt: Check read/writes across a GPU resetChris Wilson
2016-12-01Silence a bunch of "const discard" warningsChris Wilson
2016-11-29igt/gem_gtt_speed: Spare clang the embarrassmentChris Wilson
2016-11-22igt/gem_mmap_gtt: Silence compile warning for !sse4.1Chris Wilson
2016-11-10igt/gem_mmap_gtt: Swap thrash copyChris Wilson
2016-11-10igt/gem_mmap_gtt: Add forked contention to the mmap copiesChris Wilson
2016-11-07igt/gem_mmap_gtt: Use SSE4.1 streaming to speed up per-pixel checksChris Wilson
2016-10-22igt/gem_mmap_gtt: Document the "expected" behaviourChris Wilson
2016-08-01igt/gem_mmap_gtt/wc: Reduce test runtimeChris Wilson
2016-08-01igt/gem_mmap_gtt: Ignore effects of CPU caches for comparing WBChris Wilson
2016-08-01igt/gem_mmap_gtt: Add a test to detect non-WC accessChris Wilson
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