From: Ville Syrjälä Date: Mon, 16 Sep 2013 14:38:29 +0000 (+0300) Subject: drm/i915: Refactor power well refcount inc/dec operations X-Git-Tag: v3.13-rc1~76^2~114^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d66aef508fc47aa75ed196bc4638636e28d1b42;p=pandora-kernel.git drm/i915: Refactor power well refcount inc/dec operations We increase/decrease the power well refcount in several places now, and all of those places need to do the same thing, so pull that code into a few small helper functions. v2: Rename the funcs to __intel_power_well_{get,put} Signed-off-by: Ville Syrjälä Reviewed-by: Paulo Zanoni Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed