We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0024526 commit 8b572a4Copy full SHA for 8b572a4
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
582
* was loaded first.
583
*/
584
- if ((gpu_devid == PCI_DEVICE_ID_INTEL_IRONLAKE_M_HB ||
+ if ((gpu_devid == PCI_DEVICE_ID_INTEL_IRONLAKE_D_IG ||
585
gpu_devid == PCI_DEVICE_ID_INTEL_IRONLAKE_M_IG) &&
586
intel_iommu_gfx_mapped)
587
return 1;
0 commit comments