Skip to content

Commit

Permalink
drm/i915: disable power wells on suspend
Browse files Browse the repository at this point in the history
We want to make sure everything is disabled and at its lowest power when
freezing.

Reviewed-by: Imre Deak <imre.deak@intel.com>
Signed-off-by: Kristen Carlson Accardi <kristen@linux.intel.com>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
  • Loading branch information
Kristen Carlson Accardi authored and Daniel Vetter committed Jun 12, 2014
1 parent 64663b1 commit 85e9067
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/gpu/drm/i915/i915_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -557,6 +557,8 @@ static int i915_drm_freeze(struct drm_device *dev)

dev_priv->suspend_count++;

intel_display_set_init_power(dev_priv, false);

return 0;
}

Expand Down

0 comments on commit 85e9067

Please sign in to comment.