We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17cd0d5 commit f6e104fCopy full SHA for f6e104f
src/kms/req_builder.c
@@ -115,7 +115,7 @@ static bool plane_qualifies(
115
}
116
117
if (has_modifier) {
118
- if (drm_plane_supports_modified_formats(plane)) {
+ if (!drm_plane_supports_modified_formats(plane)) {
119
// return false if we want a modified format but the plane doesn't support modified formats
120
LOG_DRM_PLANE_ALLOCATION_DEBUG(
121
" does not qualify: framebuffer has modifier %" PRIu64 " but plane does not support modified formats\n",
0 commit comments