linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Add more Intel GPUs IDs to quirks.c
@ 2016-05-28  8:45 Nikolai Zhubr
  0 siblings, 0 replies; only message in thread
From: Nikolai Zhubr @ 2016-05-28  8:45 UTC (permalink / raw)
  To: linux-kernel, intel-gfx

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-05-28  8:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-05-28  8:45 [PATCH] Add more Intel GPUs IDs to quirks.c Nikolai Zhubr

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).