sm7250-common: props: Enable content based SF refresh rate setting

Change-Id: I6a79a172df58f724e1d43ae527bc5fbd3ec7ea67
Signed-off-by: aswin7469 <aswinas@pixysos.com>
Signed-off-by: Sandeep-FED <sandymankara11@gmail.com>
This commit is contained in:
Ramii Ahmed
2021-05-13 04:11:27 +06:00
committed by Sandeep P S
parent e7fb163ef0
commit bf913e6885

View File

@@ -501,9 +501,10 @@ PRODUCT_DEFAULT_PROPERTY_OVERRIDES += \
ro.surface_flinger.has_wide_color_display=true \
ro.surface_flinger.max_virtual_display_dimension=4096 \
ro.surface_flinger.protected_contents=true \
ro.surface_flinger.set_touch_timer_ms=200 \
ro.surface_flinger.use_color_management=true \
ro.surface_flinger.wcg_composition_dataspace=143261696
ro.surface_flinger.refresh_rate_switching=true \
ro.surface_flinger.wcg_composition_dataspace=143261696 \
ro.surface_flinger.use_content_detection_for_refresh_rate=true
# Disable Rescue Party on userdebug & eng build
ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT)))