Re: [Intel-gfx] [PATCH 7/8] drm/i915: try harder to find WR PLL clock settings

2012-08-09 Thread Daniel Vetter
On Thu, Aug 09, 2012 at 02:30:21PM -0300, Paulo Zanoni wrote: > Hi > > 2012/8/9 Jani Nikula : > > On Wed, 08 Aug 2012, Paulo Zanoni wrote: > >> From: Paulo Zanoni > >> > >> If we don't find the exact refresh rate, go with the next one. This > >> makes some modes work for me. They won't have the

Re: [Intel-gfx] [PATCH 7/8] drm/i915: try harder to find WR PLL clock settings

2012-08-09 Thread Paulo Zanoni
Hi 2012/8/9 Jani Nikula : > On Wed, 08 Aug 2012, Paulo Zanoni wrote: >> From: Paulo Zanoni >> >> If we don't find the exact refresh rate, go with the next one. This >> makes some modes work for me. They won't have the best settings, but >> will at least have something. Just returning from this f

Re: [Intel-gfx] [PATCH 7/8] drm/i915: try harder to find WR PLL clock settings

2012-08-09 Thread Jani Nikula
On Wed, 08 Aug 2012, Paulo Zanoni wrote: > From: Paulo Zanoni > > If we don't find the exact refresh rate, go with the next one. This > makes some modes work for me. They won't have the best settings, but > will at least have something. Just returning from this function when > we don't find the p

[Intel-gfx] [PATCH 7/8] drm/i915: try harder to find WR PLL clock settings

2012-08-08 Thread Paulo Zanoni
From: Paulo Zanoni If we don't find the exact refresh rate, go with the next one. This makes some modes work for me. They won't have the best settings, but will at least have something. Just returning from this function when we don't find the perfect settings does not help us at all. Signed-off-