kms/plane: Rename META_KMS_ASSIGN_PLANE_FLAG_DIRECT_SCANOUT

To META_KMS_ASSIGN_PLANE_FLAG_DISABLE_IMPLICIT_SYNC. This describes the
effect of the flag, instead of the circumstances it's currently used
for.

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3958>
This commit is contained in:
Michel Dänzer
2024-08-19 17:55:06 +02:00
committed by Marge Bot
parent a589456209
commit 452e4fbf70
3 changed files with 4 additions and 4 deletions

View File

@ -643,7 +643,7 @@ process_plane_assignment (MetaKmsImplDevice *impl_device,
return FALSE;
}
if (plane_assignment->flags & META_KMS_ASSIGN_PLANE_FLAG_DIRECT_SCANOUT)
if (plane_assignment->flags & META_KMS_ASSIGN_PLANE_FLAG_DISABLE_IMPLICIT_SYNC)
{
int signaled_sync_file;