stone: properties: Set SF idle timeout to 1100ms

When a clock with seconds tick is on the display, it switches back and
forth between high and low refresh rate if the timer is <=1000ms (1s).
Set it to 1.1s which is just slightly higher to avoid this issue.
This also matches stock value.

Signed-off-by: Arijit78 <sahaarijit2007@gmail.com>
This commit is contained in:
Adithya R
2024-07-16 06:38:15 +02:00
committed by Arijit78
parent 8a0e5d3e0f
commit e4e86ef966

View File

@@ -220,8 +220,8 @@ ro.surface_flinger.protected_contents=true
ro.surface_flinger.use_color_management=true ro.surface_flinger.use_color_management=true
ro.surface_flinger.wcg_composition_dataspace=143261696 ro.surface_flinger.wcg_composition_dataspace=143261696
ro.surface_flinger.set_display_power_timer_ms=3000 ro.surface_flinger.set_display_power_timer_ms=3000
ro.surface_flinger.set_idle_timer_ms=4000 ro.surface_flinger.set_idle_timer_ms=1100
ro.surface_flinger.set_touch_timer_ms=4000 ro.surface_flinger.set_touch_timer_ms=200
ro.surface_flinger.use_content_detection_for_refresh_rate=false ro.surface_flinger.use_content_detection_for_refresh_rate=false
# SkiaGL Threaded # SkiaGL Threaded