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:
Chris Wilson 2013-02-08 16:01:54 +00:00
parent ae5399aaf9
commit ce9f044836
1 changed files with 1 additions and 1 deletions

View File

@ -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)