Re: [PATCH 6/7] drm/vmwgfx: Send the correct nonblock option for atomic_commit

2018-01-17 Thread Daniel Vetter
On Tue, Jan 16, 2018 at 02:34:33PM +0100, Thomas Hellstrom wrote: > From: Deepak Rawat > > Page flip can be slow for vmwgfx in some cases, like need to do surface > copy to different surface or waiting for IN_FENCE_FD. Enabling > nonblocking commits for vmwgfx in case userspace request it. > > S

[PATCH 6/7] drm/vmwgfx: Send the correct nonblock option for atomic_commit

2018-01-16 Thread Thomas Hellstrom
From: Deepak Rawat Page flip can be slow for vmwgfx in some cases, like need to do surface copy to different surface or waiting for IN_FENCE_FD. Enabling nonblocking commits for vmwgfx in case userspace request it. Signed-off-by: Deepak Rawat Reviewed-by: Sinclair Yeh Signed-off-by: Thomas Hel