Re: [Intel-gfx] [PATCH v2 05/14] drm/i915: Rewrite vlv_find_best_dpll()

2013-09-27 Thread Ville Syrjälä
On Fri, Sep 27, 2013 at 02:55:32PM +0300, Mika Kuoppala wrote: > ville.syrj...@linux.intel.com writes: > > > From: Ville Syrjälä > > > > Rewrite vlv_find_best_dpll() to use intel_clock_t rather than > > an army of local variables. > > > > Also extract the code to calculate the derived values into

Re: [Intel-gfx] [PATCH v2 05/14] drm/i915: Rewrite vlv_find_best_dpll()

2013-09-27 Thread Ville Syrjälä
On Thu, Sep 26, 2013 at 06:30:55PM +0300, Mika Kuoppala wrote: > ville.syrj...@linux.intel.com writes: > > > From: Ville Syrjälä > > > > Rewrite vlv_find_best_dpll() to use intel_clock_t rather than > > an army of local variables. > > > > Also extract the code to calculate the derived values into

Re: [Intel-gfx] [PATCH v2 05/14] drm/i915: Rewrite vlv_find_best_dpll()

2013-09-27 Thread Mika Kuoppala
ville.syrj...@linux.intel.com writes: > From: Ville Syrjälä > > Rewrite vlv_find_best_dpll() to use intel_clock_t rather than > an army of local variables. > > Also extract the code to calculate the derived values into > vlv_clock(). > > v2: Split up the earlier fixes, extract vlv_clock() > > Sig

Re: [Intel-gfx] [PATCH v2 05/14] drm/i915: Rewrite vlv_find_best_dpll()

2013-09-26 Thread Mika Kuoppala
ville.syrj...@linux.intel.com writes: > From: Ville Syrjälä > > Rewrite vlv_find_best_dpll() to use intel_clock_t rather than > an army of local variables. > > Also extract the code to calculate the derived values into > vlv_clock(). > > v2: Split up the earlier fixes, extract vlv_clock() > > Sig

[Intel-gfx] [PATCH v2 05/14] drm/i915: Rewrite vlv_find_best_dpll()

2013-09-24 Thread ville . syrjala
From: Ville Syrjälä Rewrite vlv_find_best_dpll() to use intel_clock_t rather than an army of local variables. Also extract the code to calculate the derived values into vlv_clock(). v2: Split up the earlier fixes, extract vlv_clock() Signed-off-by: Ville Syrjälä --- drivers/gpu/drm/i915/inte