mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-02-23 01:40:31 -05:00
backend/drm: add support for explicit sync APIs
This commit is contained in:
parent
26aa4f5f5c
commit
7aff45fa0d
5 changed files with 75 additions and 1 deletions
|
|
@ -54,6 +54,13 @@ static bool legacy_crtc_test(struct wlr_drm_connector *conn,
|
|||
}
|
||||
}
|
||||
|
||||
if (state->base->committed & (WLR_OUTPUT_STATE_WAIT_TIMELINE |
|
||||
WLR_OUTPUT_STATE_SIGNAL_TIMELINE)) {
|
||||
wlr_drm_conn_log(conn, WLR_DEBUG,
|
||||
"Sync timelines are unsupported with legacy KMS interface");
|
||||
return false;
|
||||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue