Add 0x3E98 to src/intel_module.c
Submitted by David Bartley
Assigned to Chris Wilson @ickle
Link to original bug (#110475)
Description
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"},<br> {0x3EA1, "HD Graphics"},<br> {0x3EA4, "HD Graphics"},<br> {0x3EA0, "HD Graphics"},