summaryrefslogtreecommitdiff
path: root/tests/gem_mmap_wc.c
AgeCommit message (Expand)AuthorFilesLines
2017-09-08build: remove _GNU_SOURCE from source filesDaniel Vetter1-1/+0
2017-05-23igt/gem_mmap_wc: Move the require mmap-wc to the fixtureChris Wilson1-17/+3
2017-04-13igt/gem_mmap_wc: Mark up with DOMAIN_WCChris Wilson1-2/+2
2017-01-02igt: Mass conversion to to_user_pointer()Chris Wilson1-1/+1
2016-01-19igt/gem_mmap_wc: Test cpu mmap vs wc mmap coherencyChris Wilson1-0/+29
2015-10-12Replace __gem_mmap__{cpu,gtt,wc}() + igt_assert() with gem_mmap__{cpu,gtt,wc}()Ville Syrjälä1-14/+7
2015-10-09Make gem_mmap__{cpu,gtt,wc}() assert on failureVille Syrjälä1-7/+7
2015-10-09Remove gem_mmap__{cpu,gtt,wc} return value MAP_FAILED assertsVille Syrjälä1-7/+7
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-3/+1
2015-08-05tests/gem_mmap_wc: don't fail if the Kernel is too old for the getparam flagPaulo Zanoni1-1/+1
2015-04-10igt/gem_mmap_wc: Explicitly check for use-after-closeChris Wilson1-3/+23
2015-02-13lib/ioctl: gem_ prefix for igt_require_mmap_wcDaniel Vetter1-8/+8
2015-01-22tests/gem_concurrent_blt: Adjust subtest namingDaniel Vetter1-1/+1
2015-01-15igt/gem_mmap_wc/set-cache-level: Exercise set-cache-level WARNingChris Wilson1-0/+47
2015-01-13igt/gem_mmap_wc: Reorder gem_close()Chris Wilson1-4/+2
2015-01-06igt/gem_mmap_wc: Add the invalid flags subtestAkash Goel1-0/+52
2015-01-06igt/gem_mmap_wc: Exercise mmap(wc) interfaceChris Wilson1-0/+370