Re: [Intel-gfx] [PATCH] drm/i915: Fix panel fitting regression since 734b4157

2010-07-19 Thread Jin, Gordon
Jesse Barnes wrote on Sunday, July 18, 2010 9:10 AM: > On Sat, 17 Jul 2010 12:46:08 +0100 > Chris Wilson wrote: > >> The crtc mode fixup is run after the encoders adjust the mode to fit >> on their output, so don't reset the mode! >> >> Fixes: >> >> Bug 29057 - display corruption under 800x60

Re: [Intel-gfx] [PATCH] drm/i915: Fix panel fitting regression since 734b4157

2010-07-17 Thread Jesse Barnes
On Sat, 17 Jul 2010 12:46:08 +0100 Chris Wilson wrote: > The crtc mode fixup is run after the encoders adjust the mode to fit > on their output, so don't reset the mode! > > Fixes: > > Bug 29057 - display corruption under 800x600 on netbook > (1024x600) with 'Full Aspect' scalin

[Intel-gfx] [PATCH] drm/i915: Fix panel fitting regression since 734b4157

2010-07-17 Thread Chris Wilson
The crtc mode fixup is run after the encoders adjust the mode to fit on their output, so don't reset the mode! Fixes: Bug 29057 - display corruption under 800x600 on netbook (1024x600) with 'Full Aspect' scaling https://bugs.freedesktop.org/show_bug.cgi?id=29057 Signed-off-by: