Add a GTT timing test

Using for diagnosing some mysterious slowdowns. Should include a variant
for basic benchmarking...

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
Chris Wilson
2010-12-23 12:44:51 +00:00
parent 322563027c
commit f19a1942c2
3 changed files with 240 additions and 1 deletions
+3 -1
View File
@@ -14,7 +14,9 @@ TESTS = getversion \
gem_bad_blit \
gem_bad_batch \
gem_hang \
gem_fence_thrash
gem_fence_thrash \
gem_gtt_speed \
$(NULL)
EXTRA_PROGRAMS = $(TESTS)
CLEANFILES = $(EXTRA_PROGRAMS)