mirror of
https://github.com/PixelExperience-Devices/device_xiaomi_sm6250-common.git
synced 2025-04-29 10:37:35 +09:00
sm6250-common: Disable VSync for CPU rendered apps
Choreographer VSync has some performance impact for CPU rendered apps as the app has to wait for VSync to start a new frame draw. When the frame draw time exceeds one VSync, this has a direct impact on the FPS. "debug.cpurend.vsync" property controls the VSync for CPU rendered apps. Disable VSync for CPU rendered app, by setting this property to false. Change-Id: I93cfa7c588f1ab80803940c8059073075fd49506 Signed-off-by: Akash <akashniki@gmail.com> Signed-off-by: DarkDampSquib <andrin.geiger1998@gmail.com>
This commit is contained in:
parent
65dd6eb54b
commit
ffd61c0fb5
@ -146,6 +146,7 @@ dalvik.vm.dex2oat64.enabled=true
|
||||
ro.surface_flinger.max_frame_buffer_acquired_buffers=3
|
||||
debug.sf.phase_offset_threshold_for_next_vsync_ns=11600000
|
||||
persist.sys.sf.color_saturation=1.0
|
||||
debug.cpurend.vsync=false
|
||||
ro.hardware.egl=adreno
|
||||
ro.hardware.vulkan=adreno
|
||||
ro.opengles.version=196610
|
||||
|
Loading…
x
Reference in New Issue
Block a user