diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2011-06-05 11:20:34 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2011-06-05 12:10:11 +0100 |
commit | 20b69039e816ed44ef30048c81a76def7028f0ba (patch) | |
tree | 68b109472e288dd9f8757a924e076eaca6647148 /.gitignore | |
parent | 3ca054c2259483f27ffaabd786215ea82a66f78f (diff) |
test: Exercise gen3 render copies
gem_stress is unhappy with tiled render copies on gen3. This is a simple
little test to ensure that a set of pure copies with a working set
larger than the aperture are handled correctly.
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -56,6 +56,9 @@ tests/gem_bad_blit tests/gem_hang tests/gem_gtt_speed tests/gem_stress +tests/gen3_render_linear_blits +tests/gen3_render_tiledx_blits +tests/gen3_render_tiledy_blits tools/intel_disable_clock_gating tools/intel_dump_decode tools/intel_error_decode |