mirror of
https://github.com/Evolution-X-Devices/device_xiaomi_sm6150-common
synced 2026-01-27 12:07:36 +00:00
sm6150-common: properties: 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: If8c6f9e182eac6d015dbb69fe2a74fc9b3a85c1f Signed-off-by: PainKiller3 <ninadpatil100@gmail.com> Signed-off-by: therealmharc <therealmharc@gmail.com>
This commit is contained in:
committed by
therealmharc
parent
9596641a8a
commit
9a48c665f4
@@ -178,6 +178,9 @@ persist.sys.sf.color_saturation=1.0
|
||||
persist.sys.sf.native_mode=2
|
||||
persist.sys.sf.color_mode=9
|
||||
|
||||
# Disable vsync for cpu rendered apps
|
||||
debug.cpurend.vsync=false
|
||||
|
||||
# FRP
|
||||
ro.frp.pst=/dev/block/bootdevice/by-name/frp
|
||||
|
||||
|
||||
Reference in New Issue
Block a user