Skip to content

crtc/kms: Check all planes compatible with the CRTC support a format

Daniel van Vugt requested to merge vanvugt/mutter:fix-issue-3235-v1 into main

Because during secondary GPU initialization, assigned_primary_plane will be NULL, but we still need an answer that's not always FALSE.

Authored-by: @swick
Closes: #3235 (closed)
Fixes: cc7bca07

Merge request reports