common: make VRR less aggressive
This commit is contained in:
parent
530ba33cf1
commit
194933699f
|
@ -107,9 +107,9 @@ PRODUCT_PRODUCT_PROPERTIES += \
|
||||||
|
|
||||||
# Automatic refresh rate switching for power savings
|
# Automatic refresh rate switching for power savings
|
||||||
PRODUCT_PROPERTY_OVERRIDES += \
|
PRODUCT_PROPERTY_OVERRIDES += \
|
||||||
ro.surface_flinger.set_idle_timer_ms=800 \
|
ro.surface_flinger.set_idle_timer_ms=1500 \
|
||||||
ro.surface_flinger.set_touch_timer_ms=800 \
|
ro.surface_flinger.set_touch_timer_ms=1500 \
|
||||||
ro.surface_flinger.set_display_power_timer_ms=1000 \
|
ro.surface_flinger.set_display_power_timer_ms=1500 \
|
||||||
ro.surface_flinger.use_content_detection_for_refresh_rate=true
|
ro.surface_flinger.use_content_detection_for_refresh_rate=true
|
||||||
|
|
||||||
# Bluetooth
|
# Bluetooth
|
||||||
|
|
Loading…
Reference in New Issue