sm8550-common: 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. Change-Id: If8b1e00a2d2213c4d2288ab28fad4ba0826a36e8 Signed-off-by: Park Ju Hyung <qkrwngud825@gmail.com> Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
This commit is contained in:
@@ -138,8 +138,8 @@ ro.surface_flinger.max_virtual_display_dimension=4096
|
||||
ro.surface_flinger.enable_frame_rate_override=false
|
||||
ro.surface_flinger.protected_contents=true
|
||||
ro.surface_flinger.set_display_power_timer_ms=300
|
||||
ro.surface_flinger.set_idle_timer_ms=250
|
||||
ro.surface_flinger.set_touch_timer_ms=300
|
||||
ro.surface_flinger.set_idle_timer_ms=4000
|
||||
ro.surface_flinger.set_touch_timer_ms=4000
|
||||
ro.surface_flinger.use_color_management=true
|
||||
ro.surface_flinger.use_content_detection_for_refresh_rate=true
|
||||
ro.surface_flinger.wcg_composition_dataspace=143261696
|
||||
|
Reference in New Issue
Block a user