Common Xiaomi sdm845 device tree
Go to file
tomascus 5a704c4ac3 sdm845-common: power: Don't use SCROLL_PREFILING
The current use of the SCROLL_PREFILING hint hurts scroll performance
and results in a lot of dropped frames.

The hint ID corresponding to SCROLL_PREFILING only takes into effect for
a default timeout value of 80 ms (as found in perfboostsconfig.xml),
while the duration value in the process_interaction_hint function runs
for a much longer time, from 1500 ms up to 5000 ms (bounds of
kMinFlingDuration and kMaxInteractiveDuration). During the period
of time, when the timeout value has elapsed and current time is less
than duration, another interaction hint cannot be processed. Therefore,
if the user decides to scroll during this period, high frame drops can be
experienced as the CPU freq isn't raised by processing another hint to
account for this additional scrolling.
By only using SCROLL_VERTICAL, fluidity can be maintained, improving user
experience.

Change-Id: I2fbde8b2db6710d262e9a058e0bc9c02e524648c
2019-03-06 23:45:23 +00:00
audio sdm845-common: Use USB audio policy configuration from AOSP 2018-12-27 17:34:59 +01:00
bluetooth/include sdm845-common: Add support for equuleus and perseus 2019-01-12 00:52:06 +01:00
configs sdm845-common: Add QCOM's WFD implementation 2019-02-26 10:39:26 +01:00
keylayout sdm845-common: Support play/pause in headphone jack keylayout 2018-10-31 21:36:02 +01:00
libhidl sdm845-common: Build dummy android.hidl.[base,manager]@1.0 2018-07-13 15:24:00 +02:00
light sdm845-common: lights: Update service entry for P 2018-09-12 01:34:56 +01:00
livedisplay sdm845-common: Replace SunlightEnhancement class with LiveDisplay HAL 2019-02-07 10:03:17 +01:00
org.ifaa.android.manager sdm845-common: Support Alipay and WeChat fingerprint payment 2019-01-02 06:35:04 +01:00
overlay sdm845-common: Declare STATE_DOZE support 2019-01-07 13:56:56 +01:00
overlay-lineage sdm845-common: Add Xiaomi's vendor platform signature 2018-11-15 15:57:08 +01:00
parts sdm845-common: parts: doze: Fix AoD default pref 2019-01-19 02:00:52 +01:00
permissions sdm845-common: Add QCOM's WFD implementation 2019-02-26 10:39:26 +01:00
power sdm845-common: power: Don't use SCROLL_PREFILING 2019-03-06 23:45:23 +00:00
recovery sdm845-common: Additionally assert on vendor build date and VNDK version 2018-11-18 16:20:47 +01:00
rootdir sdm845-common: Disable diag services in a better way 2019-02-10 13:25:02 +00:00
seccomp sdm845-common: mediacodec: Allow syscalls needed by OMX component 2019-02-23 22:34:00 +00:00
sepolicy/private sdm845-common: sepolicy: Address all neverallows 2019-02-10 13:36:18 +00:00
vndk sdm845-common: Add libsutilscallstack to the vndk libraries 2018-09-22 00:08:26 +01:00
Android.mk sdm845-common: Add support for equuleus and perseus 2019-01-12 00:52:06 +01:00
BoardConfigCommon.mk sdm845-common: Decommonize tap to wake node path 2019-03-06 11:14:23 +01:00
common-props.mk sdm845-common: Add QCOM's WFD implementation 2019-02-26 10:39:26 +01:00
compatibility_matrix.xml sdm845-common: Add device compatibility matrix. 2019-02-22 22:11:03 +00:00
config.fs sdm845-common: config.fs: Add mapping for sensors daemon 2019-02-22 22:11:03 +00:00
extract-files.sh sdm845-common: Add initial common device tree files 2018-07-09 18:20:47 +02:00
framework_compatibility_matrix.xml sdm845-common: Sync framework compatibility matrix with MIUI 9.2.15 2019-02-21 22:56:28 +00:00
framework_manifest.xml sdm845-common: Replace SunlightEnhancement class with LiveDisplay HAL 2019-02-07 10:03:17 +01:00
lineage.dependencies sdm845-common: Include missing Doze app dependency 2018-09-24 15:25:23 +02:00
proprietary-files.txt sdm845-common: Add QCOM's WFD implementation 2019-02-26 10:39:26 +01:00
README.md sdm845-common: Add initial common device tree files 2018-07-09 18:20:47 +02:00
releasetools.py sdm845-common: Additionally assert on vendor build date and VNDK version 2018-11-18 16:20:47 +01:00
sdm845.mk sdm845-common: Add QCOM's WFD implementation 2019-02-26 10:39:26 +01:00
setup-makefiles.sh sdm845-common: Add support for equuleus and perseus 2019-01-12 00:52:06 +01:00

Copyright (C) 2018 - The LineageOS Project

Common device tree for Xiaomi SDM845 based devices