Re: [PATCH 2/3] drm/vkms: Use wait_for_flip_done

2019-09-03 Thread Daniel Vetter
On Tue, Sep 03, 2019 at 08:49:06AM -0400, Rodrigo Siqueira wrote: > On 07/19, Daniel Vetter wrote: > > It's the recommended version, wait_for_vblanks is a bit a hacky > > interim thing that predates all the flip_done tracking. It's > > unfortunately still the default ... > > Just one question, is

Re: [PATCH 2/3] drm/vkms: Use wait_for_flip_done

2019-09-03 Thread Rodrigo Siqueira
On 07/19, Daniel Vetter wrote: > It's the recommended version, wait_for_vblanks is a bit a hacky > interim thing that predates all the flip_done tracking. It's > unfortunately still the default ... Just one question, is it safe to replace drm_atomic_helper_wait_for_vblanks by

[PATCH 2/3] drm/vkms: Use wait_for_flip_done

2019-07-19 Thread Daniel Vetter
It's the recommended version, wait_for_vblanks is a bit a hacky interim thing that predates all the flip_done tracking. It's unfortunately still the default ... Signed-off-by: Daniel Vetter Cc: Rodrigo Siqueira Cc: Haneen Mohammed Cc: Daniel Vetter --- drivers/gpu/drm/vkms/vkms_drv.c | 2 +-