]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: clarify Haswell power well bit names
authorPaulo Zanoni <paulo.r.zanoni@intel.com>
Fri, 2 Aug 2013 19:22:25 +0000 (16:22 -0300)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 22 Aug 2013 11:31:48 +0000 (13:31 +0200)
commita7ef76e4777b0c387e1a816a5c3f9082164d8042
tree687316402b6b7e401fc018f0c4890b7c549a9fa1
parent2d946f83e886c440183e6b486da473510f1ef9b5
drm/i915: clarify Haswell power well bit names

Whenever I need to work with the HSW_PWER_WELL_* register bits I have
to look at the documentation to find out which bit is to request the
power well and which one shows its current state. Rename the bits so I
won't need to look the docs every time.

Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/i915_reg.h
drivers/gpu/drm/i915/intel_display.c
drivers/gpu/drm/i915/intel_pm.c