[PATCH] drm/xe/bmg: Add one additional PCI ID

Lucas De Marchi lucas.demarchi at intel.com
Wed Mar 26 04:30:33 UTC 2025


On Tue, Mar 25, 2025 at 03:47:10PM -0700, Matt Roper wrote:
>One additional BMG PCI ID has been added to the spec; make sure our
>driver recognizes devices with this ID properly.
>
>Bspec: 68090
>Signed-off-by: Matt Roper <matthew.d.roper at intel.com>

Since it's just a PCI addition and we don't need anything other than a
fix (that is already on its way to stable), this should probably have a
Cc stable - 6.13 and 6.14 for sure, maybe going back to 6.12 when bmg
got its force_probe removed.

It can be taken care of while applying.

Reviewed-by: Lucas De Marchi <lucas.demarchi at intel.com>

Lucas De Marchi

>---
> 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 4736ea525048..d212848d07f3 100644
>--- a/include/drm/intel/pciids.h
>+++ b/include/drm/intel/pciids.h
>@@ -850,6 +850,7 @@
> 	MACRO__(0xE20C, ## __VA_ARGS__), \
> 	MACRO__(0xE20D, ## __VA_ARGS__), \
> 	MACRO__(0xE210, ## __VA_ARGS__), \
>+	MACRO__(0xE211, ## __VA_ARGS__), \
> 	MACRO__(0xE212, ## __VA_ARGS__), \
> 	MACRO__(0xE215, ## __VA_ARGS__), \
> 	MACRO__(0xE216, ## __VA_ARGS__)
>-- 
>2.48.1
>


More information about the Intel-xe mailing list