[Intel-xe] [PATCH 2/2] drm/xe: GuC and HuC loading Support for RKL

Lucas De Marchi lucas.demarchi at intel.com
Wed Apr 5 21:14:25 UTC 2023


On Wed, Apr 05, 2023 at 01:35:33PM -0700, Anusha Srivatsa wrote:
>Rocketlake uses TGL guC and HuC

		     ^ GuC

and

s/Support/support/ in the title.

>
>Cc: Lucas De Marchi <lucas.demarchi at intel.com>
>Signed-off-by: Anusha Srivatsa <anusha.srivatsa at intel.com>


Reviewed-by: Lucas De Marchi <lucas.demarchi at intel.com>

thanks
Lucas De Marchi

>---
> drivers/gpu/drm/xe/xe_uc_fw.c | 2 ++
> 1 file changed, 2 insertions(+)
>
>diff --git a/drivers/gpu/drm/xe/xe_uc_fw.c b/drivers/gpu/drm/xe/xe_uc_fw.c
>index cd3cbc8981a2..7a682dd85796 100644
>--- a/drivers/gpu/drm/xe/xe_uc_fw.c
>+++ b/drivers/gpu/drm/xe/xe_uc_fw.c
>@@ -106,11 +106,13 @@ struct fw_blobs_by_type {
> 	fw_def(DG1,		major_ver(i915,	guc,	dg1,	70, 5))		\
> 	fw_def(ALDERLAKE_P,	major_ver(i915,	guc,	adlp,	70, 5))		\
> 	fw_def(ALDERLAKE_S,	major_ver(i915,	guc,	tgl,	70, 5))		\
>+	fw_def(ROCKETLAKE,	major_ver(i915,	guc,	tgl,	70, 5))		\
> 	fw_def(TIGERLAKE,	major_ver(i915,	guc,	tgl,	70, 5))
>
> #define XE_HUC_FIRMWARE_DEFS(fw_def, mmp_ver, no_ver)				\
> 	fw_def(ALDERLAKE_S,	no_ver(i915,	huc,	tgl))			\
> 	fw_def(DG1,		no_ver(i915,	huc,	dg1))			\
>+	fw_def(ROCKETLAKE,	no_ver(i915,	huc,	tgl))			\
> 	fw_def(TIGERLAKE,	no_ver(i915,	huc,	tgl))
>
> #define MAKE_FW_PATH(dir__, uc__, shortname__, version__)			\
>-- 
>2.25.1
>


More information about the Intel-xe mailing list