Re: [Intel-gfx] [RFC PATCH 1/5] drm/i915: Always wait for flip_done

2017-09-04 Thread Chris Wilson
Quoting Maarten Lankhorst (2017-08-30 13:17:48) > The next commit removes the wait for flip_done in in > drm_atomic_helper_commit_cleanup_done, but we need it for the tests > to pass. Instead of using complicated vblank tracking which ends > up being ignored anyway, call the correct atomic helper.

Re: [RFC PATCH 1/5] drm/i915: Always wait for flip_done

2017-09-04 Thread Maarten Lankhorst
Op 04-09-17 om 09:30 schreef Daniel Vetter: > On Thu, Aug 31, 2017 at 05:18:06PM +0200, Maarten Lankhorst wrote: >> Op 30-08-17 om 15:40 schreef Daniel Vetter: >>> On Wed, Aug 30, 2017 at 02:54:28PM +0200, Maarten Lankhorst wrote: Op 30-08-17 om 14:43 schreef Daniel Vetter: > On Wed, Aug 3

Re: [RFC PATCH 1/5] drm/i915: Always wait for flip_done

2017-09-04 Thread Daniel Vetter
On Thu, Aug 31, 2017 at 05:18:06PM +0200, Maarten Lankhorst wrote: > Op 30-08-17 om 15:40 schreef Daniel Vetter: > > On Wed, Aug 30, 2017 at 02:54:28PM +0200, Maarten Lankhorst wrote: > >> Op 30-08-17 om 14:43 schreef Daniel Vetter: > >>> On Wed, Aug 30, 2017 at 02:17:48PM +0200, Maarten Lankhorst

Re: [RFC PATCH 1/5] drm/i915: Always wait for flip_done

2017-08-31 Thread Maarten Lankhorst
Op 30-08-17 om 15:40 schreef Daniel Vetter: > On Wed, Aug 30, 2017 at 02:54:28PM +0200, Maarten Lankhorst wrote: >> Op 30-08-17 om 14:43 schreef Daniel Vetter: >>> On Wed, Aug 30, 2017 at 02:17:48PM +0200, Maarten Lankhorst wrote: The next commit removes the wait for flip_done in in drm_a

Re: [RFC PATCH 1/5] drm/i915: Always wait for flip_done

2017-08-30 Thread Daniel Vetter
On Wed, Aug 30, 2017 at 02:54:28PM +0200, Maarten Lankhorst wrote: > Op 30-08-17 om 14:43 schreef Daniel Vetter: > > On Wed, Aug 30, 2017 at 02:17:48PM +0200, Maarten Lankhorst wrote: > >> The next commit removes the wait for flip_done in in > >> drm_atomic_helper_commit_cleanup_done, but we need i

Re: [RFC PATCH 1/5] drm/i915: Always wait for flip_done

2017-08-30 Thread Maarten Lankhorst
Op 30-08-17 om 14:43 schreef Daniel Vetter: > On Wed, Aug 30, 2017 at 02:17:48PM +0200, Maarten Lankhorst wrote: >> The next commit removes the wait for flip_done in in >> drm_atomic_helper_commit_cleanup_done, but we need it for the tests >> to pass. Instead of using complicated vblank tracking wh

Re: [RFC PATCH 1/5] drm/i915: Always wait for flip_done

2017-08-30 Thread Daniel Vetter
On Wed, Aug 30, 2017 at 02:17:48PM +0200, Maarten Lankhorst wrote: > The next commit removes the wait for flip_done in in > drm_atomic_helper_commit_cleanup_done, but we need it for the tests > to pass. Instead of using complicated vblank tracking which ends > up being ignored anyway, call the corr

[RFC PATCH 1/5] drm/i915: Always wait for flip_done

2017-08-30 Thread Maarten Lankhorst
The next commit removes the wait for flip_done in in drm_atomic_helper_commit_cleanup_done, but we need it for the tests to pass. Instead of using complicated vblank tracking which ends up being ignored anyway, call the correct atomic helper. :) RFC because I'm not completely sure what we want to