lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Sat, 28 May 2016 11:45:50 +0300
From:	Nikolai Zhubr <n-a-zhubr@...dex.ru>
To:	linux-kernel@...r.kernel.org, intel-gfx@...ts.freedesktop.org
Subject: [PATCH] Add more Intel GPUs IDs to quirks.c

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ