diff options
author | Balasubramani Vivekanandan | 2024-06-04 19:30:21 +0530 |
---|---|---|
committer | Radhakrishna Sripada | 2024-06-07 11:38:38 -0700 |
commit | 76dbc41608167d531f9c45d60054fd1f76498785 (patch) | |
tree | dee9469099e91b6c718829b9e8ea63a857a3c9c5 /include/drm | |
parent | ba9bbbe1499a8f14858e89cd4a21bf2990cfb0de (diff) |
drm/i915/display/bmg: Add platform descriptor
Platform descriptor defined and PCI IDs added for Battlemage.
Signed-off-by: Balasubramani Vivekanandan <balasubramani.vivekanandan@intel.com>
Reviewed-by: Radhakrishna Sripada <radhakrishna.sripada@intel.com>
Signed-off-by: Radhakrishna Sripada <radhakrishna.sripada@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240604140021.1357502-1-balasubramani.vivekanandan@intel.com
Diffstat (limited to 'include/drm')
-rw-r--r-- | include/drm/intel/i915_pciids.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/drm/intel/i915_pciids.h b/include/drm/intel/i915_pciids.h index 7ae7ee11ef38..b21374f76df2 100644 --- a/include/drm/intel/i915_pciids.h +++ b/include/drm/intel/i915_pciids.h @@ -789,4 +789,12 @@ MACRO__(0x64A0, ## __VA_ARGS__), \ MACRO__(0x64B0, ## __VA_ARGS__) +/* BMG */ +#define INTEL_BMG_IDS(MACRO__, ...) \ + MACRO__(0xE202, ## __VA_ARGS__), \ + MACRO__(0xE20B, ## __VA_ARGS__), \ + MACRO__(0xE20C, ## __VA_ARGS__), \ + MACRO__(0xE20D, ## __VA_ARGS__), \ + MACRO__(0xE212, ## __VA_ARGS__) + #endif /* _I915_PCIIDS_H */ |