]> git.ipfire.org Git - people/arne_f/kernel.git/commit
drm/i915: Make power well ID names more uniform
authorImre Deak <imre.deak@intel.com>
Mon, 6 Aug 2018 09:58:41 +0000 (12:58 +0300)
committerImre Deak <imre.deak@intel.com>
Wed, 8 Aug 2018 10:51:20 +0000 (13:51 +0300)
commit2183b49933fce40eaf406e0ccfb57a3d4c50d9b8
tree5076b29ed36005efe3969e30247d9fd268905e09
parent4739a9d2438bbc89e9aeea33b43680aeae2882e9
drm/i915: Make power well ID names more uniform

The format for the ID names is <platform>_DISP_PW_* so rename the IDs
not following this accordingly. Leave BXT_DPIO_CMN_BC as-is since we'll
change that to use another existing ID in the next patch.

v2:
- Fix line over 80 chars checkpatch warning.

Cc: Ville Syrjala <ville.syrjala@linux.intel.com>
Cc: Paulo Zanoni <paulo.r.zanoni@intel.com>
Cc: Jani Nikula <jani.nikula@intel.com>
Signed-off-by: Imre Deak <imre.deak@intel.com>
Reviewed-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20180806095843.13294-9-imre.deak@intel.com
drivers/gpu/drm/i915/i915_reg.h
drivers/gpu/drm/i915/intel_runtime_pm.c