sdm660-common: prop: Enable the pre-rendering feature
* Pre-rendering feature can improve FPS and reduce the janks in scrolling cases. Change-Id: Iefb72d00665cb8c106fb87ff8a25138db06be29f Signed-off-by: erwinabs <erwinabubakarsidik@gmail.com> Signed-off-by: clarencelol <clarencekuiek@icloud.com> Signed-off-by: pix106 <sbordenave@gmail.com>
This commit is contained in:
parent
422bb53ee6
commit
9a32edd258
1 changed files with 2 additions and 1 deletions
|
@ -223,7 +223,8 @@ PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \
|
|||
# QCOM
|
||||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
persist.vendor.qcomsysd.enabled=1 \
|
||||
ro.vendor.extension_library=libqti-perfd-client.so
|
||||
ro.vendor.extension_library=libqti-perfd-client.so \
|
||||
ro.vendor.perf.scroll_opt=true
|
||||
|
||||
# Radio
|
||||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
|
|
Loading…
Reference in a new issue