diff options
author | Ravi Kumar Vodapalli <ravi.kumar.vodapalli@intel.com> | 2024-03-26 11:38:25 +0100 |
---|---|---|
committer | Matt Roper <matthew.d.roper@intel.com> | 2024-03-26 21:58:20 +0100 |
commit | 0bd25f78c4fc97ec61ebaf6147973ddc2e15c7b6 (patch) | |
tree | eb71ce5d1a9338ae377b2138aadd57378823f7c5 /include/drm | |
parent | drm/xe: Use FIELD_PREP for lrc descriptor (diff) | |
download | linux-0bd25f78c4fc97ec61ebaf6147973ddc2e15c7b6.tar.xz linux-0bd25f78c4fc97ec61ebaf6147973ddc2e15c7b6.zip |
drm/xe: Add new PCI IDs to DG2 platform
New PCI IDs are added in Bspec for DG2 platform, add them in driver
Bspec: 44477
Signed-off-by: Ravi Kumar Vodapalli <ravi.kumar.vodapalli@intel.com>
Reviewed-by: Matt Roper <matthew.d.roper@intel.com>
Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240326103825.3832879-1-ravi.kumar.vodapalli@intel.com
Diffstat (limited to 'include/drm')
-rw-r--r-- | include/drm/xe_pciids.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/drm/xe_pciids.h b/include/drm/xe_pciids.h index bc7cbef6e9d8..adb37bc541e4 100644 --- a/include/drm/xe_pciids.h +++ b/include/drm/xe_pciids.h @@ -134,7 +134,9 @@ MACRO__(0x5692, ## __VA_ARGS__), \ MACRO__(0x56A0, ## __VA_ARGS__), \ MACRO__(0x56A1, ## __VA_ARGS__), \ - MACRO__(0x56A2, ## __VA_ARGS__) + MACRO__(0x56A2, ## __VA_ARGS__), \ + MACRO__(0x56BE, ## __VA_ARGS__), \ + MACRO__(0x56BF, ## __VA_ARGS__) #define XE_DG2_G11_IDS(MACRO__, ...) \ MACRO__(0x5693, ## __VA_ARGS__), \ |