index
:
igt-gpu-tools.git
master
patchseet_v24
patchseet_v25
vm-bind
DRM IGT GPU Tools
Andi Shyti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
gem_gtt_hog.c
Age
Commit message (
Expand
)
Author
2016-01-08
Fix a bunch of printf types
Ville Syrjälä
2015-10-12
Replace __gem_mmap__{cpu,gtt,wc}() + igt_assert() with gem_mmap__{cpu,gtt,wc}()
Ville Syrjälä
2015-10-09
Make gem_mmap__{cpu,gtt,wc}() assert on failure
Ville Syrjälä
2015-10-09
Sprinkle igt_assert(ptr) after gem_mmap__{cpu,gtt,wc}
Ville Syrjälä
2015-10-09
s/gem_mmap/gem_mmap__gtt/
Ville Syrjälä
2015-09-11
convert drm_open_any*() calls to drm_open_driver*(DRIVER_INTEL) calls with cocci
Micah Fedke
2015-08-21
lib: add a single include header
Thomas Wood
2015-03-06
igt.cocci: Replace igt_assert() with igt_assert_CMP() where possible
Matt Roper
2014-09-03
igt/gem_gtt_hog: Convert opencoded fork()/wait() over to igt_fork()
Chris Wilson
2014-05-14
tests: sprinkle igt logging
Daniel Vetter
2014-03-22
lib: unnecessary header removal for drmtest.h, part 1
Daniel Vetter
2014-03-19
tests/gem_gtt_hog: Fix for BDW
Rodrigo Vivi
2014-03-19
tests/gem_gtt_hog: Use XY_COLOR_BLT instead of COLOR_BLT.
Rodrigo Vivi
2014-02-12
test/gem_gtt_hog: bail out earlier
Daniel Vetter
2014-01-15
tests/gem_gtt_hog: Use igt_simple_main
Daniel Vetter
2014-01-15
gem_gtt_hog: use a normal exit()
Chris Wilson
2014-01-10
gem_gtt_hog: Print elapsed time in ms
Chris Wilson
2014-01-10
tests: Add gem_gtt_hog
Chris Wilson