[Intel-xe] [PATCH 14/15] drm/xe/lnl: Add GuC firmware definition
Matthew Brost
matthew.brost at intel.com
Fri Aug 11 17:15:53 UTC 2023
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>
> ---
> 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)) \
> 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