[PATCH] drm/xe/ptl: Update PTL GuC revision
John Harrison
john.c.harrison at intel.com
Tue Nov 19 18:31:44 UTC 2024
On 11/18/2024 13:37, Matt Atwood wrote:
> Update PTL guc version to 7.36.0.
Not quite the right version number. But with that fixed:
Reviewed-by: John Harrison <John.C.Harrison at Intel.com>
And note that PTL only exists in the for-ci topic branch at the moment,
so the patch will need to be applied there rather than intel-next.
John.
>
> Signed-off-by: Matt Atwood <matthew.s.atwood at intel.com>
> ---
> drivers/gpu/drm/xe/xe_uc_fw.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/xe/xe_uc_fw.c b/drivers/gpu/drm/xe/xe_uc_fw.c
> index b0deb082ab2b..9c14b0adad0c 100644
> --- a/drivers/gpu/drm/xe/xe_uc_fw.c
> +++ b/drivers/gpu/drm/xe/xe_uc_fw.c
> @@ -107,7 +107,7 @@ struct fw_blobs_by_type {
> };
>
> #define XE_GUC_FIRMWARE_DEFS(fw_def, mmp_ver, major_ver) \
> - fw_def(PANTHERLAKE, mmp_ver(xe, guc, ptl, 70, 33, 2)) \
> + fw_def(PANTHERLAKE, mmp_ver(xe, guc, ptl, 70, 36, 0)) \
> fw_def(BATTLEMAGE, major_ver(xe, guc, bmg, 70, 29, 2)) \
> fw_def(LUNARLAKE, major_ver(xe, guc, lnl, 70, 29, 2)) \
> fw_def(METEORLAKE, major_ver(i915, guc, mtl, 70, 29, 2)) \
More information about the Intel-xe
mailing list