Re: [Intel-gfx] [PATCH 1/7] drm/i915: consolidate pch pll computations a bit

2013-04-25 Thread Ville Syrjälä
On Fri, Apr 19, 2013 at 11:14:31AM +0200, Daniel Vetter wrote: > 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. > > Signed-off-by: Daniel Vetter Reviewed-by: Ville Syrjälä > --- > drivers/gpu/drm/i915/intel_display.c |

[Intel-gfx] [PATCH 1/7] drm/i915: consolidate pch pll computations a bit

2013-04-19 Thread Daniel Vetter
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. Signed-off-by: Daniel Vetter --- drivers/gpu/drm/i915/intel_display.c | 19 ++- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/drivers/gpu/drm/i9