[Intel-xe] [PATCH 14/15] drm/xe/lnl: Add GuC firmware definition

Lucas De Marchi lucas.demarchi at intel.com
Thu Aug 17 15:07:08 UTC 2023


+Daniele

On Fri, Aug 11, 2023 at 05:15:53PM +0000, Matthew Brost wrote:
>On Fri, Aug 11, 2023 at 09:06:17AM -0700, Lucas De Marchi wrote:
>> From: Matt Roper <matthew.d.roper at intel.com>
>>
>> Define the GuC firmware to load on the platform.
>>
>> Cc: Balasubramani Vivekanandan <balasubramani.vivekanandan at intel.com>
>> Signed-off-by: Matt Roper <matthew.d.roper at intel.com>
>> Signed-off-by: Lucas De Marchi <lucas.demarchi at intel.com>
>
>Reviewed-by: Matthew Brost <matthew.brost at intel.com>

thanks

>
>> ---
>>  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 2e70dd4880f60..dd6a68ed13894 100644
>> --- a/drivers/gpu/drm/xe/xe_uc_fw.c
>> +++ b/drivers/gpu/drm/xe/xe_uc_fw.c
>> @@ -100,6 +100,7 @@ struct fw_blobs_by_type {
>>  };
>>
>>  #define XE_GUC_FIRMWARE_DEFS(fw_def, mmp_ver, major_ver)			\
>> +	fw_def(LUNARLAKE,	mmp_ver(xe,	guc,	lnl,	70, 6, 8))	\

Daniele,

Can you send the guc firmware pull request to drm-firmware (or if we are
already using the new repo, to the new repo)? I think it's better to
hold on merging this until we have the firmware blob in the right place.

thanks
Lucas De Marchi

>>  	fw_def(METEORLAKE,	mmp_ver(i915,	guc,	mtl,	70, 6, 4))	\
>>  	fw_def(PVC,		mmp_ver(xe,	guc,	pvc,	70, 6, 4))	\
>>  	fw_def(DG2,		major_ver(i915,	guc,	dg2,	70, 5))		\
>> --
>> 2.40.1
>>


More information about the Intel-xe mailing list