Re: [Intel-gfx] [PATCH 04/10] drm/i915: add pipe_config->pixel_multiplier

2013-03-03 Thread Daniel Vetter
On Tue, Feb 26, 2013 at 02:27:36PM -0300, Paulo Zanoni wrote: > Hi > > 2013/2/21 Daniel Vetter : > > Used by SDVO (and hopefully, eventually HDMI, if we ever get around > > to fixing up the low dotclock CEA modes ...). > > > > This required adding a new encoder->mode_set callback to be able to > >

Re: [Intel-gfx] [PATCH 04/10] drm/i915: add pipe_config->pixel_multiplier

2013-02-26 Thread Paulo Zanoni
Hi 2013/2/21 Daniel Vetter : > Used by SDVO (and hopefully, eventually HDMI, if we ever get around > to fixing up the low dotclock CEA modes ...). > > This required adding a new encoder->mode_set callback to be able to > pass around the intel_crtc_config. Again, can we please separate the callbac

[Intel-gfx] [PATCH 04/10] drm/i915: add pipe_config->pixel_multiplier

2013-02-21 Thread Daniel Vetter
Used by SDVO (and hopefully, eventually HDMI, if we ever get around to fixing up the low dotclock CEA modes ...). This required adding a new encoder->mode_set callback to be able to pass around the intel_crtc_config. Signed-off-by: Daniel Vetter --- drivers/gpu/drm/i915/intel_display.c | 80 +++