summaryrefslogtreecommitdiff
path: root/tests/gem_gtt_hog.c
AgeCommit message (Expand)Author
2017-02-22igt: Start marking up GEM tests that require an alive GPU to functionChris Wilson
2017-01-02igt: Mass conversion to to_user_pointer()Chris Wilson
2016-01-08Fix a bunch of printf typesVille Syrjälä
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-09Sprinkle igt_assert(ptr) after gem_mmap__{cpu,gtt,wc}Ville 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-03-06igt.cocci: Replace igt_assert() with igt_assert_CMP() where possibleMatt Roper
2014-09-03igt/gem_gtt_hog: Convert opencoded fork()/wait() over to igt_fork()Chris Wilson
2014-05-14tests: sprinkle igt loggingDaniel Vetter
2014-03-22lib: unnecessary header removal for drmtest.h, part 1Daniel Vetter
2014-03-19tests/gem_gtt_hog: Fix for BDWRodrigo Vivi
2014-03-19tests/gem_gtt_hog: Use XY_COLOR_BLT instead of COLOR_BLT.Rodrigo Vivi
2014-02-12test/gem_gtt_hog: bail out earlierDaniel Vetter
2014-01-15tests/gem_gtt_hog: Use igt_simple_mainDaniel Vetter
2014-01-15gem_gtt_hog: use a normal exit()Chris Wilson
2014-01-10gem_gtt_hog: Print elapsed time in msChris Wilson
2014-01-10tests: Add gem_gtt_hogChris Wilson