From: Anusha Srivatsa Date: Mon, 12 Aug 2019 22:27:37 +0000 (-0700) Subject: drm/i915/cml: Add Missing PCI IDs X-Git-Tag: v5.4-rc1~106^2~11^2~77 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bfc4c359b2822bd2c457ccab271baeb33181c7c9;p=thirdparty%2Fkernel%2Flinux.git 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 Cc: José Roberto de Souza Signed-off-by: Anusha Srivatsa Reviewed-by: Anshuman Gupta Link: https://patchwork.freedesktop.org/patch/msgid/20190812222737.29356-1-anusha.srivatsa@intel.com --- diff --git a/include/drm/i915_pciids.h b/include/drm/i915_pciids.h index a70c982ddff9d..b1f66b117c74f 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), \