Skip to content

Commit

Permalink
drm/i915/icl: Add missing device ID
Browse files Browse the repository at this point in the history
We are missing PCI device ID for SKU ICLLP U GT 1.5F (0x8A54) as per BSPec.

BSpec: 19092

Signed-off-by: Mika Kahola <mika.kahola@intel.com>
Reviewed-by: Clint Taylor <Clinton.A.Taylor@intel.com>
Signed-off-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20190617082413.22549-1-mika.kahola@intel.com
  • Loading branch information
Mika Kahola authored and Maarten Lankhorst committed Jun 26, 2019
1 parent cba17e5 commit 93d7a3b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/drm/i915_pciids.h
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,8 @@
INTEL_VGA_DEVICE(0x8A56, info), \
INTEL_VGA_DEVICE(0x8A71, info), \
INTEL_VGA_DEVICE(0x8A70, info), \
INTEL_VGA_DEVICE(0x8A53, info)
INTEL_VGA_DEVICE(0x8A53, info), \
INTEL_VGA_DEVICE(0x8A54, info)

#define INTEL_ICL_11_IDS(info) \
INTEL_ICL_PORT_F_IDS(info), \
Expand Down

0 comments on commit 93d7a3b

Please sign in to comment.