Re: [PATCH xf86-video-ati] Bail early from drm_wait_pending_flip if there's no pending flip

2018-09-11 Thread Alex Deucher
On Fri, Sep 7, 2018 at 12:25 PM Michel Dänzer wrote: > > From: Michel Dänzer > > No need to process any events in that case. > > (Ported from amdgpu commit ca5eb9894fff153c0a1df7bdc4a4745713309e27) > > Signed-off-by: Michel Dänzer Acked-by: Alex Deucher > --- > src/radeon_drm_queue.c | 3

[PATCH xf86-video-ati] Bail early from drm_wait_pending_flip if there's no pending flip

2018-09-07 Thread Michel Dänzer
From: Michel Dänzer No need to process any events in that case. (Ported from amdgpu commit ca5eb9894fff153c0a1df7bdc4a4745713309e27) Signed-off-by: Michel Dänzer --- src/radeon_drm_queue.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/radeon_drm_queue.c