Loading
ARM: dts: msm: Update used QOS latencies with android_usb on MSM8996
Update PM QOS latencies as <41 91 801> to improve throughput.
Used QOS values are correspond to:
<Max (all_cluster_wfi) + 1, Max (all_cluster_gdhc) + 1,
Max (all_cluster_fpc) + 1>
It improves adb push/pull throughput as below:
File size: 1 GB
1. Current PM QOS:
SSUSB HSUSB
adb push: 2159 KB/s 2023 KB/s
adb pull: 1891 KB/s 1858 KB/s
2. With updated qcom,pm-qos-latency = <41 91 801>
SSUSB HSUSB
adb push: 4015 KB/s 3478 KB/s
adb pull: 3275 KB/s 3150 KB/s
CRs-Fixed: 949101
Change-Id: I3414b31a534cd56d9382c812fd091b3a043686f8
Signed-off-by:
Mayank Rana <mrana@codeaurora.org>