]> Git Repo - linux.git/commitdiff
drm/i915/tgl, rkl: Make Wa_1606700617/22010271021 permanent
authorSwathi Dhanavanthri <[email protected]>
Fri, 11 Sep 2020 22:11:58 +0000 (15:11 -0700)
committerJosé Roberto de Souza <[email protected]>
Thu, 17 Sep 2020 19:42:08 +0000 (12:42 -0700)
This workaround applies to all TGL and RKL steppings.

Signed-off-by: Swathi Dhanavanthri <[email protected]>
Reviewed-by: Rodrigo Vivi <[email protected]>
Signed-off-by: José Roberto de Souza <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
drivers/gpu/drm/i915/gt/intel_workarounds.c

index 39817c5a705837c571fc22b27163578582e1a986..6c580d0d9ea8fe51b3be101d74956cca59d2f950 100644 (file)
@@ -1729,10 +1729,11 @@ rcs_engine_wa_init(struct intel_engine_cs *engine, struct i915_wa_list *wal)
                             GEN6_RC_SLEEP_PSMI_CONTROL,
                             GEN12_WAIT_FOR_EVENT_POWER_DOWN_DISABLE |
                             GEN8_RC_SEMA_IDLE_MSG_DISABLE);
-       }
 
-       if (IS_TGL_U(i915) || IS_TGL_Y(i915)) {
-               /* Wa_1606700617:tgl */
+               /*
+                * Wa_1606700617:tgl
+                * Wa_22010271021:tgl,rkl
+                */
                wa_masked_en(wal,
                             GEN9_CS_DEBUG_MODE1,
                             FF_DOP_CLOCK_GATE_DISABLE);
This page took 0.060332 seconds and 4 git commands to generate.