Skip to content

Commit 9a751b9

Browse files
committed
drm/i915: Add new ICL PCI ID
A new PCI ID for ICL was added to BSpec, lets keep it in tight sync as ICL is not protected by the alpha support flag anymore. v2: Keeping BSpec order(Rodrigo) BSepc: 21141 Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com> Signed-off-by: José Roberto de Souza <jose.souza@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20190308215646.30436-1-jose.souza@intel.com
1 parent 22acf9f commit 9a751b9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

include/drm/i915_pciids.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,6 +469,7 @@
469469
INTEL_VGA_DEVICE(0x8A57, info), \
470470
INTEL_VGA_DEVICE(0x8A56, info), \
471471
INTEL_VGA_DEVICE(0x8A71, info), \
472-
INTEL_VGA_DEVICE(0x8A70, info)
472+
INTEL_VGA_DEVICE(0x8A70, info), \
473+
INTEL_VGA_DEVICE(0x8A53, info)
473474

474475
#endif /* _I915_PCIIDS_H */

0 commit comments

Comments
 (0)