[PATCH] drm/i915: handle input/output sdvo timings separately in mode_set

2012-04-26 Thread Daniel Vetter
I've picked this up for -fixes, with Jesse's irc r-b added. -Daniel On Tue, Apr 10, 2012 at 07:13:59PM +0200, Daniel Vetter wrote: > We seem to have a decent confusion between the output timings and the > input timings of the sdvo encoder. If I understand the code correctly, > we use the original

[PATCH] drm/i915: handle input/output sdvo timings separately in mode_set

2012-04-26 Thread Daniel Vetter
On Wed, Apr 11, 2012 at 12:37:24AM +0200, Daniel Vetter wrote: > On Tue, Apr 10, 2012 at 07:13:59PM +0200, Daniel Vetter wrote: > > Reported-and-Tested-by: Bernard Blackham > > This tested-by is actually a lie, I've mixed up a few bug reports. Bug > reporter is currently on vacation and will test

Re: [PATCH] drm/i915: handle input/output sdvo timings separately in mode_set

2012-04-26 Thread Daniel Vetter
I've picked this up for -fixes, with Jesse's irc r-b added. -Daniel On Tue, Apr 10, 2012 at 07:13:59PM +0200, Daniel Vetter wrote: > We seem to have a decent confusion between the output timings and the > input timings of the sdvo encoder. If I understand the code correctly, > we use the original

Re: [PATCH] drm/i915: handle input/output sdvo timings separately in mode_set

2012-04-26 Thread Daniel Vetter
On Wed, Apr 11, 2012 at 12:37:24AM +0200, Daniel Vetter wrote: > On Tue, Apr 10, 2012 at 07:13:59PM +0200, Daniel Vetter wrote: > > Reported-and-Tested-by: Bernard Blackham > > This tested-by is actually a lie, I've mixed up a few bug reports. Bug > reporter is currently on vacation and will test

[PATCH] drm/i915: handle input/output sdvo timings separately in mode_set

2012-04-11 Thread Daniel Vetter
On Tue, Apr 10, 2012 at 07:13:59PM +0200, Daniel Vetter wrote: > Reported-and-Tested-by: Bernard Blackham This tested-by is actually a lie, I've mixed up a few bug reports. Bug reporter is currently on vacation and will test this stuff in 2 weeks. -Daniel > Bugzilla: https://bugs.freedesktop.org

[PATCH] drm/i915: handle input/output sdvo timings separately in mode_set

2012-04-10 Thread Daniel Vetter
We seem to have a decent confusion between the output timings and the input timings of the sdvo encoder. If I understand the code correctly, we use the original mode unchanged for the output timings, safe for the lvds case. And we should use the adjusted mode for input timings. Clarify the situati

Re: [PATCH] drm/i915: handle input/output sdvo timings separately in mode_set

2012-04-10 Thread Daniel Vetter
On Tue, Apr 10, 2012 at 07:13:59PM +0200, Daniel Vetter wrote: > Reported-and-Tested-by: Bernard Blackham This tested-by is actually a lie, I've mixed up a few bug reports. Bug reporter is currently on vacation and will test this stuff in 2 weeks. -Daniel > Bugzilla: https://bugs.freedesktop.org

[PATCH] drm/i915: handle input/output sdvo timings separately in mode_set

2012-04-10 Thread Daniel Vetter
We seem to have a decent confusion between the output timings and the input timings of the sdvo encoder. If I understand the code correctly, we use the original mode unchanged for the output timings, safe for the lvds case. And we should use the adjusted mode for input timings. Clarify the situati