[PATCH 5/7] drm/xe/ptl: Add GuC FW definition for PTL

Daniele Ceraolo Spurio daniele.ceraolospurio at intel.com
Thu Jun 26 20:00:22 UTC 2025



On 6/26/2025 12:03 PM, Lucas De Marchi wrote:
> On Thu, Jun 26, 2025 at 11:28:11AM -0700, Daniele Ceraolo Spurio wrote:
>> The first official GuC relase for PTL is 70.47.0, which maps to
>> API version 1.22.4.
>>
>> Signed-off-by: Daniele Ceraolo Spurio <daniele.ceraolospurio at intel.com>
>
> I don't see this version in upstream firmware repo, only in our
> intel-staging branch. Is this ready or is it just for CI?

This is the final version of the code, so it is ready to be reviewed, 
but I wanted to wait for it to go through CI before moving the blobs to 
linux-firmware. The plan is to have the blobs there before I merge this.

Daniele

>
> Lucas De Marchi
>
>> ---
>> 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 4d3ace56f38a..2584ee3b0316 100644
>> --- a/drivers/gpu/drm/xe/xe_uc_fw.c
>> +++ b/drivers/gpu/drm/xe/xe_uc_fw.c
>> @@ -115,6 +115,7 @@ struct fw_blobs_by_type {
>> #define XE_GT_TYPE_ANY XE_GT_TYPE_UNINITIALIZED
>>
>> #define XE_GUC_FIRMWARE_DEFS(fw_def, mmp_ver, 
>> major_ver)                    \
>> +    fw_def(PANTHERLAKE,    GT_TYPE_ANY,    major_ver(xe, guc,    
>> ptl,    70, 47, 0))    \
>>     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))    \
>> -- 
>> 2.43.0
>>



More information about the Intel-xe mailing list