diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2011-05-25 13:41:28 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2011-05-25 13:43:33 +0100 |
commit | 4e1f2f5957d47458c39b7b32fcdacf2b5411d6b1 (patch) | |
tree | 110e2e682adba865aeca35a17447a95285de0653 /tests/gem_stress.h | |
parent | 719ffef7c39386c453614bc71e1af97904d3671b (diff) |
gem_stress: '-b' option to disable BLT copyfunc
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'tests/gem_stress.h')
-rw-r--r-- | tests/gem_stress.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/gem_stress.h b/tests/gem_stress.h index e91453b..8c15782 100644 --- a/tests/gem_stress.h +++ b/tests/gem_stress.h @@ -32,6 +32,7 @@ struct option_struct { int no_hw; int gpu_busy_load; int use_render; + int use_blt; int forced_tiling; int use_cpu_maps; }; |