Skip to content

Commit 7127128

Browse files
tejasupAndi Shyti
authored andcommitted
drm/i915/mtl: Update workaround 14018575942
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: 668f37e ("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]
1 parent 4ae86a7 commit 7127128

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/gpu/drm/i915/gt/intel_workarounds.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1652,6 +1652,7 @@ static void
16521652
xelpg_gt_workarounds_init(struct intel_gt *gt, struct i915_wa_list *wal)
16531653
{
16541654
/* Wa_14018575942 / Wa_18018781329 */
1655+
wa_mcr_write_or(wal, RENDER_MOD_CTRL, FORCE_MISS_FTLB);
16551656
wa_mcr_write_or(wal, COMP_MOD_CTRL, FORCE_MISS_FTLB);
16561657

16571658
/* Wa_22016670082 */

0 commit comments

Comments
 (0)