Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1408395 > unrolled thread

[PATCH] Add more Intel GPUs IDs to quirks.c

Started byNikolai Zhubr <n-a-zhubr@yandex.ru>
First post2016-05-28 11:00 +0200
Last post2016-05-28 11:00 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH] Add more Intel GPUs IDs to quirks.c Nikolai Zhubr <n-a-zhubr@yandex.ru> - 2016-05-28 11:00 +0200

#1408395 — [PATCH] Add more Intel GPUs IDs to quirks.c

FromNikolai Zhubr <n-a-zhubr@yandex.ru>
Date2016-05-28 11:00 +0200
Subject[PATCH] Add more Intel GPUs IDs to quirks.c
Message-ID<rDIg9-6Kd-5@gated-at.bofh.it>
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

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web