[PATCH 2/2] drm/i915/cml: Add Missing PCI IDs
Timo Aaltonen
tjaalton at ubuntu.com
Wed Sep 25 11:44:46 UTC 2019
From: Anusha Srivatsa <anusha.srivatsa at intel.com>
BugLink: http://bugs.launchpad.net/bugs/1845317
The BSpec has added three new IDS for CML.
Update the IDs in accordance to the Spec.
Cc: Lucas De Marchi <lucas.demarchi at intel.com>
Cc: José Roberto de Souza <jose.souza at intel.com>
Signed-off-by: Anusha Srivatsa <anusha.srivatsa at intel.com>
Reviewed-by: Anshuman Gupta <anshuman.gupta at intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20190812222737.29356-1-anusha.srivatsa@intel.com
(cherry picked from commit bfc4c359b2822bd2c457ccab271baeb33181c7c9)
Signed-off-by: Timo Aaltonen <timo.aaltonen at canonical.com>
---
include/drm/i915_pciids.h | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/include/drm/i915_pciids.h b/include/drm/i915_pciids.h
index 6c342ac470c8..1b6749471839 100644
--- a/include/drm/i915_pciids.h
+++ b/include/drm/i915_pciids.h
@@ -466,7 +466,10 @@
INTEL_VGA_DEVICE(0x9BC5, info), \
INTEL_VGA_DEVICE(0x9BC8, info), \
INTEL_VGA_DEVICE(0x9BC4, info), \
- INTEL_VGA_DEVICE(0x9BC2, info)
+ INTEL_VGA_DEVICE(0x9BC2, info), \
+ INTEL_VGA_DEVICE(0x9BC6, info), \
+ INTEL_VGA_DEVICE(0x9BE6, info), \
+ INTEL_VGA_DEVICE(0x9BF6, info)
#define INTEL_KBL_IDS(info) \
INTEL_KBL_GT1_IDS(info), \
--
2.20.1
More information about the kernel-team
mailing list