aboutsummaryrefslogtreecommitdiffstats
path: root/include/drm
diff options
context:
space:
mode:
authorAnusha Srivatsa <anusha.srivatsa@intel.com>2019-08-12 15:27:37 -0700
committerAnusha Srivatsa <anusha.srivatsa@intel.com>2019-08-15 12:55:54 -0700
commitbfc4c359b2822bd2c457ccab271baeb33181c7c9 (patch)
treeb306d2a1d235cc469688afacccbf8b91fbd46b85 /include/drm
parentdrm/i915: Move tasklet kicking to __i915_request_queue caller (diff)
downloadlinux-dev-bfc4c359b2822bd2c457ccab271baeb33181c7c9.tar.xz
linux-dev-bfc4c359b2822bd2c457ccab271baeb33181c7c9.zip
drm/i915/cml: Add Missing PCI IDs
The BSpec has added three new IDS for CML. Update the IDs in accordance to the Spec. Cc: Lucas De Marchi <lucas.demarchi@intel.com> Cc: José Roberto de Souza <jose.souza@intel.com> Signed-off-by: Anusha Srivatsa <anusha.srivatsa@intel.com> Reviewed-by: Anshuman Gupta <anshuman.gupta@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20190812222737.29356-1-anusha.srivatsa@intel.com
Diffstat (limited to 'include/drm')
-rw-r--r--include/drm/i915_pciids.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/drm/i915_pciids.h b/include/drm/i915_pciids.h
index a70c982ddff9..b1f66b117c74 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), \