diff options
author | Lucas De Marchi <lucas.demarchi@intel.com> | 2023-08-04 16:17:09 -0700 |
---|---|---|
committer | Rodrigo Vivi <rodrigo.vivi@intel.com> | 2023-12-21 11:40:18 -0500 |
commit | de4651d6dd04d173b50fa8631a9a3cdd897434c4 (patch) | |
tree | d0ab8421b19d4567c02b65794ffe02597f9ab202 /include/drm | |
parent | c47794bdd63d8304fa5d410039e81c6387388340 (diff) |
drm/xe: Update ARL-S DevIDs to the latest BSpec
BSpec changed with regard the DevIDs for ARL-S. Update the define
accordingly.
Bspec: 55420
Reviewed-by: Niranjana Vishwanathapura <niranjana.vishwanathapura@intel.com>
Link: https://lore.kernel.org/r/20230804231709.1065087-3-lucas.demarchi@intel.com
Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Diffstat (limited to 'include/drm')
-rw-r--r-- | include/drm/xe_pciids.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/drm/xe_pciids.h b/include/drm/xe_pciids.h index b9e9f5b2b0ac..0d0cf80eb0ba 100644 --- a/include/drm/xe_pciids.h +++ b/include/drm/xe_pciids.h @@ -183,8 +183,7 @@ MACRO__(0x7DE0, ## __VA_ARGS__) #define XE_ARL_IDS(MACRO__, ...) \ - MACRO__(0x7D66, ## __VA_ARGS__), \ - MACRO__(0x7D76, ## __VA_ARGS__) + MACRO__(0x7D67, ## __VA_ARGS__) #define XE_MTL_IDS(MACRO__, ...) \ XE_MTL_M_IDS(MACRO__, ## __VA_ARGS__), \ |