Call Arrandale gen5 not gen4.

This commit is contained in:
Chris Wilson 2011-11-04 17:10:06 +00:00
parent 4c7c94ad98
commit 402948624c

View File

@ -66,7 +66,7 @@ int intel_gen(uint32_t devid)
if (IS_GEN4(devid))
return 4;
if (IS_GEN5(devid))
return 4;
return 5;
if (IS_GEN6(devid))
return 6;
if (IS_GEN7(devid))