sna/gen6: Use GT2 settings for both GT2 and GT2+
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
parent
ae5399aaf9
commit
ce9f044836
|
|
@ -3557,7 +3557,7 @@ static void gen6_render_fini(struct sna *sna)
|
|||
|
||||
static bool is_gt2(struct sna *sna)
|
||||
{
|
||||
return DEVICE_ID(sna->PciInfo) & 0x20;
|
||||
return DEVICE_ID(sna->PciInfo) & 0x30;
|
||||
}
|
||||
|
||||
static bool is_mobile(struct sna *sna)
|
||||
|
|
|
|||
Loading…
Reference in New Issue