summaryrefslogtreecommitdiff
path: root/tests/gem_gtt_hog.c
AgeCommit message (Expand)AuthorFilesLines
2018-02-23igt: Use lib gem_execbuf where possibleAntonio Argenziano1-1/+1
2017-02-22igt: Start marking up GEM tests that require an alive GPU to functionChris Wilson1-0/+1
2017-01-02igt: Mass conversion to to_user_pointer()Chris Wilson1-3/+3
2016-01-08Fix a bunch of printf typesVille Syrjälä1-1/+1
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-2/+2
2015-10-09Sprinkle igt_assert(ptr) after gem_mmap__{cpu,gtt,wc}Ville Syrjälä1-1/+4
2015-10-09s/gem_mmap/gem_mmap__gtt/Ville Syrjälä1-2/+2
2015-09-11convert drm_open_any*() calls to drm_open_driver*(DRIVER_INTEL) calls with cocciMicah Fedke1-2/+2
2015-08-21lib: add a single include headerThomas Wood1-3/+1
2015-03-06igt.cocci: Replace igt_assert() with igt_assert_CMP() where possibleMatt Roper1-1/+1
2014-09-03igt/gem_gtt_hog: Convert opencoded fork()/wait() over to igt_fork()Chris Wilson1-17/+4
2014-05-14tests: sprinkle igt loggingDaniel Vetter1-2/+2
2014-03-22lib: unnecessary header removal for drmtest.h, part 1Daniel Vetter1-1/+2
2014-03-19tests/gem_gtt_hog: Fix for BDWRodrigo Vivi1-19/+33
2014-03-19tests/gem_gtt_hog: Use XY_COLOR_BLT instead of COLOR_BLT.Rodrigo Vivi1-6/+5
2014-02-12test/gem_gtt_hog: bail out earlierDaniel Vetter1-0/+4
2014-01-15tests/gem_gtt_hog: Use igt_simple_mainDaniel Vetter1-4/+1
2014-01-15gem_gtt_hog: use a normal exit()Chris Wilson1-1/+1
2014-01-10gem_gtt_hog: Print elapsed time in msChris Wilson1-2/+2
2014-01-10tests: Add gem_gtt_hogChris Wilson1-0/+177