From a8782400ef45b42a87987bfb2a186704dfe9a07a Mon Sep 17 00:00:00 2001 From: Park Ju Hyung Date: Tue, 31 May 2022 18:32:42 +0900 Subject: [PATCH] sweet: Relax timers for automatic refresh rate switching Due to visible gamma shifts on our panels, we should make the switchings to happen conservatively. With idle timer >= touch timer, idle timer now always takes precedence, but we're leaving touch timer property to immediately switch back to 120 Hz on touch input events. Display power timer is left untouched as it's responsible for display mode changes such as Doze. Change-Id: If8b1e00a2d2213c4d2288ab28fad4ba0826a36e8 Signed-off-by: Park Ju Hyung --- vendor.prop | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vendor.prop b/vendor.prop index a992d93..e377008 100644 --- a/vendor.prop +++ b/vendor.prop @@ -8,8 +8,8 @@ vendor.audio.feature.compr_voip.enable=false vendor.voice.path.for.pcm.voip=false # Display -ro.surface_flinger.set_idle_timer_ms=80 -ro.surface_flinger.set_touch_timer_ms=200 +ro.surface_flinger.set_idle_timer_ms=4000 +ro.surface_flinger.set_touch_timer_ms=4000 ro.surface_flinger.set_display_power_timer_ms=1000 ro.surface_flinger.use_content_detection_for_refresh_rate=true