mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-02-06 04:06:11 -05:00
Asynchronous commits can fail due to property changes, but only if they change in value. However, since the commit failed, the compositor will continue to retry, failing each time. Fall back to synchronous commit on async error, which should kickstart the properties changes. Typically, this is cursor plane FB_ID changes whenever the compositor or game changes the cursor image, and without this fallback, it will continue to queue the FB_ID change, breaking commits until async is disabled, such as by task switching away from the async hinted app. The existing kernel- side no-op check will not work if the initial property change never goes through. This breaks the cycle. Signed-off-by: Christopher Snowhill <kode54@gmail.com> |
||
|---|---|---|
| .. | ||
| drm | ||
| headless | ||
| libinput | ||
| multi | ||
| session | ||
| wayland | ||
| x11 | ||
| backend.c | ||
| meson.build | ||