[PATCH] drm/xe/ptl: Update PTL GuC revision

Jordan Justen jordan.l.justen at intel.com
Tue Nov 19 09:29:42 UTC 2024


On 2024-11-18 13:37:13, Matt Atwood wrote:
> Update PTL guc version to 7.36.0.

7 => 70

It doesn't seem realistic (or honest) to provide a Reviewed-by for
pointing at a new closed source software version, so,

Tested-by: Jordan Justen <jordan.l.justen at intel.com>

> 
> 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))     \
> -- 
> 2.45.0
>


More information about the Intel-xe mailing list