Re: [Intel-gfx] [PATCH] drm/i915: fixup overlay checks for interlaced modes

2012-02-10 Thread Daniel Vetter
On Fri, Feb 10, 2012 at 02:42:05PM -0200, Eugeni Dodonov wrote: > On Sat, Jan 28, 2012 at 20:48, Daniel Vetter wrote: > > > The drm core _really_ likes to frob around with the crtc timings and > > put halfed vertical timings (in fields) in there. Which confuses the > > overlay code, resulting in

Re: [Intel-gfx] [PATCH] drm/i915: fixup overlay checks for interlaced modes

2012-02-10 Thread Eugeni Dodonov
On Sat, Jan 28, 2012 at 20:48, Daniel Vetter wrote: > The drm core _really_ likes to frob around with the crtc timings and > put halfed vertical timings (in fields) in there. Which confuses the > overlay code, resulting in it's refusal to display anything at the > lower half of an interlaced pipe

[Intel-gfx] [PATCH] drm/i915: fixup overlay checks for interlaced modes

2012-01-28 Thread Daniel Vetter
The drm core _really_ likes to frob around with the crtc timings and put halfed vertical timings (in fields) in there. Which confuses the overlay code, resulting in it's refusal to display anything at the lower half of an interlaced pipe. Tested-by: Christopher Egert Signed-Off-by: Daniel Vetter