diff options
| author | Manikanta Sivapala <msivap@codeaurora.org> | 2017-01-02 14:29:34 +0530 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-01-03 02:04:16 -0800 |
| commit | a40bd754928a9e972235c2b8ab648237e645b155 (patch) | |
| tree | 7b67e1d4f54940b9d68550d7157f2de647ad792f | |
| parent | 2f817b68f06ed866aa2c4cc35b2e4293aeb1ef99 (diff) | |
ARM: dts: msm: Update Venus QOS settings for SDM660
QOS setting defines the priority and privilege levels
for VCodec hardware and the CPU. Enable the privilege
and priority for Core0 to Core5. Set the priority as
P2 for Core0 and rest as P1. Set the privilege for
Core0 as P2 and rest as P1.
CRs-Fixed: 1103405
Signed-off-by: Manikanta Sivapala <msivap@codeaurora.org>
Change-Id: I6b3f13b55bc153f81672fe82395e1fb6ee1ea333
| -rw-r--r-- | arch/arm/boot/dts/qcom/sdm660-vidc.dtsi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm/boot/dts/qcom/sdm660-vidc.dtsi b/arch/arm/boot/dts/qcom/sdm660-vidc.dtsi index 8e5561da5deb..10cf4de2a8e0 100644 --- a/arch/arm/boot/dts/qcom/sdm660-vidc.dtsi +++ b/arch/arm/boot/dts/qcom/sdm660-vidc.dtsi @@ -1,4 +1,4 @@ -/* Copyright (c) 2016, The Linux Foundation. All rights reserved. +/* Copyright (c) 2016-2017, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and @@ -28,9 +28,9 @@ qcom,firmware-name = "venus"; qcom,sw-power-collapse; qcom,reg-presets = - <0x80010 0x00000003>, - <0x80018 0x05555556>, - <0x8001c 0x05555556>; + <0x80010 0x001f001f>, + <0x80018 0x00000156>, + <0x8001c 0x00000156>; qcom,max-hw-load = <1036800>; /* Full 4k @ 30 */ qcom,allowed-clock-rates = |
