mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-20 12:52:55 +00:00
Add Ivybridge support to intel_gpu_dump and the BLT tests.
This commit is contained in:
@@ -253,7 +253,7 @@ static void run(int object_size)
|
||||
exec[2].rsvd2 = 0;
|
||||
|
||||
ring = 0;
|
||||
if (IS_GEN6(intel_get_drm_devid(fd)))
|
||||
if (HAS_BLT_RING(intel_get_drm_devid(fd)))
|
||||
ring = I915_EXEC_BLT;
|
||||
|
||||
execbuf.buffers_ptr = (uintptr_t)exec;
|
||||
|
||||
Reference in New Issue
Block a user