sm8450-common: Disable frame rate override feature

This is enabled by default on U, and it causes apps like
Chrome and YouTube to render the frame rate at 30FPS when
playing some videos.

Change-Id: I649bf03d550c2b9726c7957d15ed09e455d874ec
Signed-off-by: basamaryan <basam.aryan@gmail.com>
This commit is contained in:
Edwin Moquete 2023-12-09 17:10:29 +00:00 committed by Arian
parent e0ab3da8d5
commit 189e6a3d72

View file

@ -149,6 +149,7 @@ ro.gfx.driver.1=com.qualcomm.qti.gpudrivers.taro.api31
ro.hardware.egl=adreno ro.hardware.egl=adreno
ro.hardware.vulkan=adreno ro.hardware.vulkan=adreno
ro.opengles.version=196610 ro.opengles.version=196610
ro.surface_flinger.enable_frame_rate_override=false
ro.surface_flinger.force_hwc_copy_for_virtual_displays=true ro.surface_flinger.force_hwc_copy_for_virtual_displays=true
ro.surface_flinger.has_HDR_display=true ro.surface_flinger.has_HDR_display=true
ro.surface_flinger.has_wide_color_display=true ro.surface_flinger.has_wide_color_display=true