summaryrefslogtreecommitdiff
path: root/tests/gem_mmap.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-02lib: Wrap conversion from u64 to pointersChris Wilson1-1/+1
2015-10-12Replace __gem_mmap__{cpu,gtt,wc}() + igt_assert() with gem_mmap__{cpu,gtt,wc}()Ville Syrjälä1-2/+1
2015-10-09Make gem_mmap__{cpu,gtt,wc}() assert on failureVille Syrjälä1-2/+2
2015-10-09Sprinkle igt_assert(ptr) after gem_mmap__{cpu,gtt,wc}Ville Syrjälä1-0/+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-3/+1
2015-08-14tests/gem_mmap: mark basic object creation tests as basicJesse Barnes1-2/+2
2015-08-14igt/gem_mmap: Add one more extra large boChris Wilson1-19/+41
2015-05-12igt/gem_mmap/huge-bo: Fix cut'n'paste errorChris Wilson1-9/+7
2015-05-08igt/gem_mmap_gtt: Check GTT mmapping of large tiled objectsChris Wilson1-0/+64
2014-11-04ioctl_wrappers: Pass in offset to CPU mmapsChris Wilson1-1/+1
2014-08-19tests: Fix seg fault when gem_mmap is run without specifying a subtestMike Mason1-3/+3
2014-06-17tests/gem_mmap: Add short mmap testDaniel Vetter1-0/+7
2014-05-14tests: sprinkle igt loggingDaniel Vetter1-4/+4
2014-03-22lib: unnecessary header removal for drmtest.h, part 1Daniel Vetter1-1/+1
2013-11-01lib: add igt_main macroDaniel Vetter1-5/+1
2013-10-29tests: Use igt_exit for tests with subtestDaniel Vetter1-1/+1
2013-09-03lib/drmtest: include sys/mman.h from drmtest.hDaniel Vetter1-1/+0
2013-08-26tests/gem_mmap: Convert to subtestsDaniel Vetter1-33/+40
2013-08-13tests: s/assert/igt_assertDaniel Vetter1-6/+5
2012-06-04test/gem_gtt_speed: Add a baseline test for the performance of a CPU mmapChris Wilson1-11/+11
2012-03-24tests: use gem_create and gem_close moreDaniel Vetter1-10/+2
2012-01-10tests: fixup new warningsDaniel Vetter1-11/+11
2012-01-10lib/drmtest: extract gem_writeDaniel Vetter1-16/+1
2010-08-25tests: Fix fallout from s/EBADF/ENOENT/ in 2.6.36Chris Wilson1-1/+1
2009-03-27tests/: warning fixesEric Anholt1-19/+6
2009-03-26Add the tests we want from libdrm.Eric Anholt1-0/+132