drm/i915: duplicate intel_enable_pll into i9xx and vlv versions
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 5 Jun 2013 22:52:17 +0000 (00:52 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Mon, 1 Jul 2013 09:27:51 +0000 (11:27 +0200)
commit87442f732bfad16a8b65fb5d86f69bc0417dc9db
tree17e863dab2bee8e89ddf7494c7c6d0d221e3b943
parentb89a1d395bf8bd209f1e14265c5b1d34c4a98d57
drm/i915: duplicate intel_enable_pll into i9xx and vlv versions

Mostly since I _really_ don't want to touch the vlv hell.

No code change, just duplication. Also kill a now seriously outdated
code comment - the remark about the dvo encoder is now handled with
the pipe A quirk.

v2: Update the BUG_ONs as suggested by Jani (both in vlv_ and i9xx_
functions, since the split happens here).

Cc: Jani Nikula <jani.nikula@linux.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