summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2017-02-07 02:08:08 -0800
committerGerrit - the friendly Code Review server <code-review@localhost>2017-02-07 02:08:07 -0800
commitcadd944dcdb660c3dc33272b9448591c57ea4c20 (patch)
tree36e552bdaa23032a892c2026d3a7de26c47fef94 /Documentation
parent6260ba37fccdc17e489a2aed4741d049f0c98d81 (diff)
parent9619e890f165240ca2d4d7df8fbe3980dfebf829 (diff)
Merge "msm: vidc: Handle perf mode configuration"
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/devicetree/bindings/media/video/msm-vidc.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/media/video/msm-vidc.txt b/Documentation/devicetree/bindings/media/video/msm-vidc.txt
index 50b9b1ac8704..6ca0ac31a581 100644
--- a/Documentation/devicetree/bindings/media/video/msm-vidc.txt
+++ b/Documentation/devicetree/bindings/media/video/msm-vidc.txt
@@ -132,6 +132,9 @@ value is typically max(latencies of every cluster at all power levels) + 1
memory, performance etc.
- qcom,debug-timeout = A bool indicating that FW errors such as SYS_ERROR,
SESSION_ERROR and timeouts will be treated as Fatal.
+- qcom,power-conf = Indicates the value at which or beyond, a video session
+ is configured in low power mode to have power benefits. Value is defined
+ interms of HxW of the video session beyond which power benefit is desired.
[Second level nodes]
Context Banks
@@ -226,6 +229,7 @@ Example:
qcom,qdss-presets = <0xFC307000 0x1000>,
<0xFC322000 0x1000>;
qcom,max-hw-load = <1224450>; /* 4k @ 30 + 1080p @ 30*/
+ qcom,power-conf = <8294400>; /* WxH - 3840*2160 */
qcom,never-unload-fw;
clock-names = "foo_clk", "bar_clk", "baz_clk";
qcom,clock-configs = <0x3 0x1 0x0>;