[PATCH xe-for-ci] drm/xe/huc: Define BMG HuC

Cavitt, Jonathan jonathan.cavitt at intel.com
Fri Jul 12 20:42:25 UTC 2024


-----Original Message-----
From: Intel-xe <intel-xe-bounces at lists.freedesktop.org> On Behalf Of Daniele Ceraolo Spurio
Sent: Friday, July 12, 2024 10:50 AM
To: intel-xe at lists.freedesktop.org
Subject: Re: [PATCH xe-for-ci] drm/xe/huc: Define BMG HuC
> 
> 
> On 7/12/2024 10:36 AM, Daniele Ceraolo Spurio wrote:
> > First HuC release for BMG.
> >
> > This patch will need to stay in the xe-for-CI branch until we're
> > ready to publish the HuC firmware to linux-firmware, at which point
> > we can change it to use the unversioned file name and  move the it to
> > drm-xe-next.
> >
> > Signed-off-by: Daniele Ceraolo Spurio <daniele.ceraolospurio at intel.com>
> 
> Forgot to add the gitlab link
> 
> Link: https://gitlab.freedesktop.org/drm/xe/kernel/-/issues/2260

With the link added:
Reviewed-by: Jonathan Cavitt <jonathan.cavitt at intel.com>
-Jonathan Cavitt

> 
> > ---
> >   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 62ed413bf1c3..c1dcf58d25d7 100644
> > --- a/drivers/gpu/drm/xe/xe_uc_fw.c
> > +++ b/drivers/gpu/drm/xe/xe_uc_fw.c
> > @@ -118,6 +118,7 @@ struct fw_blobs_by_type {
> >   	fw_def(TIGERLAKE,	major_ver(i915,	guc,	tgl,	70, 19, 2))
> >   
> >   #define XE_HUC_FIRMWARE_DEFS(fw_def, mmp_ver, no_ver)		\
> > +	fw_def(BATTLEMAGE,	mmp_ver(intel-ci/xe, huc_gsc, bmg, 8, 2, 6))	\
> >   	fw_def(LUNARLAKE,	mmp_ver(intel-ci/xe, huc_gsc, lnl, 9, 4, 6))	\
> >   	fw_def(METEORLAKE,	no_ver(i915,	huc_gsc,	mtl))		\
> >   	fw_def(DG1,		no_ver(i915,	huc,		dg1))		\
> 
> 


More information about the Intel-xe mailing list