]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: split out PCH refclk update code
authorJesse Barnes <jbarnes@virtuousgeek.org>
Wed, 3 Aug 2011 19:59:20 +0000 (12:59 -0700)
committerKeith Packard <keithp@keithp.com>
Tue, 9 Aug 2011 17:26:24 +0000 (10:26 -0700)
commit74e5bcb15721432cc92d9e288bf2a114dff49d07
treeba82ed032944fb58e3c721ac3a5d3031e5d4a8f5
parentfb9442a0819257a308a1228bf67827a0f54e3f23
drm/i915: split out PCH refclk update code

We ought to be calling this from our DPMS routines as well as global
state may change and we need to enable/disable clocks.  So split out the
code in preparation for further changes.

Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Signed-off-by: Keith Packard <keithp@keithp.com>
drivers/gpu/drm/i915/intel_display.c