alioth: Set surfaceflinger refresh rate timers

This to allow us to idle to lower refresh rates even if the app is
requesting a higher one if it's idle to save battery life, or boost even on
apps that don't request a certain high refresh rate to get a smoother
experience

Change-Id: Ie611283e1d75a31b218454073e85742be91fdf07
This commit is contained in:
Ramii Ahmed
2021-07-30 09:59:00 +02:00
committed by SahilSonar
parent e22fdc571e
commit bc942a3e79

View File

@@ -32,6 +32,10 @@ ro.vendor.audio.zoom.type=1
# Display
ro.surface_flinger.has_HDR_display=true
ro.surface_flinger.has_wide_color_display=true
ro.surface_flinger.set_display_power_timer_ms=1000
ro.surface_flinger.set_idle_timer_ms=80
ro.surface_flinger.set_touch_timer_ms=200
ro.surface_flinger.use_color_management=true
ro.surface_flinger.use_content_detection_for_refresh_rate=true
ro.surface_flinger.wcg_composition_dataspace=143261696
vendor.display.idle_time=1100