projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1bec833
)
drm/xe: ATS-M device ID update
author
Haridhar Kalvala
<haridhar.kalvala@intel.com>
Mon, 20 Nov 2023 06:55:07 +0000
(12:25 +0530)
committer
Rodrigo Vivi
<rodrigo.vivi@intel.com>
Thu, 21 Dec 2023 16:44:51 +0000
(11:44 -0500)
ATS-M device ID update.
BSpec: 44477
Signed-off-by: Haridhar Kalvala <haridhar.kalvala@intel.com>
Reviewed-by: Matt Roper <matthew.d.roper@intel.com>
Reviewed-by: Lucas De Marchi <lucas.demarchi@intel.com>
Link:
https://lore.kernel.org/r/20231120065507.1543676-1-haridhar.kalvala@intel.com
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
include/drm/xe_pciids.h
patch
|
blob
|
history
diff --git
a/include/drm/xe_pciids.h
b/include/drm/xe_pciids.h
index 84fb596ab8f53471e021e87236db34a5ac3d8934..6c3ac3b5ec94f8abef02621391c5e1e63c40c8ff 100644
(file)
--- a/
include/drm/xe_pciids.h
+++ b/
include/drm/xe_pciids.h
@@
-163,7
+163,8
@@
XE_DG2_G12_IDS(MACRO__, ## __VA_ARGS__)
#define XE_ATS_M150_IDS(MACRO__, ...) \
- MACRO__(0x56C0, ## __VA_ARGS__)
+ MACRO__(0x56C0, ## __VA_ARGS__), \
+ MACRO__(0x56C2, ## __VA_ARGS__)
#define XE_ATS_M75_IDS(MACRO__, ...) \
MACRO__(0x56C1, ## __VA_ARGS__)