intel-xe.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Reapply "drm/xe/gsc: define GSC FW for LNL"
@ 2024-07-02  0:11 Daniele Ceraolo Spurio
  2024-07-02  0:16 ` ✓ CI.Patch_applied: success for " Patchwork
                   ` (31 more replies)
  0 siblings, 32 replies; 42+ messages in thread
From: Daniele Ceraolo Spurio @ 2024-07-02  0:11 UTC (permalink / raw)
  To: intel-xe; +Cc: Daniele Ceraolo Spurio, Vinay Belgaumkar, Lucas De Marchi

Wa_22019338487 is now merged, so we can re-enable the GSC now that we
won't hit the HW issue anymore.

Note that this patch is not meant to be merged, but rather the revert
patch should be dropped from the CI topic branch. This patch is being
sent for CI and to get an ack on dropping that patch.

Signed-off-by: Daniele Ceraolo Spurio <daniele.ceraolospurio@intel.com>
Cc: Vinay Belgaumkar <vinay.belgaumkar@intel.com>
Cc: Lucas De Marchi <lucas.demarchi@intel.com>
---
 drivers/gpu/drm/xe/xe_uc_fw.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/gpu/drm/xe/xe_uc_fw.c b/drivers/gpu/drm/xe/xe_uc_fw.c
index a69c61f6b064..62ed413bf1c3 100644
--- a/drivers/gpu/drm/xe/xe_uc_fw.c
+++ b/drivers/gpu/drm/xe/xe_uc_fw.c
@@ -128,6 +128,7 @@ struct fw_blobs_by_type {
 
 /* for the GSC FW we match the compatibility version and not the release one */
 #define XE_GSC_FIRMWARE_DEFS(fw_def, major_ver)		\
+	fw_def(LUNARLAKE,	major_ver(intel-ci/xe, gsc, lnl, 1, 0, 0))	\
 	fw_def(METEORLAKE,	major_ver(i915,	gsc,	mtl,	1, 0, 0))
 
 #define MAKE_FW_PATH(dir__, uc__, shortname__, version__)			\
-- 
2.43.0


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

end of thread, other threads:[~2024-07-18 23:49 UTC | newest]

Thread overview: 42+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-02  0:11 [PATCH] Reapply "drm/xe/gsc: define GSC FW for LNL" Daniele Ceraolo Spurio
2024-07-02  0:16 ` ✓ CI.Patch_applied: success for " Patchwork
2024-07-02  0:17 ` ✗ CI.checkpatch: warning " Patchwork
2024-07-02  0:18 ` ✓ CI.KUnit: success " Patchwork
2024-07-02  0:30 ` ✓ CI.Build: " Patchwork
2024-07-02  0:32 ` ✓ CI.Hooks: " Patchwork
2024-07-02  0:34 ` ✓ CI.checksparse: " Patchwork
2024-07-02  1:01 ` ✓ CI.BAT: " Patchwork
2024-07-02 14:29   ` Lucas De Marchi
2024-07-02 16:25     ` Daniele Ceraolo Spurio
2024-07-02 18:02       ` Lucas De Marchi
2024-07-03 16:38         ` Daniele Ceraolo Spurio
2024-07-03 20:22           ` Lucas De Marchi
2024-07-04 13:29             ` Ville Syrjälä
2024-07-08 22:59               ` Lucas De Marchi
2024-07-02  2:15 ` ✗ CI.FULL: failure " Patchwork
2024-07-03 11:30 ` ✓ CI.Patch_applied: success for Reapply "drm/xe/gsc: define GSC FW for LNL" (rev2) Patchwork
2024-07-03 11:30 ` ✗ CI.checkpatch: warning " Patchwork
2024-07-03 11:32 ` ✓ CI.KUnit: success " Patchwork
2024-07-03 11:43 ` ✓ CI.Build: " Patchwork
2024-07-03 11:46 ` ✓ CI.Hooks: " Patchwork
2024-07-03 11:47 ` ✓ CI.checksparse: " Patchwork
2024-07-03 12:13 ` ✓ CI.BAT: " Patchwork
2024-07-03 14:01 ` ✗ CI.FULL: failure " Patchwork
2024-07-18 14:05 ` ✓ CI.Patch_applied: success for Reapply "drm/xe/gsc: define GSC FW for LNL" (rev3) Patchwork
2024-07-18 14:06 ` ✗ CI.checkpatch: warning " Patchwork
2024-07-18 14:07 ` ✓ CI.KUnit: success " Patchwork
2024-07-18 14:19 ` ✓ CI.Build: " Patchwork
2024-07-18 14:21 ` ✓ CI.Hooks: " Patchwork
2024-07-18 14:23 ` ✓ CI.checksparse: " Patchwork
2024-07-18 14:46 ` ✗ CI.BAT: failure " Patchwork
2024-07-18 15:15   ` Daniele Ceraolo Spurio
2024-07-18 16:42 ` ✓ CI.Patch_applied: success for Reapply "drm/xe/gsc: define GSC FW for LNL" (rev4) Patchwork
2024-07-18 16:43 ` ✗ CI.checkpatch: warning " Patchwork
2024-07-18 16:44 ` ✓ CI.KUnit: success " Patchwork
2024-07-18 16:56 ` ✓ CI.Build: " Patchwork
2024-07-18 16:58 ` ✓ CI.Hooks: " Patchwork
2024-07-18 16:59 ` ✓ CI.checksparse: " Patchwork
2024-07-18 17:20 ` ✓ CI.BAT: " Patchwork
2024-07-18 19:59   ` Lucas De Marchi
2024-07-18 20:28 ` ✗ CI.FULL: failure for Reapply "drm/xe/gsc: define GSC FW for LNL" (rev3) Patchwork
2024-07-18 23:49 ` ✗ CI.FULL: failure for Reapply "drm/xe/gsc: define GSC FW for LNL" (rev4) Patchwork

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).