diff options
author | Matt Roper <matthew.d.roper@intel.com> | 2023-08-11 19:06:16 +0300 |
---|---|---|
committer | Rodrigo Vivi <rodrigo.vivi@intel.com> | 2023-12-21 19:40:26 +0300 |
commit | 3330361543fca2a60b71ebf02cd5e56bb417b159 (patch) | |
tree | 35105fd926a17083d01c1518867e1602de014796 /include/drm | |
parent | 0993b22f93f867b4ed1c1fc3f077fa7e736353d6 (diff) | |
download | linux-3330361543fca2a60b71ebf02cd5e56bb417b159.tar.xz |
drm/xe/lnl: Add LNL platform definition
LNL is an integrated GPU based on the Xe2 architecture.
Bspec: 70821
Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
Reviewed-by: Balasubramani Vivekanandan <balasubramani.vivekanandan@intel.com>
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Diffstat (limited to 'include/drm')
-rw-r--r-- | include/drm/xe_pciids.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/drm/xe_pciids.h b/include/drm/xe_pciids.h index 0d0cf80eb0ba..f6ac6d9772ee 100644 --- a/include/drm/xe_pciids.h +++ b/include/drm/xe_pciids.h @@ -191,4 +191,9 @@ XE_MTL_S_IDS(MACRO__, ## __VA_ARGS__), \ XE_ARL_IDS(MACRO__, ## __VA_ARGS__) +#define XE_LNL_IDS(MACRO__, ...) \ + MACRO__(0x6420, ## __VA_ARGS__), \ + MACRO__(0x64A0, ## __VA_ARGS__), \ + MACRO__(0x64B0, ## __VA_ARGS__) + #endif |