drm/i915: add PLL enable/disable functions
authorJesse Barnes <jbarnes@virtuousgeek.org>
Tue, 4 Jan 2011 23:09:33 +0000 (15:09 -0800)
committerChris Wilson <chris@chris-wilson.co.uk>
Wed, 19 Jan 2011 12:36:26 +0000 (12:36 +0000)
commit63d7bbe9ded4146e3f78e5742b119fa1fdb52665
tree0ea80f9e2c5d8573e32738c91fd9df0f0779dda5
parentea0760cfc00b9e534423fdaf630d1c8ce7a5ede0
drm/i915: add PLL enable/disable functions

For pre-ILK only.  Saves some code in the CRTC enable/disable functions
and allows us to check for pipe and panel status at enable/disable time.

Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
drivers/gpu/drm/i915/intel_display.c