Skip to content

Commit

Permalink
drm/i915/cml: Add Missing PCI IDs
Browse files Browse the repository at this point in the history
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
  • Loading branch information
anushasr committed Aug 15, 2019
1 parent 62520e3 commit bfc4c35
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion include/drm/i915_pciids.h
Expand Up @@ -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), \
Expand Down

0 comments on commit bfc4c35

Please sign in to comment.