mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-06-15 14:33:01 -04:00
backend/drm: setup plane color pipeline
This commit is contained in:
parent
def08f373a
commit
9ba7d8c276
4 changed files with 294 additions and 0 deletions
|
|
@ -79,6 +79,12 @@ static bool legacy_crtc_test(const struct wlr_drm_connector_state *state,
|
|||
}
|
||||
}
|
||||
|
||||
if (state->base->committed & WLR_OUTPUT_STATE_PRE_COLOR_TRANSFORM) {
|
||||
wlr_drm_conn_log(conn, WLR_DEBUG,
|
||||
"Pre-blending color pipeline not supported for legacy KMS API");
|
||||
return false;
|
||||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue