]> git.karo-electronics.de Git - karo-tx-linux.git/commit
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>
Wed, 26 Jun 2013 09:56:38 +0000 (11:56 +0200)
commit0fcc5a4479f9dd86acf79d572aa732d24d072f75
treef1dd8b76f6945dd32ed7f5ab4379fad8beb4cfac
parent32395f8b30cae318cea3fd46a2a998262b599de2
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