wlroots/backend/drm
Simon Ser adfb7cd35a backend/drm: stash pending page-flip CRTC
wlr_drm_connector.crtc may be updated by the DRM backend while a
page-flip is pending. In this case, the page-flip handler won't be able
to find the right wlr_drm_connector from the CRTC ID.

Save the CRTC when performing a page-flip to ensure we always find the
right connector when we get the event.
2021-01-03 19:35:02 +01:00
..
atomic.c
backend.c backend/drm: ignore hotplug events while inactive 2021-01-03 19:34:54 +01:00
cvt.c
drm.c backend/drm: stash pending page-flip CRTC 2021-01-03 19:35:02 +01:00
legacy.c
meson.build
properties.c
renderer.c Remove wlr_create_renderer_func_t 2020-12-30 17:09:40 +01:00
util.c drm: add fallback drmModeAddFB for drivers which do not support drmModeAddFB2 2020-12-28 14:15:04 +01:00