提交 c5780270 编写于 作者: C Chris Wilson

drm/i915: Disable renderctx powersaving support for Ironlake

... still causes a failure during suspend.
Reported-by: NDaniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: NChris Wilson <chris@chris-wilson.co.uk>
上级 1a1c6976
...@@ -5952,7 +5952,7 @@ void intel_enable_clock_gating(struct drm_device *dev) ...@@ -5952,7 +5952,7 @@ void intel_enable_clock_gating(struct drm_device *dev)
* GPU can automatically power down the render unit if given a page * GPU can automatically power down the render unit if given a page
* to save state. * to save state.
*/ */
if (IS_IRONLAKE_M(dev)) { if (IS_IRONLAKE_M(dev) && 0) { /* XXX causes a failure during suspend */
if (dev_priv->renderctx == NULL) if (dev_priv->renderctx == NULL)
dev_priv->renderctx = intel_alloc_context_page(dev); dev_priv->renderctx = intel_alloc_context_page(dev);
if (dev_priv->renderctx) { if (dev_priv->renderctx) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册