mirror of
https://github.com/brl/mutter.git
synced 2025-08-02 14:44:40 +00:00
kms: Ask to be real time scheduled
This will allow more time sensitive scheduling strategies. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2777>
This commit is contained in:
@@ -461,6 +461,7 @@ meta_kms_new (MetaBackend *backend,
|
|||||||
"backend", backend,
|
"backend", backend,
|
||||||
"name", "KMS thread",
|
"name", "KMS thread",
|
||||||
"thread-type", thread_type,
|
"thread-type", thread_type,
|
||||||
|
"wants-realtime", TRUE,
|
||||||
NULL);
|
NULL);
|
||||||
kms->flags = flags;
|
kms->flags = flags;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user