projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0af2f6b
)
drm/xe/bmg: Add one additional PCI ID
author
Matt Roper
<matthew.d.roper@intel.com>
Tue, 25 Mar 2025 22:47:10 +0000
(15:47 -0700)
committer
Lucas De Marchi
<lucas.demarchi@intel.com>
Mon, 7 Apr 2025 20:16:06 +0000
(13:16 -0700)
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@vger.kernel.org # v6.12+
Reviewed-by: Clint Taylor <Clinton.A.Taylor@intel.com>
Reviewed-by: Lucas De Marchi <lucas.demarchi@intel.com>
Link:
https://lore.kernel.org/r/20250325224709.4073080-2-matthew.d.roper@intel.com
Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
(cherry picked from commit
cca9734ebe55f6af11ce8d57ca1afdc4d158c808
)
Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
include/drm/intel/pciids.h
patch
|
blob
|
blame
|
history
diff --git
a/include/drm/intel/pciids.h
b/include/drm/intel/pciids.h
index 4736ea525048e4711d9b30ae9d2d426d9ac2a0b3..d212848d07f3fed1eae931b81f37159284d67d88 100644
(file)
--- 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__)