Add Ivybridge support to intel_gpu_dump and the BLT tests.

This commit is contained in:
Eric Anholt
2011-05-06 12:15:50 -07:00
parent a825173a5f
commit d73cdde45a
5 changed files with 10 additions and 5 deletions
+1 -1
View File
@@ -108,7 +108,7 @@ intel_batchbuffer_flush(struct intel_batchbuffer *batch)
batch->ptr = NULL;
ring = 0;
if (IS_GEN6(batch->devid))
if (HAS_BLT_RING(batch->devid))
ring = I915_EXEC_BLT;
ret = drm_intel_bo_mrb_exec(batch->bo, used, NULL, 0, 0, ring);
assert(ret == 0);