[PATCH] xe: Recommend GUC v70.45.2 for BMG, LNL, DG2
Daniele Ceraolo Spurio
daniele.ceraolospurio at intel.com
Wed Jun 11 23:03:07 UTC 2025
The change LGTM, but we can't merge it as-is given that the PTL def
comes from a different branch.
I think what we did the other times is post a series that did the following:
1 - revert the patches from topic/xe_for_ci
2 - update the recommended FW version
3 - re-apply the patches from topic/xe_for_ci updated to apply on top of #2
e.g. https://patchwork.freedesktop.org/series/147235/
On the merging side we can then sort each patch to the right branch.
Daniele
On 6/4/2025 2:24 PM, Julia Filipchuk wrote:
> UAPI compatibility version 1.21.2
>
> Signed-off-by: Julia Filipchuk <julia.filipchuk at intel.com>
> ---
> drivers/gpu/drm/xe/xe_uc_fw.c | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/drivers/gpu/drm/xe/xe_uc_fw.c b/drivers/gpu/drm/xe/xe_uc_fw.c
> index 7b2d01d39b86..bf52844c4d83 100644
> --- a/drivers/gpu/drm/xe/xe_uc_fw.c
> +++ b/drivers/gpu/drm/xe/xe_uc_fw.c
> @@ -115,11 +115,11 @@ struct fw_blobs_by_type {
>
> #define XE_GUC_FIRMWARE_DEFS(fw_def, mmp_ver, major_ver) \
> fw_def(PANTHERLAKE, GT_TYPE_ANY, mmp_ver(xe, guc, ptl, 70, 44, 1)) \
> - fw_def(BATTLEMAGE, GT_TYPE_ANY, major_ver(xe, guc, bmg, 70, 44, 1)) \
> - fw_def(LUNARLAKE, GT_TYPE_ANY, major_ver(xe, guc, lnl, 70, 44, 1)) \
> + fw_def(BATTLEMAGE, GT_TYPE_ANY, major_ver(xe, guc, bmg, 70, 45, 2)) \
> + fw_def(LUNARLAKE, GT_TYPE_ANY, major_ver(xe, guc, lnl, 70, 45, 2)) \
> fw_def(METEORLAKE, GT_TYPE_ANY, major_ver(i915, guc, mtl, 70, 44, 1)) \
> fw_def(PVC, GT_TYPE_ANY, mmp_ver(xe, guc, pvc, 70, 44, 1)) \
> - fw_def(DG2, GT_TYPE_ANY, major_ver(i915, guc, dg2, 70, 44, 1)) \
> + fw_def(DG2, GT_TYPE_ANY, major_ver(i915, guc, dg2, 70, 45, 2)) \
> fw_def(DG1, GT_TYPE_ANY, major_ver(i915, guc, dg1, 70, 44, 1)) \
> fw_def(ALDERLAKE_N, GT_TYPE_ANY, major_ver(i915, guc, tgl, 70, 44, 1)) \
> fw_def(ALDERLAKE_P, GT_TYPE_ANY, major_ver(i915, guc, adlp, 70, 44, 1)) \
More information about the Intel-xe
mailing list