[Bug 110475] New: Add 0x3E98 to src/intel_module.c
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Sat Apr 20 06:53:51 UTC 2019
https://bugs.freedesktop.org/show_bug.cgi?id=110475
Bug ID: 110475
Summary: Add 0x3E98 to src/intel_module.c
Product: xorg
Version: git
Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: NEW
Severity: minor
Priority: medium
Component: Driver/intel
Assignee: chris at chris-wilson.co.uk
Reporter: andareed at gmail.com
QA Contact: intel-gfx-bugs at lists.freedesktop.org
I have an intel chipset/CPU that reports a VGA adapter with PCI ID 3E98. That
ID is already registered in src/i915_pciids.h, but not in src/intel_module.c.
That causes the xorg log to contain "gen9 engineering sample" rather than "HD
Graphics" as expected. Below is a trivial patch to add support for this PCI
ID:
diff --git a/src/intel_module.c b/src/intel_module.c
index a8c9768e..059b9310 100644
--- a/src/intel_module.c
+++ b/src/intel_module.c
@@ -317,6 +317,7 @@ static const SymTabRec intel_chipsets[] = {
{0x3E9A, "HD Graphics"},
{0x3E9B, "HD Graphics"},
{0x3E94, "HD Graphics"},
+ {0x3E98, "HD Graphics"},
{0x3EA1, "HD Graphics"},
{0x3EA4, "HD Graphics"},
{0x3EA0, "HD Graphics"},
--
You are receiving this mail because:
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/intel-gfx-bugs/attachments/20190420/6e8283c4/attachment-0001.html>
More information about the intel-gfx-bugs
mailing list