]> Git Repo - linux.git/commitdiff
drm/i915/mtl: Update workaround 14018575942
authorTejas Upadhyay <[email protected]>
Wed, 28 Feb 2024 10:37:38 +0000 (16:07 +0530)
committerRodrigo Vivi <[email protected]>
Thu, 28 Mar 2024 16:16:15 +0000 (12:16 -0400)
Applying WA 14018575942 only on Compute engine has impact on
some apps like chrome. Updating this WA to apply on Render
engine as well as it is helping with performance on Chrome.

Note: There is no concern from media team thus not applying
WA on media engines. We will revisit if any issues reported
from media team.

V2(Matt):
 - Use correct WA number

Fixes: 668f37e1ee11 ("drm/i915/mtl: Update workaround 14018778641")
Signed-off-by: Tejas Upadhyay <[email protected]>
Reviewed-by: Matt Roper <[email protected]>
Reviewed-by: Andi Shyti <[email protected]>
Signed-off-by: Andi Shyti <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
(cherry picked from commit 71271280175aa0ed6673e40cce7c01296bcd05f6)
Signed-off-by: Rodrigo Vivi <[email protected]>
drivers/gpu/drm/i915/gt/intel_workarounds.c

index d67d44611c2834e5a76df5bee9a972e0974bb589..25413809b9dc99734409210259a9f51f1fffad88 100644 (file)
@@ -1653,6 +1653,7 @@ static void
 xelpg_gt_workarounds_init(struct intel_gt *gt, struct i915_wa_list *wal)
 {
        /* Wa_14018575942 / Wa_18018781329 */
+       wa_mcr_write_or(wal, RENDER_MOD_CTRL, FORCE_MISS_FTLB);
        wa_mcr_write_or(wal, COMP_MOD_CTRL, FORCE_MISS_FTLB);
 
        /* Wa_22016670082 */
This page took 0.0661 seconds and 4 git commands to generate.