Skip to content

Commit 83a2497

Browse files
Nick Hoathdanvet
authored andcommitted
drm/i915/bxt: Add WaForceContextSaveRestoreNonCoherent
Note that we also need this for skl. Signed-off-by: Nick Hoath <nicholas.hoath@intel.com> Reviewed-by: Imre Deak <imre.deak@intel.com> [danvet: Note that we also need this for skl, requested by Imre.] Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
1 parent f1d3d34 commit 83a2497

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

drivers/gpu/drm/i915/intel_ringbuffer.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1057,6 +1057,10 @@ static int bxt_init_workarounds(struct intel_engine_cs *ring)
10571057
GEN7_SBE_SS_CACHE_DISPATCH_PORT_SHARING_DISABLE);
10581058
}
10591059

1060+
/* WaForceContextSaveRestoreNonCoherent:bxt */
1061+
WA_SET_BIT_MASKED(HDC_CHICKEN0,
1062+
HDC_FORCE_CONTEXT_SAVE_RESTORE_NON_COHERENT);
1063+
10601064
return 0;
10611065
}
10621066

0 commit comments

Comments
 (0)