[PATCH xe-for-CI 2/2] drm/xe/guc: define PVC FW
Lucas De Marchi
lucas.demarchi at intel.com
Thu Feb 22 19:35:31 UTC 2024
On Thu, Feb 22, 2024 at 11:06:06AM -0800, Daniele Ceraolo Spurio wrote:
>Add PVC GuC FW definition. This is patch is for CI-only and it is meant
>for the topic/core-for-CI branch.
it's actually topic/xe-for-CI, but I can reword that while applying.
Lucas De Marchi
>
>Link: https://gitlab.freedesktop.org/drm/xe/kernel/-/issues/1155
>Signed-off-by: Daniele Ceraolo Spurio <daniele.ceraolospurio at intel.com>
>Cc: Rodrigo Vivi <rodrigo.vivi at intel.com>
>Cc: John Harrison <John.C.Harrison at Intel.com>
>Cc: Lucas De Marchi <lucas.demarchi 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 a9d25b3fa67c..7751d6ba6ce0 100644
>--- a/drivers/gpu/drm/xe/xe_uc_fw.c
>+++ b/drivers/gpu/drm/xe/xe_uc_fw.c
>@@ -105,6 +105,7 @@ struct fw_blobs_by_type {
> #define XE_GUC_FIRMWARE_DEFS(fw_def, mmp_ver, major_ver) \
> fw_def(LUNARLAKE, major_ver(xe, guc, lnl, 70, 19, 2)) \
> fw_def(METEORLAKE, major_ver(i915, guc, mtl, 70, 19, 2)) \
>+ fw_def(PVC, mmp_ver(xe, guc, pvc, 70, 20, 0)) \
> fw_def(DG2, major_ver(i915, guc, dg2, 70, 19, 2)) \
> fw_def(DG1, major_ver(i915, guc, dg1, 70, 19, 2)) \
> fw_def(ALDERLAKE_N, major_ver(i915, guc, tgl, 70, 19, 2)) \
>--
>2.43.0
>
More information about the Intel-xe
mailing list