projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e7e7ea2
)
drm/i915/skl: Implement WaDisableSDEUnitClockGating:skl
author
Damien Lespiau
<
[email protected]
>
Wed, 26 Mar 2014 16:55:46 +0000
(16:55 +0000)
committer
Daniel Vetter
<
[email protected]
>
Wed, 24 Sep 2014 12:57:28 +0000
(14:57 +0200)
Reviewed-by: Rodrigo Vivi <
[email protected]
>
Signed-off-by: Damien Lespiau <
[email protected]
>
Signed-off-by: Daniel Vetter <
[email protected]
>
drivers/gpu/drm/i915/intel_pm.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/i915/intel_pm.c
b/drivers/gpu/drm/i915/intel_pm.c
index fa87f1ec44ec71f4375f09354da481414482d8ec..81465e65e87656b0192c5d44b1539460a40da8b5 100644
(file)
--- a/
drivers/gpu/drm/i915/intel_pm.c
+++ b/
drivers/gpu/drm/i915/intel_pm.c
@@
-68,6
+68,14
@@
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)