[PATCH] Add more Intel GPUs IDs to quirks.c
From: Nikolai Zhubr
Date: Sat May 28 2016 - 04:53:24 EST
Hello all,
Please someone have a look at this trivial and annoying issue.
Why users have to "fix" this problem for newer Intel PCI ids on a 1-by-1
basis themselves yet again and again, after lots of time-wasting and
hair-pulling.
+++ drivers/pci/quirks.c 2016-05-23 00:34:16.001122309 +0300
@@ -3052,6 +3052,10 @@
DECLARE_PCI_FIXUP_FINAL(PCI_VENDOR_ID_INTEL, 0x0102, disable_igfx_irq);
DECLARE_PCI_FIXUP_FINAL(PCI_VENDOR_ID_INTEL, 0x010a, disable_igfx_irq);
DECLARE_PCI_FIXUP_FINAL(PCI_VENDOR_ID_INTEL, 0x0152, disable_igfx_irq);
+DECLARE_PCI_FIXUP_FINAL(PCI_VENDOR_ID_INTEL, 0x0402, disable_igfx_irq);
+DECLARE_PCI_FIXUP_FINAL(PCI_VENDOR_ID_INTEL, 0x0412, disable_igfx_irq);
+DECLARE_PCI_FIXUP_FINAL(PCI_VENDOR_ID_INTEL, 0x0C02, disable_igfx_irq);
+DECLARE_PCI_FIXUP_FINAL(PCI_VENDOR_ID_INTEL, 0x0C12, disable_igfx_irq);
(Not sure about all of them, but 402 is definitely required)
(Please CC me if necessary, I'm not subscribed @vger)
Thank you.
Nikolai