ARM: dts: msm: Update bus bandwidth for msm8998
During certain usecases like UHD 10 bit playback, the bus bandwidth required for Venus is more than the bandwidth currently voted by video driver. Though the bandwidth is calculated properly, it gets clamped to an upper range. Fix the upper range to accommodate bandwidth for all Venus usecases. Change-Id: Ic9dd3d0cb0bde89a7f6e42b3197c22fbb5192fab CRs-Fixed: 2004597 Signed-off-by: Vikash Garodia <vgarodia@codeaurora.org>
This commit is contained in:
parent
2aa89ab3ff
commit
f29f324d06
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@
|
|||
qcom,bus-master = <MSM_BUS_MASTER_VIDEO_P0>;
|
||||
qcom,bus-slave = <MSM_BUS_SLAVE_EBI_CH0>;
|
||||
qcom,bus-governor = "msm-vidc-ddr";
|
||||
qcom,bus-range-kbps = <1000 3388000>;
|
||||
qcom,bus-range-kbps = <1000 4946000>;
|
||||
};
|
||||
|
||||
venus_bus_vmem {
|
||||
|
|
Loading…
Add table
Reference in a new issue