mirror of
https://github.com/brl/mutter.git
synced 2024-11-26 10:00:45 -05: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:
parent
6da3e9eb69
commit
54d9fab161
@ -461,6 +461,7 @@ meta_kms_new (MetaBackend *backend,
|
||||
"backend", backend,
|
||||
"name", "KMS thread",
|
||||
"thread-type", thread_type,
|
||||
"wants-realtime", TRUE,
|
||||
NULL);
|
||||
kms->flags = flags;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user