mirror of
https://github.com/brl/mutter.git
synced 2024-11-27 02:20:43 -05:00
5d3e31a499
Certain kernel drivers can take an unreasonably long time to complete mode setting operations. That excessive CPU time is charged to the process's rlimits which can lead to the process getting killed if the thread is a real-time thread. This commit inhibits real-time scheduling around mode setting commits, since those commits are the ones currently presenting as excessively slow. Closes: https://gitlab.gnome.org/GNOME/mutter/-/issues/3037 Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3324> |
||
---|---|---|
.. | ||
backends | ||
common | ||
compositor | ||
core | ||
frames | ||
meta | ||
tests | ||
wayland | ||
x11 | ||
meson.build | ||
meta-private-enum-types.c.in | ||
meta-private-enum-types.h.in |