mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-20 12:52:55 +00:00
Call Arrandale gen5 not gen4.
This commit is contained in:
+1
-1
@@ -66,7 +66,7 @@ int intel_gen(uint32_t devid)
|
|||||||
if (IS_GEN4(devid))
|
if (IS_GEN4(devid))
|
||||||
return 4;
|
return 4;
|
||||||
if (IS_GEN5(devid))
|
if (IS_GEN5(devid))
|
||||||
return 4;
|
return 5;
|
||||||
if (IS_GEN6(devid))
|
if (IS_GEN6(devid))
|
||||||
return 6;
|
return 6;
|
||||||
if (IS_GEN7(devid))
|
if (IS_GEN7(devid))
|
||||||
|
|||||||
Reference in New Issue
Block a user