[PATCH topic/xe-for-ci] drm/xe/ptl: Add GuC firmware definition
Lucas De Marchi
lucas.demarchi at intel.com
Sat Oct 12 02:58:15 UTC 2024
On Fri, Oct 11, 2024 at 09:39:20AM -0700, Matt Atwood wrote:
>From: Clint Taylor <clinton.a.taylor at intel.com>
>
>Define the GuC firmware to load on the platform.
>
>Signed-off-by: Clint Taylor <clinton.a.taylor at intel.com>
>Signed-off-by: Matt Atwood <matthew.s.atwood at intel.com>
+John
We can't apply this until the firmware is available at
https://gitlab.com/kernel-firmware/drm-firmware/-/tree/intel-staging?ref_type=heads
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 087fb96f707e..555ba12e0304 100644
>--- a/drivers/gpu/drm/xe/xe_uc_fw.c
>+++ b/drivers/gpu/drm/xe/xe_uc_fw.c
>@@ -107,6 +107,7 @@ struct fw_blobs_by_type {
> };
>
> #define XE_GUC_FIRMWARE_DEFS(fw_def, mmp_ver, major_ver) \
>+ fw_def(PANTHERLAKE, mmp_ver(xe, guc, ptl, 70, 33, 2)) \
> fw_def(BATTLEMAGE, major_ver(xe, guc, bmg, 70, 29, 2)) \
> fw_def(LUNARLAKE, major_ver(xe, guc, lnl, 70, 29, 2)) \
> fw_def(METEORLAKE, major_ver(i915, guc, mtl, 70, 29, 2)) \
>--
>2.45.0
>
More information about the Intel-xe
mailing list