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:
Jonas Ådahl 2022-10-26 19:48:05 +02:00
parent 6da3e9eb69
commit 54d9fab161

View File

@ -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;