diff options
author | Matt Roper <matthew.d.roper@intel.com> | 2024-06-03 20:24:30 +0530 |
---|---|---|
committer | Matt Roper <matthew.d.roper@intel.com> | 2024-06-12 09:54:49 -0700 |
commit | e54700f7d6aa2ae0d0a0aeeebedcecd7ce1123fe (patch) | |
tree | 520159fc1b1f133d550896e106d3f49e53882ff4 /include/drm | |
parent | e81568a0cbb288770f8d2e4b7d41752a9f367bd1 (diff) | |
download | lwn-e54700f7d6aa2ae0d0a0aeeebedcecd7ce1123fe.tar.gz lwn-e54700f7d6aa2ae0d0a0aeeebedcecd7ce1123fe.zip |
drm/xe/bmg: Add PCI IDs
Add the initial set of device IDs for Battlemage.
Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
Signed-off-by: Balasubramani Vivekanandan <balasubramani.vivekanandan@intel.com>
Reviewed-by: Gustavo Sousa <gustavo.sousa@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240603145430.1260817-1-balasubramani.vivekanandan@intel.com
Diffstat (limited to 'include/drm')
-rw-r--r-- | include/drm/xe_pciids.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/drm/xe_pciids.h b/include/drm/xe_pciids.h index adb37bc541e4..644872a35c35 100644 --- a/include/drm/xe_pciids.h +++ b/include/drm/xe_pciids.h @@ -192,4 +192,11 @@ MACRO__(0x64A0, ## __VA_ARGS__), \ MACRO__(0x64B0, ## __VA_ARGS__) +#define XE_BMG_IDS(MACRO__, ...) \ + MACRO__(0xE202, ## __VA_ARGS__), \ + MACRO__(0xE20B, ## __VA_ARGS__), \ + MACRO__(0xE20C, ## __VA_ARGS__), \ + MACRO__(0xE20D, ## __VA_ARGS__), \ + MACRO__(0xE212, ## __VA_ARGS__) + #endif |