diff options
Diffstat (limited to 'drivers/char/agp/intel-gtt.c')
-rw-r--r-- | drivers/char/agp/intel-gtt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/agp/intel-gtt.c b/drivers/char/agp/intel-gtt.c index 0b4188b9af7c..c6dea3f6917b 100644 --- a/drivers/char/agp/intel-gtt.c +++ b/drivers/char/agp/intel-gtt.c | |||
@@ -581,7 +581,7 @@ static inline int needs_ilk_vtd_wa(void) | |||
581 | /* Query intel_iommu to see if we need the workaround. Presumably that | 581 | /* Query intel_iommu to see if we need the workaround. Presumably that |
582 | * was loaded first. | 582 | * was loaded first. |
583 | */ | 583 | */ |
584 | if ((gpu_devid == PCI_DEVICE_ID_INTEL_IRONLAKE_M_HB || | 584 | if ((gpu_devid == PCI_DEVICE_ID_INTEL_IRONLAKE_D_IG || |
585 | gpu_devid == PCI_DEVICE_ID_INTEL_IRONLAKE_M_IG) && | 585 | gpu_devid == PCI_DEVICE_ID_INTEL_IRONLAKE_M_IG) && |
586 | intel_iommu_gfx_mapped) | 586 | intel_iommu_gfx_mapped) |
587 | return 1; | 587 | return 1; |