drm/xe/guc: Port Wa_22012727170/Wa_22012727685 to xe_wa
authorLucas De Marchi <lucas.demarchi@intel.com>
Fri, 26 May 2023 16:43:54 +0000 (09:43 -0700)
committerRodrigo Vivi <rodrigo.vivi@intel.com>
Tue, 19 Dec 2023 23:34:03 +0000 (18:34 -0500)
Wa_22012727170 and Wa_22012727685 apply to DG2 using the same action and
conditions. Add both to the oob rules so they are both reported as
active.

Do not Wa_22012727170 to PVC and MTL since only early A* steppings are
affected.

v2: Remove DG2_G10 from Wa_22012727685 to match current WA database
    (Matt Roper)
v3: GRAPHICS_STEP(A0, FOREVER) can be left alone for DG2 as this means
    all steppings

Reviewed-by: Matt Roper <matthew.d.roper@intel.com>
Link: https://lore.kernel.org/r/20230526164358.86393-18-lucas.demarchi@intel.com
Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
drivers/gpu/drm/xe/xe_guc.c
drivers/gpu/drm/xe/xe_wa_oob.rules

index 5eccc4b67381dcd480cc5f3477d632aa7be700d5..1291f71348db77d286b637514ddec93863377437 100644 (file)
@@ -161,13 +161,7 @@ static u32 guc_ctl_wa_flags(struct xe_guc *guc)
        if (XE_WA(gt, 16011777198))
                flags |= GUC_WA_RCS_RESET_BEFORE_RC6;
 
-       /*
-        * Wa_22012727170
-        * Wa_22012727685
-        */
-       if (IS_SUBPLATFORM_STEP(xe, XE_DG2, XE_SUBPLATFORM_DG2_G10, STEP_A0, STEP_C0) ||
-           IS_SUBPLATFORM_STEP(xe, XE_DG2, XE_SUBPLATFORM_DG2_G11, STEP_A0,
-                               STEP_FOREVER))
+       if (XE_WA(gt, 22012727170) || XE_WA(gt, 22012727685))
                flags |= GUC_WA_CONTEXT_ISOLATION;
 
        /* Wa_16015675438, Wa_18020744125 */
index 3d4304b7111e4576eda1c77be6854b804d05cfae..5b1beb2cf19f773ffd7f5ce4a690079888e412c3 100644 (file)
@@ -4,3 +4,6 @@
 14012197797    PLATFORM(DG2), GRAPHICS_STEP(A0, B0)
 16011777198    SUBPLATFORM(DG2, G10), GRAPHICS_STEP(A0, C0)
                SUBPLATFORM(DG2, G11), GRAPHICS_STEP(A0, B0)
+22012727170    SUBPLATFORM(DG2, G10), GRAPHICS_STEP(A0, C0)
+               SUBPLATFORM(DG2, G11)
+22012727685    SUBPLATFORM(DG2, G11)