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

Commit 39c27e52 authored by Srinu Gorle's avatar Srinu Gorle
Browse files

ARM: dts: msm: Correct DCVS MB/sec load low values for msm8953



With existing load low for UHD 30fps encoder session venus clock
always voting to turbo and true 4k 24fps voting NOM+ frequencies.
Correct video encode DCVS load low values to toggle UHD 30fps
between turbo/NOM+ and true 4k 24fps between NOM+/NOM.

CRs-Fixed: 992607
Change-Id: I28cb83bdf81b7efcd0910835aaab30607104f3ac
Signed-off-by: default avatarSrinu Gorle <sgorle@codeaurora.org>
parent 17d7bd58
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -45,10 +45,10 @@
			<816000 816000 979200 0x3f00000c>,

			/* Enc UHD@30 H.264/HEVC Turbo to Nom+ */
			<897600 897600 979200 0x4000004>,
			<897600 821100 979200 0x4000004>,

			/* Enc True4K@24 H.264/HEVC Nom to Nom+ */
			<816000 816000 835584 0x4000004>;
			<816000 720000 835584 0x4000004>;
		qcom,dcvs-limit =
			<32400 24>, /* Encoder UHD */
			<32400 24>; /* Decoder UHD */