All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/i915/guc: Test GuC v70.49.5 for TGL, ADL-P, DG1, PVC
@ 2026-08-17 18:45 Julia Filipchuk
  2026-08-17 18:55 ` sashiko-bot
  2026-08-17 19:38 ` ✗ i915.CI.BAT: failure for " Patchwork
  0 siblings, 2 replies; 4+ messages in thread
From: Julia Filipchuk @ 2026-08-17 18:45 UTC (permalink / raw)
  To: intel-gfx; +Cc: Julia Filipchuk

UAPI compatibility version 1.24.12

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 | 14 +++++---------
 1 file changed, 5 insertions(+), 9 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..7e5567410235 100644
--- a/drivers/gpu/drm/i915/gt/uc/intel_uc_fw.c
+++ b/drivers/gpu/drm/i915/gt/uc/intel_uc_fw.c
@@ -90,15 +90,11 @@ void intel_uc_fw_change_status(struct intel_uc_fw *uc_fw,
 #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(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)) \
-	fw_def(ALDERLAKE_S,  0, guc_maj(tgl,  70, 12, 1)) \
-	fw_def(ALDERLAKE_S,  0, guc_mmp(tgl,  70, 1, 1)) \
-	fw_def(ALDERLAKE_S,  0, guc_mmp(tgl,  69, 0, 3)) \
-	fw_def(DG1,          0, guc_maj(dg1,  70, 5, 1)) \
-	fw_def(ROCKETLAKE,   0, guc_mmp(tgl,  70, 1, 1)) \
-	fw_def(TIGERLAKE,    0, guc_mmp(tgl,  70, 1, 1)) \
+	fw_def(ALDERLAKE_P,  0, guc_mmp(adlp, 70, 49, 5)) \
+	fw_def(ALDERLAKE_S,  0, guc_mmp(tgl,  70, 49, 5)) \
+	fw_def(DG1,          0, guc_mmp(dg1,  70, 49, 5)) \
+	fw_def(ROCKETLAKE,   0, guc_mmp(tgl,  70, 49, 5)) \
+	fw_def(TIGERLAKE,    0, guc_mmp(tgl,  70, 49, 5)) \
 	fw_def(JASPERLAKE,   0, guc_mmp(ehl,  70, 1, 1)) \
 	fw_def(ELKHARTLAKE,  0, guc_mmp(ehl,  70, 1, 1)) \
 	fw_def(ICELAKE,      0, guc_mmp(icl,  70, 1, 1)) \
-- 
2.51.0


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

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

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-17 18:45 [PATCH] drm/i915/guc: Test GuC v70.49.5 for TGL, ADL-P, DG1, PVC Julia Filipchuk
2026-08-17 18:55 ` sashiko-bot
2026-08-17 19:38 ` ✗ i915.CI.BAT: failure for " Patchwork
2026-08-17 21:03   ` Julia Filipchuk

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.