Re: [Intel-gfx] [PATCH 03/10] drm/i915: add pipe_config->timings_set

2013-03-04 Thread Ville Syrjälä
On Sun, Mar 03, 2013 at 07:01:12PM +0100, Daniel Vetter wrote: > On Fri, Feb 22, 2013 at 03:51:15PM +0200, Ville Syrjälä wrote: > > On Fri, Feb 22, 2013 at 12:56:47AM +0100, Daniel Vetter wrote: > > > Only used by the lvds encoder. Note that we shouldn't do the same > > > simple conversion with the

Re: [Intel-gfx] [PATCH 03/10] drm/i915: add pipe_config->timings_set

2013-03-03 Thread Daniel Vetter
On Fri, Feb 22, 2013 at 03:51:15PM +0200, Ville Syrjälä wrote: > On Fri, Feb 22, 2013 at 12:56:47AM +0100, Daniel Vetter wrote: > > Only used by the lvds encoder. Note that we shouldn't do the same > > simple conversion with the FORCE_6BPC flag, since that's much better > > handled by moving all th

Re: [Intel-gfx] [PATCH 03/10] drm/i915: add pipe_config->timings_set

2013-03-03 Thread Daniel Vetter
On Tue, Feb 26, 2013 at 02:23:23PM -0300, Paulo Zanoni wrote: > Hi > > 2013/2/21 Daniel Vetter : > > Only used by the lvds encoder. Note that we shouldn't do the same > > simple conversion with the FORCE_6BPC flag, since that's much better > > handled by moving all the pipe_bpc computation around.

Re: [Intel-gfx] [PATCH 03/10] drm/i915: add pipe_config->timings_set

2013-02-26 Thread Paulo Zanoni
Hi 2013/2/21 Daniel Vetter : > Only used by the lvds encoder. Note that we shouldn't do the same > simple conversion with the FORCE_6BPC flag, since that's much better > handled by moving all the pipe_bpc computation around. > > Signed-off-by: Daniel Vetter In addition to Ville's question (which

Re: [Intel-gfx] [PATCH 03/10] drm/i915: add pipe_config->timings_set

2013-02-22 Thread Ville Syrjälä
On Fri, Feb 22, 2013 at 12:56:47AM +0100, Daniel Vetter wrote: > Only used by the lvds encoder. Note that we shouldn't do the same > simple conversion with the FORCE_6BPC flag, since that's much better > handled by moving all the pipe_bpc computation around. > > Signed-off-by: Daniel Vetter > ---

[Intel-gfx] [PATCH 03/10] drm/i915: add pipe_config->timings_set

2013-02-21 Thread Daniel Vetter
Only used by the lvds encoder. Note that we shouldn't do the same simple conversion with the FORCE_6BPC flag, since that's much better handled by moving all the pipe_bpc computation around. Signed-off-by: Daniel Vetter --- drivers/gpu/drm/i915/intel_display.c | 12 +++- drivers/gpu/drm/i