common: make VRR less aggressive

This commit is contained in:
timocapa 2022-06-16 23:00:30 +02:00
parent 530ba33cf1
commit 194933699f
1 changed files with 3 additions and 3 deletions

View File

@ -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