[PATCH] drm/xe/bmg: Add one additional PCI ID
Matthew Auld
matthew.auld at intel.com
Fri Jul 4 12:04:47 UTC 2025
On 04/07/2025 11:35, 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>
Going by similar changes should we also add:
Cc: stable at vger.kernel.org # v6.12+
?
That way user doesn't need a bleeding edge kernel just to get a working
machine, or is there something special about this pciid which needs some
other kernel changes?
> ---
> 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__), \
> MACRO__(0xE20B, ## __VA_ARGS__), \
> MACRO__(0xE20C, ## __VA_ARGS__), \
> MACRO__(0xE20D, ## __VA_ARGS__), \
More information about the Intel-xe
mailing list