]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: rename modeset_update_power_wells
authorPaulo Zanoni <paulo.r.zanoni@intel.com>
Thu, 19 Dec 2013 13:54:51 +0000 (11:54 -0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 4 Mar 2014 14:11:28 +0000 (15:11 +0100)
commitad7550d672bafe4b521734fdb9f30a26e14e4a84
tree41eff8d5118b5c09f0eae3ad1a905a45e71268d6
parentb8106fdddce0e0ed67c4f0b1d55539ab8cd08274
drm/i915: rename modeset_update_power_wells

To modeset_update_crtc_power_domains, since this function is
responsible for updating all the power domains of all CRTCs after a
modeset. In the future we should also run this function on all
platforms, not just Haswell.

Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
Reviewed-by: Imre Deak <imre.deak@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_display.c