mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-29 02:36:29 +00:00
Call Arrandale gen5 not gen4.
This commit is contained in:
parent
4c7c94ad98
commit
402948624c
@ -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))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user