]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drm/i915: don't take runtime PM reference around freeze/thaw
authorJesse Barnes <jbarnes@virtuousgeek.org>
Wed, 18 Jun 2014 16:52:56 +0000 (09:52 -0700)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 19 Jun 2014 16:05:30 +0000 (18:05 +0200)
commit395a5abbd97d7d76a7a26da52f33daebe279b3b3
tree02bae8cefc89ca4626eb4df64cbe6696b029f112
parente11aa362308f5de467ce355a2a2471321b15a35c
drm/i915: don't take runtime PM reference around freeze/thaw

We should be taking the right power well refs these days, so this
shouldn't be necessary.  It also gets in the way of re-using these
routines for S0iX states, as those need all the power saving features
enabled.

Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Reviewed-by: Imre Deak <imre.deak@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/i915_drv.c