mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-15 18:32:55 +00:00
Add Ivybridge support to intel_gpu_dump and the BLT tests.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user