drm/i915: Extract i9xx_set_pll_dividers
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 24 Apr 2014 21:55:10 +0000 (23:55 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 20 May 2014 12:09:24 +0000 (14:09 +0200)
commitf13c2ef368d94b7f0bb7b89ad45a9370e3044ce0
treebb6d6b273ca770fa62f3adf20361f89f8675115f
parent229fca97437310c04033ce4708c449ecfbb1b90c
drm/i915: Extract i9xx_set_pll_dividers

These two writes are the very last hw writes from the
->crtc_modeset_callback on pre-gen5 hardware. As usual vlv is a bit
different, so this here is just warm-up.

Reviewed-by: Shobhit Kumar <shobhit.kumar@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_display.c