Skip to content

drm/state-propose: Remove unnecessary check

Daniel Stone requested to merge daniels/weston:drm-delete-unnecessary-check into main

If sprites_are_broken, then we will only ever arrive in renderer_only mode, so this case will be caught by the checks above.

Signed-off-by: Daniel Stone daniels@collabora.com

Merge request reports