From b2bd7e591958eda6bcad8a330de5800a91c0f6e0 Mon Sep 17 00:00:00 2001 From: Henrik Holst Date: Mon, 4 Dec 2023 19:46:44 +0100 Subject: [PATCH] Update gamemode-config.h added config values for disabling split lock mitigation --- daemon/gamemode-config.h | 1 + 1 file changed, 1 insertion(+) diff --git a/daemon/gamemode-config.h b/daemon/gamemode-config.h index fa310ff..cd5aaa3 100644 --- a/daemon/gamemode-config.h +++ b/daemon/gamemode-config.h @@ -107,6 +107,7 @@ float config_get_igpu_power_threshold(GameModeConfig *self); void config_get_soft_realtime(GameModeConfig *self, char softrealtime[CONFIG_VALUE_MAX]); long config_get_renice_value(GameModeConfig *self); long config_get_ioprio_value(GameModeConfig *self); +bool config_get_disable_splitlock(GameModeConfig *self); /* * Get various config info for gpu optimisations