kms/crtc: Revert DEADLINE_EVASION_CONSTANT_US to 800
This was the value before https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3934. Now that the deadline timer is used for all KMS updates (since https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3964), the lower value turned out too aggressive under some circumstances, resulting in frequent frame skips. Closes: https://gitlab.gnome.org/GNOME/mutter/-/issues/3867 Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/4325>
This commit is contained in:
parent
892fd772fa
commit
d9efa3f52e
@ -28,7 +28,7 @@
|
||||
#include "backends/native/meta-kms-update-private.h"
|
||||
#include "backends/native/meta-kms-utils.h"
|
||||
|
||||
#define DEADLINE_EVASION_CONSTANT_US 200
|
||||
#define DEADLINE_EVASION_CONSTANT_US 800
|
||||
|
||||
#define MINIMUM_REFRESH_RATE 30.f
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user