[Intel-gfx] [PATCH 16/22] drm/i915: VLV hack: Disable wm for VLV
Jesse Barnes
jbarnes at virtuousgeek.org
Sat Feb 2 13:56:20 CET 2013
From: Vijay Purushothaman <vijay.a.purushothaman at intel.com>
Pondicherry should take care in most cases.
Watermark update is causing driver crash with divide error. Look again.
For current usage, not needed.
Signed-off-by: Vijay Purushothaman <vijay.a.purushothaman at intel.com>
---
drivers/gpu/drm/i915/intel_pm.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/i915/intel_pm.c b/drivers/gpu/drm/i915/intel_pm.c
index 2820707..7d812ba 100644
--- a/drivers/gpu/drm/i915/intel_pm.c
+++ b/drivers/gpu/drm/i915/intel_pm.c
@@ -4050,7 +4050,8 @@ void intel_init_pm(struct drm_device *dev)
} else
dev_priv->display.update_wm = NULL;
} else if (IS_VALLEYVIEW(dev)) {
- dev_priv->display.update_wm = valleyview_update_wm;
+// dev_priv->display.update_wm = valleyview_update_wm;
+ dev_priv->display.update_wm = NULL;
dev_priv->display.update_sprite_wm = valleyview_update_sprite_wm,
dev_priv->display.init_clock_gating =
valleyview_init_clock_gating;
--
1.7.9.5
More information about the Intel-gfx
mailing list