diff options
| author | Gustavo Sousa <gustavo.sousa@intel.com> | 2026-05-21 15:03:59 -0300 |
|---|---|---|
| committer | Gustavo Sousa <gustavo.sousa@intel.com> | 2026-06-09 13:55:35 -0300 |
| commit | ca24e8d9fa48c7c121614c1a80971aecda640674 (patch) | |
| tree | ca5e7b87678ffb35644d1796e1ec9f6e9dc5b2ec /include/drm/intel/pciids.h | |
| parent | ad60a618c49fef07d1860bfb1091140d29f5eddb (diff) | |
| download | linux-next-ca24e8d9fa48c7c121614c1a80971aecda640674.tar.gz linux-next-ca24e8d9fa48c7c121614c1a80971aecda640674.zip | |
drm/xe/nvls: Update PCI IDs
Bspec has been updated with respect to NVL-S PCI IDs. Update
INTEL_NVLS_IDS() accordingly.
Bspec: 74201
Reviewed-by: Dnyaneshwar Bhadane <dnyaneshwar.bhadane@intel.com>
Link: https://patch.msgid.link/20260521-nvl-s-update-pci-ids-v1-1-ec59e5d6bf12@intel.com
Signed-off-by: Gustavo Sousa <gustavo.sousa@intel.com>
Diffstat (limited to 'include/drm/intel/pciids.h')
| -rw-r--r-- | include/drm/intel/pciids.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/drm/intel/pciids.h b/include/drm/intel/pciids.h index e32ef763427c..dff389b56eb3 100644 --- a/include/drm/intel/pciids.h +++ b/include/drm/intel/pciids.h @@ -893,8 +893,9 @@ MACRO__(0xD741, ## __VA_ARGS__), \ MACRO__(0xD742, ## __VA_ARGS__), \ MACRO__(0xD743, ## __VA_ARGS__), \ - MACRO__(0xD744, ## __VA_ARGS__), \ - MACRO__(0xD745, ## __VA_ARGS__) + MACRO__(0xD745, ## __VA_ARGS__), \ + MACRO__(0xD74A, ## __VA_ARGS__), \ + MACRO__(0xD74B, ## __VA_ARGS__) /* CRI */ #define INTEL_CRI_IDS(MACRO__, ...) \ |
