sdm660-common: Disable debug.sf.latch_unsignaled
* Disabling this helps reduces notification flicker, UI performance is not impacted. (per: change https://android.googlesource.com/platform/frameworks/native/+/c5da271) For sdm660: Fix mad lags on live wallpapers Change-Id: I8b7aed9bc5ff03bd8d1cd05f70c8568c1faf971c Signed-off-by: Andrew Hexen <SyberHexen@gmail.com> Signed-off-by: fakeyatogod <fakeyatokami@gmail.com>
This commit is contained in:
parent
564ddb664d
commit
215c9a506a
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ dalvik.vm.debug.alloc=0
|
||||||
|
|
||||||
# Display
|
# Display
|
||||||
debug.sf.enable_hwc_vds=1
|
debug.sf.enable_hwc_vds=1
|
||||||
debug.sf.latch_unsignaled=1
|
debug.sf.latch_unsignaled=0
|
||||||
persist.vendor.color.matrix=2
|
persist.vendor.color.matrix=2
|
||||||
persist.hwc.enable_vds=1
|
persist.hwc.enable_vds=1
|
||||||
ro.qualcomm.cabl=0
|
ro.qualcomm.cabl=0
|
||||||
|
|
Loading…
Reference in a new issue