All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/i915/guc: Test GuC v70.74.0 for MTL, DG2
@ 2026-08-20 19:37 Julia Filipchuk
  2026-08-20 19:48 ` sashiko-bot
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Julia Filipchuk @ 2026-08-20 19:37 UTC (permalink / raw)
  To: intel-gfx; +Cc: Julia Filipchuk

UAPI compatibility version 1.38.4

This patch is for testing only. If testing is successful the binary
blobs will replace the major versioned '*_guc_70.bin' files for given
platforms.

Signed-off-by: Julia Filipchuk <julia.filipchuk@intel.com>
---
 drivers/gpu/drm/i915/gt/uc/intel_uc_fw.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/gpu/drm/i915/gt/uc/intel_uc_fw.c b/drivers/gpu/drm/i915/gt/uc/intel_uc_fw.c
index 7fac97fe30a6..4901cb9cb4ca 100644
--- a/drivers/gpu/drm/i915/gt/uc/intel_uc_fw.c
+++ b/drivers/gpu/drm/i915/gt/uc/intel_uc_fw.c
@@ -88,8 +88,8 @@ void intel_uc_fw_change_status(struct intel_uc_fw *uc_fw,
  * security fixes, etc. to be enabled.
  */
 #define INTEL_GUC_FIRMWARE_DEFS(fw_def, guc_maj, guc_mmp) \
-	fw_def(METEORLAKE,   0, guc_maj(mtl,  70, 53, 0)) \
-	fw_def(DG2,          0, guc_maj(dg2,  70, 53, 0)) \
+	fw_def(METEORLAKE,   0, guc_mmp(mtl,  70, 74, 0)) \
+	fw_def(DG2,          0, guc_mmp(dg2,  70, 74, 0)) \
 	fw_def(ALDERLAKE_P,  0, guc_maj(adlp, 70, 12, 1)) \
 	fw_def(ALDERLAKE_P,  0, guc_mmp(adlp, 70, 1, 1)) \
 	fw_def(ALDERLAKE_P,  0, guc_mmp(adlp, 69, 0, 3)) \
-- 
2.51.0


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2026-08-21  2:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-20 19:37 [PATCH] drm/i915/guc: Test GuC v70.74.0 for MTL, DG2 Julia Filipchuk
2026-08-20 19:48 ` sashiko-bot
2026-08-20 21:18 ` ✓ i915.CI.BAT: success for " Patchwork
2026-08-21  2:34 ` ✗ i915.CI.Full: failure " Patchwork

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.