mirror of https://gitee.com/openkylin/linux.git
drm/i915/bdw: Add WaForceEnableNonCoherent label
We already implement this workaround, but it was missing its name. Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Signed-off-by: Michel Thierry <michel.thierry@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
parent
64387b613a
commit
1a2520582e
|
@ -782,6 +782,7 @@ static int bdw_init_workarounds(struct intel_engine_cs *ring)
|
||||||
* workaround for for a possible hang in the unlikely event a TLB
|
* workaround for for a possible hang in the unlikely event a TLB
|
||||||
* invalidation occurs during a PSD flush.
|
* invalidation occurs during a PSD flush.
|
||||||
*/
|
*/
|
||||||
|
/* WaForceEnableNonCoherent:bdw */
|
||||||
/* WaHdcDisableFetchWhenMasked:bdw */
|
/* WaHdcDisableFetchWhenMasked:bdw */
|
||||||
/* WaDisableFenceDestinationToSLM:bdw (GT3 pre-production) */
|
/* WaDisableFenceDestinationToSLM:bdw (GT3 pre-production) */
|
||||||
WA_SET_BIT_MASKED(HDC_CHICKEN0,
|
WA_SET_BIT_MASKED(HDC_CHICKEN0,
|
||||||
|
|
Loading…
Reference in New Issue