]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drm/i915: Remove redundant toggling from the power well sync_hw hooks
authorImre Deak <imre.deak@intel.com>
Fri, 17 Feb 2017 15:39:42 +0000 (17:39 +0200)
committerImre Deak <imre.deak@intel.com>
Mon, 20 Feb 2017 12:51:05 +0000 (14:51 +0200)
commit3c1b38e63018ea717148a0a6817eec27b020212d
tree64f28d325f9844ff737827f56fb716a410328a19
parente18b9431e46ac0deada6694e047cf80c043a26c0
drm/i915: Remove redundant toggling from the power well sync_hw hooks

Doing an explicit enable/disable in the power well sync_hw hook based on
the power well's reference count is redundant, since by the time these
hooks are called all the power wells are enabled and have a reference.
So remove the redundant toggling.

This is needed by a follow-up patchset that adds power wells which we
can't enable/disable during power domain initialization and so want to
preserve their state until modeset init time.

Cc: Ander Conselvan de Oliveira <conselvan2@gmail.com>
Cc: David Weinehall <david.weinehall@linux.intel.com>
Cc: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Imre Deak <imre.deak@intel.com>
Reviewed-by: Ander Conselvan de Oliveira <conselvan2@gmail.com>
Link: http://patchwork.freedesktop.org/patch/msgid/1487345986-26511-2-git-send-email-imre.deak@intel.com
drivers/gpu/drm/i915/intel_runtime_pm.c