From 194933699f9a92a77539dd7c06d53500663d09ad Mon Sep 17 00:00:00 2001 From: timocapa Date: Thu, 16 Jun 2022 23:00:30 +0200 Subject: [PATCH] common: make VRR less aggressive --- common.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/common.mk b/common.mk index 99d55cb9..0b707ef1 100644 --- a/common.mk +++ b/common.mk @@ -107,9 +107,9 @@ PRODUCT_PRODUCT_PROPERTIES += \ # Automatic refresh rate switching for power savings PRODUCT_PROPERTY_OVERRIDES += \ - ro.surface_flinger.set_idle_timer_ms=800 \ - ro.surface_flinger.set_touch_timer_ms=800 \ - ro.surface_flinger.set_display_power_timer_ms=1000 \ + ro.surface_flinger.set_idle_timer_ms=1500 \ + ro.surface_flinger.set_touch_timer_ms=1500 \ + ro.surface_flinger.set_display_power_timer_ms=1500 \ ro.surface_flinger.use_content_detection_for_refresh_rate=true # Bluetooth