wlroots/backend
Simon Ser 3e651b4642 backend/drm: fix drmModePageFlip() when disabling CRTC on legacy uAPI
drmModePageFlip() will fail with EBUSY on a disabled CRTC.

We can't fix this by clearing the DRM_MODE_PAGE_FLIP_EVENT when
performing a commit which disables CRTCs, because some device-wide
commits might also page-flip other enabled CRTCs (and skipping the
page-flip event would mess up our buffer tracking).

Fix this by immediately completing page-flips which disable a CRTC
on the legacy uAPI.

Closes: https://gitlab.freedesktop.org/wlroots/wlroots/-/issues/3918
2024-11-23 15:29:44 +01:00
..
drm backend/drm: fix drmModePageFlip() when disabling CRTC on legacy uAPI 2024-11-23 15:29:44 +01:00
headless backend/headless: actually perform output test 2024-10-24 10:49:08 +02:00
libinput pointer: release pressed buttons on destroy 2024-09-24 19:53:54 +00:00
multi backend/multi: only consider backends with dmabuf cap for timeline 2024-10-30 23:10:59 +00:00
session backend/session: use "KMS" instead of "DRM" in log messages 2024-06-17 09:43:38 +02:00
wayland meson: use kwargs for wayland deps 2024-11-21 16:46:55 +00:00
x11 backend/x11: delete xcb conn check NULL 2024-10-24 09:02:41 +00:00
backend.c all: use public <wlr/render/allocator.h> 2024-11-07 18:48:20 +01:00
meson.build backend/session: make optional 2022-11-25 16:15:29 +00:00