drm/i915/skl: Implement WaDisableSDEUnitClockGating:skl
authorDamien Lespiau <damien.lespiau@intel.com>
Wed, 26 Mar 2014 16:55:46 +0000 (16:55 +0000)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 24 Sep 2014 12:57:28 +0000 (14:57 +0200)
Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_pm.c

index fa87f1ec44ec71f4375f09354da481414482d8ec..81465e65e87656b0192c5d44b1539460a40da8b5 100644 (file)
 
 static void gen9_init_clock_gating(struct drm_device *dev)
 {
+       struct drm_i915_private *dev_priv = dev->dev_private;
+
+       /*
+        * WaDisableSDEUnitClockGating:skl
+        * This seems to be a pre-production w/a.
+        */
+       I915_WRITE(GEN8_UCGCTL6, I915_READ(GEN8_UCGCTL6) |
+                  GEN8_SDEUNIT_CLOCK_GATE_DISABLE);
 }
 
 static void i8xx_disable_fbc(struct drm_device *dev)
This page took 0.045789 seconds and 5 git commands to generate.