[SRU][O:linux][PATCH 1/1] UBUNTU: SAUCE: drm/xe/bmg: Add one additional PCI ID
Thibault Ferrante
thibault.ferrante at canonical.com
Tue Apr 1 11:41:43 UTC 2025
From: Matt Roper <matthew.d.roper at intel.com>
BugLink: https://bugs.launchpad.net/bugs/2105768
One additional BMG PCI ID has been added to the spec; make sure our
driver recognizes devices with this ID properly.
Bspec: 68090
Cc: stable at vger.kernel.org # v6.12+
Reviewed-by: Clint Taylor <Clinton.A.Taylor at intel.com>
Reviewed-by: Lucas De Marchi <lucas.demarchi at intel.com>
Link: https://lore.kernel.org/r/20250325224709.4073080-2-matthew.d.roper@intel.com
Signed-off-by: Matt Roper <matthew.d.roper at intel.com>
(backported from commit cca9734ebe55f6af11ce8d57ca1afdc4d158c808 drm-tip)
[thibf: change in include/drm/intel/xe_pciids.h instead of include/drm/intel/pciids.h]
Signed-off-by: Thibault Ferrante <thibault.ferrante at canonical.com>
---
include/drm/intel/xe_pciids.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/drm/intel/xe_pciids.h b/include/drm/intel/xe_pciids.h
index 6cf46225f11f6..127591e1cd8ee 100644
--- a/include/drm/intel/xe_pciids.h
+++ b/include/drm/intel/xe_pciids.h
@@ -217,6 +217,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 kernel-team
mailing list