[Intel-gfx] [PATCH 3/4] drm/i915: ILK also needs that last fix
Ben Widawsky
ben at bwidawsk.net
Thu Oct 4 04:34:23 CEST 2012
That fix was the disable render deptch cache pipeline flush
Signed-off-by: Ben Widawsky <ben at bwidawsk.net>
---
drivers/gpu/drm/i915/intel_pm.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/gpu/drm/i915/intel_pm.c b/drivers/gpu/drm/i915/intel_pm.c
index f1800ca..8aafa45 100644
--- a/drivers/gpu/drm/i915/intel_pm.c
+++ b/drivers/gpu/drm/i915/intel_pm.c
@@ -3338,6 +3338,8 @@ static void ironlake_init_clock_gating(struct drm_device *dev)
I915_WRITE(WM2_LP_ILK, 0);
I915_WRITE(WM1_LP_ILK, 0);
+ I915_WRITE(CACHE_MODE_0,
+ _MASKED_BIT_ENABLE(CM0_RC_PIPELINE_FLUSH_DISABLE));
/*
* Based on the document from hardware guys the following bits
* should be set unconditionally in order to enable FBC.
--
1.7.12.2
More information about the Intel-gfx
mailing list