Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Nick Hoath and committed by
Daniel Vetter
83a24979 f1d3d34d

+4
+4
drivers/gpu/drm/i915/intel_ringbuffer.c
··· 1057 1057 GEN7_SBE_SS_CACHE_DISPATCH_PORT_SHARING_DISABLE); 1058 1058 } 1059 1059 1060 + /* WaForceContextSaveRestoreNonCoherent:bxt */ 1061 + WA_SET_BIT_MASKED(HDC_CHICKEN0, 1062 + HDC_FORCE_CONTEXT_SAVE_RESTORE_NON_COHERENT); 1063 + 1060 1064 return 0; 1061 1065 } 1062 1066