From: Nikolai Zhubr <n-a-zhubr@yandex.ru>
To: linux-kernel@vger.kernel.org, intel-gfx@lists.freedesktop.org
Subject: [PATCH] Add more Intel GPUs IDs to quirks.c
Date: Sat, 28 May 2016 11:45:50 +0300 [thread overview]
Message-ID: <57495ABE.3040003@yandex.ru> (raw)
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
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx
WARNING: multiple messages have this Message-ID (diff)
From: Nikolai Zhubr <n-a-zhubr@yandex.ru>
To: linux-kernel@vger.kernel.org, intel-gfx@lists.freedesktop.org
Subject: [PATCH] Add more Intel GPUs IDs to quirks.c
Date: Sat, 28 May 2016 11:45:50 +0300 [thread overview]
Message-ID: <57495ABE.3040003@yandex.ru> (raw)
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
next reply other threads:[~2016-05-28 8:53 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-05-28 8:45 Nikolai Zhubr [this message]
2016-05-28 8:45 ` [PATCH] Add more Intel GPUs IDs to quirks.c Nikolai Zhubr
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=57495ABE.3040003@yandex.ru \
--to=n-a-zhubr@yandex.ru \
--cc=intel-gfx@lists.freedesktop.org \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.