Re: [PATCH v2] drm/meson: Fix atomic mode switching regression

2019-01-28 Thread Greg KH
On Mon, Jan 28, 2019 at 05:21:12PM +0100, Neil Armstrong wrote: > Hi Stable kernel team, > > On 14/01/2019 16:31, Neil Armstrong wrote: > > Since commit 2bcd3ecab773 when switching mode from X11 (ubuntu mate for > > example) the display gets blurry, looking like an invalid framebuffer width. > >

Re: [PATCH v2] drm/meson: Fix atomic mode switching regression

2019-01-28 Thread Neil Armstrong
Hi Stable kernel team, On 14/01/2019 16:31, Neil Armstrong wrote: > Since commit 2bcd3ecab773 when switching mode from X11 (ubuntu mate for > example) the display gets blurry, looking like an invalid framebuffer width. > > This commit fixed atomic crtc modesetting in a totally wrong way and > int

Re: [PATCH v2] drm/meson: Fix atomic mode switching regression

2019-01-15 Thread Neil Armstrong
On 15/01/2019 13:06, Daniel Vetter wrote: > On Mon, Jan 14, 2019 at 04:31:18PM +0100, Neil Armstrong wrote: >> Since commit 2bcd3ecab773 when switching mode from X11 (ubuntu mate for >> example) the display gets blurry, looking like an invalid framebuffer width. >> >> This commit fixed atomic crtc

Re: [PATCH v2] drm/meson: Fix atomic mode switching regression

2019-01-15 Thread Daniel Vetter
On Mon, Jan 14, 2019 at 04:31:18PM +0100, Neil Armstrong wrote: > Since commit 2bcd3ecab773 when switching mode from X11 (ubuntu mate for > example) the display gets blurry, looking like an invalid framebuffer width. > > This commit fixed atomic crtc modesetting in a totally wrong way and > introd