summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Roper <matthew.d.roper@intel.com>2023-08-11 09:06:17 -0700
committerRodrigo Vivi <rodrigo.vivi@intel.com>2023-12-21 11:40:26 -0500
commit943c01b72f3e9332d7a52ecffa35ef7152e18c5c (patch)
tree25f636f1ece95127e979cac359dd744de894725b
parent3330361543fca2a60b71ebf02cd5e56bb417b159 (diff)
downloadlinux-stable-943c01b72f3e9332d7a52ecffa35ef7152e18c5c.tar.gz
linux-stable-943c01b72f3e9332d7a52ecffa35ef7152e18c5c.tar.bz2
linux-stable-943c01b72f3e9332d7a52ecffa35ef7152e18c5c.zip
drm/xe/lnl: Add GuC firmware definition
Define the GuC firmware to load on the platform. Cc: Balasubramani Vivekanandan <balasubramani.vivekanandan@intel.com> Signed-off-by: Matt Roper <matthew.d.roper@intel.com> Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com> Reviewed-by: Matthew Brost <matthew.brost@intel.com> Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
-rw-r--r--drivers/gpu/drm/xe/xe_uc_fw.c1
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)) \