sm7125: 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
Signed-off-by: rany <ranygh@riseup.net>
tirimbino
Ruchit Marathe 2 years ago
parent 854d0c4b1d
commit 7aa9e0731a
  1. 6
      vendor.prop

@ -154,6 +154,12 @@ debug.stagefright.ccodec=1
# Perf
ro.vendor.extension_library=libqti-perfd-client.so
# Refresh Rate
ro.surface_flinger.use_content_detection_for_refresh_rate=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
# RIL
vendor.sec.rild.libpath=/vendor/lib64/libsec-ril.so
ro.vendor.sec.radio.def_network=9

Loading…
Cancel
Save