From: Julia Filipchuk <julia.filipchuk@intel.com>
To: intel-xe@lists.freedesktop.org
Cc: Julia Filipchuk <julia.filipchuk@intel.com>
Subject: [PATCH v3 1/4] drm/xe/guc: Drop use of pre-release GuC definitions for LNL and BMG
Date: Thu, 1 Aug 2024 15:42:37 -0700 [thread overview]
Message-ID: <20240801224241.3050352-2-julia.filipchuk@intel.com> (raw)
In-Reply-To: <20240801224241.3050352-1-julia.filipchuk@intel.com>
With BMG, LNL guc binaries ready in linux-fimware, we remove pre-release
definitions to prepare for final defines of recommended firmware
version.
This patch is meant to be squashed with the patch in xe-for-ci that adds
the definitions ("drm/xe/guc: Pre-release GuC firmware v70.24.0 for LNL/BMG/PVC"). We want to keep the PVC definition from that patch.
---
drivers/gpu/drm/xe/xe_uc_fw.c | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/drivers/gpu/drm/xe/xe_uc_fw.c b/drivers/gpu/drm/xe/xe_uc_fw.c
index 6b92255a769d..5b70d23724c4 100644
--- a/drivers/gpu/drm/xe/xe_uc_fw.c
+++ b/drivers/gpu/drm/xe/xe_uc_fw.c
@@ -105,10 +105,8 @@ struct fw_blobs_by_type {
};
#define XE_GUC_FIRMWARE_DEFS(fw_def, mmp_ver, major_ver) \
- fw_def(BATTLEMAGE, major_ver(intel-ci/xe, guc, bmg, 70, 24, 0)) \
- fw_def(LUNARLAKE, major_ver(intel-ci/xe, guc, lnl, 70, 24, 0)) \
+ fw_def(LUNARLAKE, major_ver(xe, guc, lnl, 70, 19, 2)) \
fw_def(METEORLAKE, major_ver(i915, guc, mtl, 70, 19, 2)) \
- fw_def(PVC, mmp_ver(intel-ci/xe, guc, pvc, 70, 24, 0)) \
fw_def(DG2, major_ver(i915, guc, dg2, 70, 19, 2)) \
fw_def(DG1, major_ver(i915, guc, dg1, 70, 19, 2)) \
fw_def(ALDERLAKE_N, major_ver(i915, guc, tgl, 70, 19, 2)) \
--
2.45.2
next prev parent reply other threads:[~2024-08-01 22:42 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-08-01 22:42 [PATCH v3 0/4] Release GuC v70.29.2 as minimum for Xe (support LNL, BMG) Julia Filipchuk
2024-08-01 22:42 ` Julia Filipchuk [this message]
2024-08-02 18:08 ` [PATCH v3 1/4] drm/xe/guc: Drop use of pre-release GuC definitions for LNL and BMG Daniele Ceraolo Spurio
2024-08-01 22:42 ` [PATCH v3 2/4] drm/xe/guc: Release GuC v70.29.2 for Xe as minimum required version Julia Filipchuk
2024-08-02 18:22 ` Daniele Ceraolo Spurio
2024-08-01 22:42 ` [PATCH v3 3/4] drm/xe/guc: Release GuC v70.29.2 for BMG Julia Filipchuk
2024-08-02 18:24 ` Daniele Ceraolo Spurio
2024-08-01 22:42 ` [PATCH xe-for-ci v3 4/4] drm/xe/guc: Pick for-ci GuC v70.29.2 for PVC Julia Filipchuk
2024-08-01 23:26 ` ✓ CI.Patch_applied: success for Release GuC v70.29.2 as minimum for Xe (support LNL, BMG) Patchwork
2024-08-01 23:26 ` ✗ CI.checkpatch: warning " Patchwork
2024-08-01 23:27 ` ✓ CI.KUnit: success " Patchwork
2024-08-01 23:39 ` ✓ CI.Build: " Patchwork
2024-08-01 23:41 ` ✓ CI.Hooks: " Patchwork
2024-08-01 23:43 ` ✓ CI.checksparse: " Patchwork
2024-08-02 0:02 ` ✓ CI.BAT: " Patchwork
2024-08-02 2:54 ` ✓ CI.FULL: " Patchwork
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20240801224241.3050352-2-julia.filipchuk@intel.com \
--to=julia.filipchuk@intel.com \
--cc=intel-xe@lists.freedesktop.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox