diff options
author | Michel Thierry <michel.thierry@intel.com> | 2014-12-10 04:43:37 -0500 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2014-12-10 11:47:27 -0500 |
commit | 1a2520582ec7e7f802a4a22b6ff6db8e49cf6929 (patch) | |
tree | 3181f25b8663da719cec73cc549237e72ffdf970 /drivers/gpu/drm/i915 | |
parent | 64387b613a43713d0e03d9d43bfbb1727e8475e1 (diff) |
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>
Diffstat (limited to 'drivers/gpu/drm/i915')
-rw-r--r-- | drivers/gpu/drm/i915/intel_ringbuffer.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/i915/intel_ringbuffer.c b/drivers/gpu/drm/i915/intel_ringbuffer.c index a8dc158f33be..f1ce16997a79 100644 --- a/drivers/gpu/drm/i915/intel_ringbuffer.c +++ b/drivers/gpu/drm/i915/intel_ringbuffer.c | |||
@@ -782,6 +782,7 @@ static int bdw_init_workarounds(struct intel_engine_cs *ring) | |||
782 | * workaround for for a possible hang in the unlikely event a TLB | 782 | * workaround for for a possible hang in the unlikely event a TLB |
783 | * invalidation occurs during a PSD flush. | 783 | * invalidation occurs during a PSD flush. |
784 | */ | 784 | */ |
785 | /* WaForceEnableNonCoherent:bdw */ | ||
785 | /* WaHdcDisableFetchWhenMasked:bdw */ | 786 | /* WaHdcDisableFetchWhenMasked:bdw */ |
786 | /* WaDisableFenceDestinationToSLM:bdw (GT3 pre-production) */ | 787 | /* WaDisableFenceDestinationToSLM:bdw (GT3 pre-production) */ |
787 | WA_SET_BIT_MASKED(HDC_CHICKEN0, | 788 | WA_SET_BIT_MASKED(HDC_CHICKEN0, |