]> rtime.felk.cvut.cz Git - linux-imx.git/commit
drm/i915: consolidate pch pll computations a bit
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Fri, 19 Apr 2013 09:14:31 +0000 (11:14 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 25 Apr 2013 19:17:48 +0000 (21:17 +0200)
commitcbbab5bdea0df4e85ac7fbc0b3e1d7dee71cb708
treec5997e8703cc9713bbecc6922b8b043072c1b4e7
parentd49f70915c07c1a313e459d23fad61ddbeeb1bae
drm/i915: consolidate pch pll computations a bit

We need the dpll/fp/fp2 values only when we need a pch pll. So move
them together with the code to acquire such a pll.

Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_display.c