Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f29f324d authored by Vikash Garodia's avatar Vikash Garodia
Browse files

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: default avatarVikash Garodia <vgarodia@codeaurora.org>
parent 2aa89ab3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 {