projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
32ca46b
)
drm/xe/guc: Add support for LNL firmware
author
John Harrison
<John.C.Harrison@Intel.com>
Fri, 2 Feb 2024 20:00:16 +0000
(12:00 -0800)
committer
Lucas De Marchi
<lucas.demarchi@intel.com>
Sat, 3 Feb 2024 06:12:27 +0000
(22:12 -0800)
First release of GuC firmware for LNL is now available, so start
using it.
v2: Actually use xe directory. Doh! (review feedback from Lucas)
Signed-off-by: John Harrison <John.C.Harrison@Intel.com>
Reviewed-by: Lucas De Marchi <lucas.demarchi@intel.com>
Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
Link:
https://patchwork.freedesktop.org/patch/msgid/20240202200017.2133438-6-John.C.Harrison@Intel.com
drivers/gpu/drm/xe/xe_uc_fw.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/xe/xe_uc_fw.c
b/drivers/gpu/drm/xe/xe_uc_fw.c
index d896c98dd0bb45e398f03997f11a2354f5d3f910..4714f2c8d2bae1cb637d31254fc0321dd41962f7 100644
(file)
--- a/
drivers/gpu/drm/xe/xe_uc_fw.c
+++ b/
drivers/gpu/drm/xe/xe_uc_fw.c
@@
-103,6
+103,7
@@
struct fw_blobs_by_type {
};
#define XE_GUC_FIRMWARE_DEFS(fw_def, mmp_ver, major_ver) \
+ fw_def(LUNARLAKE, major_ver(xe, guc, lnl, 70, 19, 2)) \
fw_def(METEORLAKE, major_ver(i915, guc, mtl, 70, 19, 2)) \
fw_def(DG2, major_ver(i915, guc, dg2, 70, 19, 2)) \
fw_def(DG1, major_ver(i915, guc, dg1, 70, 19, 2)) \