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

Commit 1484f18b authored by Vikash Garodia's avatar Vikash Garodia
Browse files

Documentation: Update video bus sub node properties



Video driver is modified to remove the dependency with
devfreq. Video bus node parameters are updated accordingly.

CRs-Fixed: 2384822
Change-Id: If634b79374ab4ada444cbd5bb9eb666f04faa1e7
Signed-off-by: default avatarVikash Garodia <vgarodia@codeaurora.org>
parent aef06aa7
Loading
Loading
Loading
Loading
+4 −6
Original line number Diff line number Diff line
@@ -120,17 +120,15 @@ Required properties:
  boot/dts/include/dt-bindings/msm/msm-bus-ids.h for list of acceptable slaves

Optional properties:
- qcom,bus-governor : governor to use when scaling bus, generally any commonly
  found devfreq governor might be used.  In addition to those governors, the
  custom Venus governors, "msm-vidc-ddr" or "msm-vidc-llcc" are also
  acceptable values.
  In the absence of this property the "performance" governor is used.
- qcom,bus-rage-kbps : an array of two items (<min max>) that indicate the
- qcom,bus-range-kbps : an array of two items (<min max>) that indicate the
  minimum and maximum acceptable votes for the bus.
  In the absence of this property <0 INT_MAX> is used.
- qcom,ubwc-10bit : UBWC 10 bit content has different bus requirements,
  this tag will be used to pick the appropriate bus as per the session profile
  as shown below in example.
- qcom,mode : Type of BW calculations to use.
		"performance" - Use highest valid BW vote.
		"venus-ddr", "venus-llcc" - Calculate for DDR, LLCC path.

Memory Heaps
============