mirror of
https://github.com/brl/mutter.git
synced 2024-12-26 04:42:14 +00:00
kms-impl-device-atomic: Apply META_KMS_CONNECTOR_PROP_MAX_BPC
Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2412>
This commit is contained in:
parent
2b561a369c
commit
0cc4815837
@ -218,6 +218,22 @@ process_connector_update (MetaKmsImplDevice *impl_device,
|
|||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (connector_update->max_bpc.has_update)
|
||||||
|
{
|
||||||
|
meta_topic (META_DEBUG_KMS,
|
||||||
|
"[atomic] Setting max BPC to %u on connector %u (%s)",
|
||||||
|
(unsigned int) connector_update->max_bpc.value,
|
||||||
|
meta_kms_connector_get_id (connector),
|
||||||
|
meta_kms_impl_device_get_path (impl_device));
|
||||||
|
|
||||||
|
if (!add_connector_property (impl_device,
|
||||||
|
connector, req,
|
||||||
|
META_KMS_CONNECTOR_PROP_MAX_BPC,
|
||||||
|
connector_update->max_bpc.value,
|
||||||
|
error))
|
||||||
|
return FALSE;
|
||||||
|
}
|
||||||
|
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user