From 91ed180b419a1b2ccf9cc41999cb87eb9805fa38 Mon Sep 17 00:00:00 2001 From: Lucas De Marchi Date: Wed, 1 Mar 2023 01:31:12 -0800 Subject: [PATCH] drm/xe/pvc: Remove A* steppings The PVC pre-production A* steppings are not going to be supported in xe driver - the steppings are important for the WAs and since we are not adding the pre-productions ones, there is no need to add the stepping. Signed-off-by: Lucas De Marchi Reviewed-by: Matt Roper Signed-off-by: Rodrigo Vivi --- drivers/gpu/drm/xe/xe_step.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/gpu/drm/xe/xe_step.c b/drivers/gpu/drm/xe/xe_step.c index 14f482f29ae44..ee927dfd3eb37 100644 --- a/drivers/gpu/drm/xe/xe_step.c +++ b/drivers/gpu/drm/xe/xe_step.c @@ -79,14 +79,12 @@ static const struct xe_step_info dg2_g12_revid_step_tbl[] = { }; static const struct xe_step_info pvc_revid_step_tbl[] = { - [0x3] = { .graphics = STEP_A0 }, [0x5] = { .graphics = STEP_B0 }, [0x6] = { .graphics = STEP_B1 }, [0x7] = { .graphics = STEP_C0 }, }; static const int pvc_basedie_subids[] = { - [0x0] = STEP_A0, [0x3] = STEP_B0, [0x4] = STEP_B1, [0x5] = STEP_B3, -- 2.30.2