From 189e6a3d7261a3d39103f53e969441b8b0b6514f Mon Sep 17 00:00:00 2001 From: Edwin Moquete Date: Sat, 9 Dec 2023 17:10:29 +0000 Subject: [PATCH] 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 --- properties/vendor.prop | 1 + 1 file changed, 1 insertion(+) diff --git a/properties/vendor.prop b/properties/vendor.prop index 349ab88..9bf4bff 100644 --- a/properties/vendor.prop +++ b/properties/vendor.prop @@ -149,6 +149,7 @@ ro.gfx.driver.1=com.qualcomm.qti.gpudrivers.taro.api31 ro.hardware.egl=adreno ro.hardware.vulkan=adreno 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.has_HDR_display=true ro.surface_flinger.has_wide_color_display=true