Re: [Intel-gfx] [PATCH 13/13 v2] drm/i915/skl: Prefer even dividers for SKL DPLLs

2015-06-26 Thread Daniel Vetter
On Fri, Jun 26, 2015 at 02:08:30PM -0300, Paulo Zanoni wrote: > 2015-06-25 12:19 GMT-03:00 Damien Lespiau : > > Currently, if an odd divider improves the deviation (minimizes it), we > > take that divider. The recommendation is to prefer even dividers. > > > > v2: Move the check at the right place

Re: [Intel-gfx] [PATCH 13/13 v2] drm/i915/skl: Prefer even dividers for SKL DPLLs

2015-06-26 Thread Paulo Zanoni
2015-06-25 12:19 GMT-03:00 Damien Lespiau : > Currently, if an odd divider improves the deviation (minimizes it), we > take that divider. The recommendation is to prefer even dividers. > > v2: Move the check at the right place after having inverted the two for > loops in the previous patch. > >

[Intel-gfx] [PATCH 13/13 v2] drm/i915/skl: Prefer even dividers for SKL DPLLs

2015-06-25 Thread Damien Lespiau
Currently, if an odd divider improves the deviation (minimizes it), we take that divider. The recommendation is to prefer even dividers. v2: Move the check at the right place after having inverted the two for loops in the previous patch. Signed-off-by: Damien Lespiau --- drivers/gpu/drm/i91