mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-05-07 02:38:01 +02:00
drm: try other planes that may support fences
Do not skip all the planes if a single one of them do not support fences. The other may do. Signed-off-by: Leandro Ribeiro <leandro.ribeiro@collabora.com> (cherry picked from commit ef938255d739904e333e5e78b99fa2b56d550158)
This commit is contained in:
parent
d522890e23
commit
00881050b3
1 changed files with 1 additions and 1 deletions
|
|
@ -549,7 +549,7 @@ drm_output_find_plane_for_view(struct drm_output_state *state,
|
|||
plane->props[WDRM_PLANE_IN_FENCE_FD].prop_id == 0) {
|
||||
drm_debug(b, "\t\t\t\t[%s] not placing view %p on %s: "
|
||||
"no in-fence support\n", p_name, ev, p_name);
|
||||
return NULL;
|
||||
continue;
|
||||
}
|
||||
|
||||
if (mode == DRM_OUTPUT_PROPOSE_STATE_MIXED) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue