[igt-dev] [PATCH i-g-t v2] lib/i915_pciids: Add missing device ID for ICL
Summers, Stuart
stuart.summers at intel.com
Mon Jul 1 15:11:40 UTC 2019
On Thu, 2019-06-27 at 13:59 +0300, Mika Kahola wrote:
> We are missing PCI device ID for SKU ICLLP U GT 1.5F (0x8A54) as per
> BSPec.
>
> Align with kernel commit 93d7a3b4be30 ("drm/i915/icl: Add missing
> device ID")
>
> BSpec: 19092
Should be 21141?
>
> v2: Corresponding kernel commit added in commit message (Petri)
>
> Signed-off-by: Mika Kahola <mika.kahola at intel.com>
Reviewed-by: Stuart Summers <stuart.summers at intel.com>
> ---
> lib/i915_pciids.h | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/lib/i915_pciids.h b/lib/i915_pciids.h
> index c7cdbfc4..0adce335 100644
> --- a/lib/i915_pciids.h
> +++ b/lib/i915_pciids.h
> @@ -496,7 +496,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)
>
> /* EHL */
> #define INTEL_EHL_IDS(info) \
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 3270 bytes
Desc: not available
URL: <https://lists.freedesktop.org/archives/igt-dev/attachments/20190701/a8a578a2/attachment.bin>
More information about the igt-dev
mailing list