drm/xe/pvc: Remove A* steppings
authorLucas De Marchi <lucas.demarchi@intel.com>
Wed, 1 Mar 2023 09:31:12 +0000 (01:31 -0800)
committerRodrigo Vivi <rodrigo.vivi@intel.com>
Tue, 19 Dec 2023 23:29:46 +0000 (18:29 -0500)
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 <lucas.demarchi@intel.com>
Reviewed-by: Matt Roper <matthew.d.roper@intel.com>
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
drivers/gpu/drm/xe/xe_step.c

index 14f482f29ae447c325195177f2b726b368a50926..ee927dfd3eb37bb19bab70982e3228ff89444782 100644 (file)
@@ -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,