xserver/hw/xfree86/drivers
Sultan Alsawaf 5f5690b804 modesetting: make do_queue_flip_on_crtc generic
do_queue_flip_on_crtc() is about to be used to flip buffers other than the
primary scanout (`ms->drmmode.fb_id`), so make it generic to accept any
frame buffer ID, as well as x and y coordinates in the frame buffer, to
flip on a given CRTC. Move the retry logic from queue_flip_on_crtc() into
it as well, so that it's robust for all callers.

Signed-off-by: Sultan Alsawaf <sultan@kerneltoast.com>
2022-12-19 23:56:27 -08:00
..
inputtest xf86-input-inputtest: Fix build on systems without SOCK_NONBLOCK 2022-06-26 09:16:42 +00:00
modesetting modesetting: make do_queue_flip_on_crtc generic 2022-12-19 23:56:27 -08:00