[Intel-gfx] [PATCH 12/26] drm/i915: disable watermarks on VLV, pondicherry takes care of this
Jesse Barnes
jbarnes at virtuousgeek.org
Fri Mar 1 23:08:28 CET 2013
From: Vijay Purushothaman <vijay.a.purushothaman at intel.com>
For current usage, not needed.
Signed-off-by: Vijay Purushothaman <vijay.a.purushothaman at intel.com>
---
drivers/gpu/drm/i915/intel_pm.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/i915/intel_pm.c b/drivers/gpu/drm/i915/intel_pm.c
index f29a1a2..2202929 100644
--- a/drivers/gpu/drm/i915/intel_pm.c
+++ b/drivers/gpu/drm/i915/intel_pm.c
@@ -4207,7 +4207,9 @@ 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;
} else if (IS_PINEVIEW(dev)) {
--
1.7.9.5
More information about the Intel-gfx
mailing list