projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3330361
)
drm/xe/lnl: Add GuC firmware definition
author
Matt Roper
<matthew.d.roper@intel.com>
Fri, 11 Aug 2023 16:06:17 +0000
(09:06 -0700)
committer
Rodrigo Vivi
<rodrigo.vivi@intel.com>
Thu, 21 Dec 2023 16:40:26 +0000
(11:40 -0500)
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>
drivers/gpu/drm/xe/xe_uc_fw.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/gpu/drm/xe/xe_uc_fw.c
b/drivers/gpu/drm/xe/xe_uc_fw.c
index 4b04f6e5388d41e53bc3883365f3479c089fb9a6..1802b280cd8c6472970ba3fe4fe059d3dafca5bf 100644
(file)
--- 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)) \