Re: [Intel-gfx] [PATCH 13/13] drm/i915: clean up crtc timings computation

2013-07-26 Thread Daniel Vetter
On Fri, Jul 26, 2013 at 03:40:52PM -0300, Rodrigo Vivi wrote: > On Sun, Jul 21, 2013 at 4:37 PM, Daniel Vetter wrote: > > In the old days of the crtc helpers we've only had the encoder and > > crtc ->mode_fixup callbacks. So when the lvds connector wanted to > > adjust the crtc timings it had to s

Re: [Intel-gfx] [PATCH 13/13] drm/i915: clean up crtc timings computation

2013-07-26 Thread Rodrigo Vivi
On Sun, Jul 21, 2013 at 4:37 PM, Daniel Vetter wrote: > In the old days of the crtc helpers we've only had the encoder and > crtc ->mode_fixup callbacks. So when the lvds connector wanted to > adjust the crtc timings it had to set a driver-private mode flag to > tell the crtc mode fixup code to no

[Intel-gfx] [PATCH 13/13] drm/i915: clean up crtc timings computation

2013-07-21 Thread Daniel Vetter
In the old days of the crtc helpers we've only had the encoder and crtc ->mode_fixup callbacks. So when the lvds connector wanted to adjust the crtc timings it had to set a driver-private mode flag to tell the crtc mode fixup code to not overwrite them with the generic ones. When converting things