Re: [Intel-gfx] [PATCH 5/5] drm/i915: Use atomic commits for legacy page_flips

2016-06-21 Thread Chris Wilson
On Tue, Jun 21, 2016 at 04:23:42PM +0200, Daniel Vetter wrote: > Adding Maarten/Daniela since I'm going on vacation. > -Daniel > > On Mon, Jun 20, 2016 at 8:30 PM, Matthew Auld > wrote: > > I seem to be hitting some issues with this, at least in gnome-shell > >

Re: [Intel-gfx] [PATCH 5/5] drm/i915: Use atomic commits for legacy page_flips

2016-06-21 Thread Daniel Vetter
Adding Maarten/Daniela since I'm going on vacation. -Daniel On Mon, Jun 20, 2016 at 8:30 PM, Matthew Auld wrote: > I seem to be hitting some issues with this, at least in gnome-shell > which I bisected to this commit. Somewhat hard to describe but the > background

Re: [Intel-gfx] [PATCH 5/5] drm/i915: Use atomic commits for legacy page_flips

2016-06-20 Thread Matthew Auld
I seem to be hitting some issues with this, at least in gnome-shell which I bisected to this commit. Somewhat hard to describe but the background window or desktop is partiality and intermittently drawn, almost like a flicker onto the foreground window, title-bar etc. typically during any kind of

Re: [Intel-gfx] [PATCH 5/5] drm/i915: Use atomic commits for legacy page_flips

2016-06-15 Thread Maarten Lankhorst
Op 13-06-16 om 16:13 schreef Daniel Vetter: > Note that I didn't start garbage collecting all the legacy flip code > yet, to make it easier to revert this. But there will be _lots_ of > code that can be removed once this is tested on all platforms. > > Signed-off-by: Daniel Vetter

[Intel-gfx] [PATCH 5/5] drm/i915: Use atomic commits for legacy page_flips

2016-06-13 Thread Daniel Vetter
Note that I didn't start garbage collecting all the legacy flip code yet, to make it easier to revert this. But there will be _lots_ of code that can be removed once this is tested on all platforms. Signed-off-by: Daniel Vetter --- drivers/gpu/drm/i915/intel_display.c |