diff options
author | Matt Roper <[email protected]> | 2023-08-11 09:06:17 -0700 |
---|---|---|
committer | Rodrigo Vivi <[email protected]> | 2023-12-21 11:40:26 -0500 |
commit | 943c01b72f3e9332d7a52ecffa35ef7152e18c5c (patch) | |
tree | 25f636f1ece95127e979cac359dd744de894725b | |
parent | 3330361543fca2a60b71ebf02cd5e56bb417b159 (diff) |
drm/xe/lnl: Add GuC firmware definition
Define the GuC firmware to load on the platform.
Cc: Balasubramani Vivekanandan <[email protected]>
Signed-off-by: Matt Roper <[email protected]>
Signed-off-by: Lucas De Marchi <[email protected]>
Reviewed-by: Matthew Brost <[email protected]>
Signed-off-by: Rodrigo Vivi <[email protected]>
-rw-r--r-- | drivers/gpu/drm/xe/xe_uc_fw.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/xe/xe_uc_fw.c b/drivers/gpu/drm/xe/xe_uc_fw.c index 4b04f6e5388d..1802b280cd8c 100644 --- a/drivers/gpu/drm/xe/xe_uc_fw.c +++ b/drivers/gpu/drm/xe/xe_uc_fw.c @@ -100,6 +100,7 @@ struct fw_blobs_by_type { }; #define XE_GUC_FIRMWARE_DEFS(fw_def, mmp_ver, major_ver) \ + fw_def(LUNARLAKE, mmp_ver(xe, guc, lnl, 70, 6, 8)) \ fw_def(METEORLAKE, mmp_ver(i915, guc, mtl, 70, 6, 4)) \ fw_def(PVC, mmp_ver(xe, guc, pvc, 70, 6, 4)) \ fw_def(DG2, major_ver(i915, guc, dg2, 70, 5)) \ |