[PATCH] drm/xe/bmg: Add one additional PCI ID
Shekhar Chauhan
shekhar.chauhan at intel.com
Fri Jul 4 10:48:06 UTC 2025
Note: Although it pops up as part of an older series, this is due to the
fact that both the commits use the exact same title. I don't think it
causes any trouble.
On 7/4/2025 16:05, Ravi Kumar Vodapalli wrote:
> From: "Vodapalli, Ravi Kumar" <ravi.kumar.vodapalli at intel.com>
>
> One additional PCI ID is added in Bspec for BMG, Add it so that
> driver recognizes this device with this new ID.
>
> Bspec: 68090
> Signed-off-by: Vodapalli, Ravi Kumar <ravi.kumar.vodapalli at intel.com>
> ---
> include/drm/intel/pciids.h | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/include/drm/intel/pciids.h b/include/drm/intel/pciids.h
> index a0180d10e260..76f8d26f9cc9 100644
> --- a/include/drm/intel/pciids.h
> +++ b/include/drm/intel/pciids.h
> @@ -846,6 +846,7 @@
> /* BMG */
> #define INTEL_BMG_IDS(MACRO__, ...) \
> MACRO__(0xE202, ## __VA_ARGS__), \
> + MACRO__(0xE209, ## __VA_ARGS__), \
LGTM,
Reviewed-by: Shekhar Chauhan <shekhar.chauhan at intel.com>
> MACRO__(0xE20B, ## __VA_ARGS__), \
> MACRO__(0xE20C, ## __VA_ARGS__), \
> MACRO__(0xE20D, ## __VA_ARGS__), \
More information about the Intel-xe
mailing list