Re: [Intel-gfx] [PATCH 3/4] drm/i915: don't disable FBC for pipe A when flipping pipe B

2015-07-30 Thread Rodrigo Vivi
On Wed, Jul 15, 2015 at 5:31 AM Daniel Vetter wrote: > On Tue, Jul 14, 2015 at 04:29:13PM -0300, Paulo Zanoni wrote: > > From: Paulo Zanoni > > > > Use the appropriate call. > Good! Reviewed-by: Rodrigo Vivi > > > > I know there's a discussion about whether we need this call here at > > all

Re: [Intel-gfx] [PATCH 3/4] drm/i915: don't disable FBC for pipe A when flipping pipe B

2015-07-15 Thread Daniel Vetter
On Tue, Jul 14, 2015 at 04:29:13PM -0300, Paulo Zanoni wrote: > From: Paulo Zanoni > > Use the appropriate call. > > I know there's a discussion about whether we need this call here at > all, but removing the call means we'll only update FBC after we get > the page flip IRQ. So the user may only

[Intel-gfx] [PATCH 3/4] drm/i915: don't disable FBC for pipe A when flipping pipe B

2015-07-14 Thread Paulo Zanoni
From: Paulo Zanoni Use the appropriate call. I know there's a discussion about whether we need this call here at all, but removing the call means we'll only update FBC after we get the page flip IRQ. So the user may only see the new frame a little after it should. Let's wait just a little bit mo