Re: [Intel-gfx] [PATCH] drm/i915: Fix regression in the sprite plane update split

2014-09-12 Thread Daniel Vetter
On Fri, Sep 12, 2014 at 10:12:37AM +0300, Jani Nikula wrote: > On Thu, 11 Sep 2014, Gustavo Padovan wrote: > > From: Gustavo Padovan > > > > 7e4bf45dbd99a965c7b5d5944c6dc4246f171eb5 introduced the regression. > > We fix it by doing the right assignment of crtc_y > > > > Bugzilla: https://bugs.fre

Re: [Intel-gfx] [PATCH] drm/i915: Fix regression in the sprite plane update split

2014-09-12 Thread Jani Nikula
On Thu, 11 Sep 2014, Gustavo Padovan wrote: > From: Gustavo Padovan > > 7e4bf45dbd99a965c7b5d5944c6dc4246f171eb5 introduced the regression. > We fix it by doing the right assignment of crtc_y > > Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=83747 > Signed-off-by: Gustavo Padovan Thank

[Intel-gfx] [PATCH] drm/i915: Fix regression in the sprite plane update split

2014-09-11 Thread Gustavo Padovan
From: Gustavo Padovan 7e4bf45dbd99a965c7b5d5944c6dc4246f171eb5 introduced the regression. We fix it by doing the right assignment of crtc_y Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=83747 Signed-off-by: Gustavo Padovan --- drivers/gpu/drm/i915/intel_sprite.c | 2 +- 1 file changed