Re: [PATCH v2 1/6] drm/i915: Always wait for flip_done, v2.

2017-09-08 Thread Maarten Lankhorst
Op 07-09-17 om 11:49 schreef Daniel Vetter: > On Mon, Sep 04, 2017 at 12:48:33PM +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

Re: [PATCH v2 1/6] drm/i915: Always wait for flip_done, v2.

2017-09-07 Thread Daniel Vetter
On Mon, Sep 04, 2017 at 12:48:33PM +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

[PATCH v2 1/6] drm/i915: Always wait for flip_done, v2.

2017-09-04 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. :) Changes since v1: - Always call