diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2017-03-02 08:27:02 -0800 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-03-02 08:27:02 -0800 |
| commit | 2caf0b2fcdf4affc8bde725cd89ab8c803ca6c88 (patch) | |
| tree | 49a15b27997856c06f6ab54a428aad09e422fbc8 /Documentation | |
| parent | 1543b55dce25849d04ed75138118a73ee6d38714 (diff) | |
| parent | 4df2249e9d46f7fce54665fa373cedd45c5eb483 (diff) | |
Merge "msm: vidc: Add support for Cx ipeak limitation"
Diffstat (limited to 'Documentation')
| -rw-r--r-- | Documentation/devicetree/bindings/media/video/msm-vidc.txt | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/media/video/msm-vidc.txt b/Documentation/devicetree/bindings/media/video/msm-vidc.txt index 6ca0ac31a581..c26e9fb456e3 100644 --- a/Documentation/devicetree/bindings/media/video/msm-vidc.txt +++ b/Documentation/devicetree/bindings/media/video/msm-vidc.txt @@ -126,7 +126,7 @@ Optional properties: internal persist1 = 0x400 internal cmd queue = 0x800 - qcom,pm-qos-latency-us = The latency used to vote for QOS power manager. This -value is typically max(latencies of every cluster at all power levels) + 1 + value is typically max(latencies of every cluster at all power levels) + 1 - qcom,max-secure-instances = An int containing max number of concurrent secure instances supported, accounting for venus and system wide limitations like memory, performance etc. @@ -135,6 +135,12 @@ value is typically max(latencies of every cluster at all power levels) + 1 - 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. +- qcom,cx-ipeak-data : phandle of cx_ipeak device node and bit position on + the cx register where venus is supposed to vote +- qcom,clock-freq-threshold : Operating threshold frequency of venus which + video driver uses to check against the frequency voted. Whenever venus + clock frequency crosses this mark, driver intimates cx ipeak driver on + supported targets. [Second level nodes] Context Banks |
