agp/intel: Fix typo in needs_ilk_vtd_wa()
[pandora-kernel.git] / drivers / char / agp / intel-gtt.c
index 43c4ec3..59d4697 100644 (file)
@@ -1195,7 +1195,7 @@ static inline int needs_idle_maps(void)
        /* Query intel_iommu to see if we need the workaround. Presumably that
         * was loaded first.
         */
-       if ((gpu_devid == PCI_DEVICE_ID_INTEL_IRONLAKE_M_HB ||
+       if ((gpu_devid == PCI_DEVICE_ID_INTEL_IRONLAKE_D_IG ||
             gpu_devid == PCI_DEVICE_ID_INTEL_IRONLAKE_M_IG) &&
             intel_iommu_gfx_mapped)
                return 1;