commit | b409ca9587cb62fc066841f457b73a1f92e136ee | [log] [tgz] |
---|---|---|
author | Imre Deak <imre.deak@intel.com> | Mon Jun 13 16:44:33 2016 +0300 |
committer | Imre Deak <imre.deak@intel.com> | Mon Jun 13 18:46:08 2016 +0300 |
tree | e5a67031fa3532f45b7f38a510aba145135cef6a | |
parent | e4c49e0f1069b338a28622595dfaf6616f7662c1 [diff] |
drm/i915: Factor out intel_power_well_get/put These helpers will be needed by the next patch, so factor them out. No functional change. v2: - Move the refcount==0 WARN to the new put helper. (Ville) CC: Ville Syrjälä <ville.syrjala@linux.intel.com> Signed-off-by: Imre Deak <imre.deak@intel.com> Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>