summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJeykumar Sankaran <jsanka@codeaurora.org>2014-06-06 13:21:22 -0700
committerDavid Keitel <dkeitel@codeaurora.org>2016-03-23 20:30:46 -0700
commit2a8882907f552abc2188cf958dc0cf4e71fea76e (patch)
tree122515d974587582114a2a77c68a61dd2c50f9bd /Documentation
parentbe8c9d99f2c037d51cbad742de66487e28b94d09 (diff)
msm: mdss: Parse fixed MMB's for VIG pipes
Similar to RGB fixed MMB's, msm8994 reserves fixed MMB's for VIG pipes too. Parse fixed MMB allocation for VIG pipes from device tree and update MMB alloc map. Change-Id: Ie7c7dea77fe8a2afc6bfeffdb5d7f69c48b802cd Signed-off-by: Jeykumar Sankaran <jsanka@codeaurora.org>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/devicetree/bindings/fb/mdss-mdp.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/fb/mdss-mdp.txt b/Documentation/devicetree/bindings/fb/mdss-mdp.txt
index ce5711518977..dba445712e66 100644
--- a/Documentation/devicetree/bindings/fb/mdss-mdp.txt
+++ b/Documentation/devicetree/bindings/fb/mdss-mdp.txt
@@ -280,6 +280,11 @@ Optional properties:
total numbers of MMBs per pipe while values, if
any, following first one denotes indexes of MMBs
to that RGB pipe.
+- qcom,mdss-pipe-vig-fixed-mmb: Array of indexes describing fixed Memory Macro
+ Blocks (MMBs) for vig pipes. First value denotes
+ total numbers of MMBs per pipe while values, if
+ any, following first one denotes indexes of MMBs
+ to that VIG pipe.
- qcom,mdss-pipe-sw-reset-off: Property to indicate offset to the register which
holds sw_reset bitmap for different MDSS
components.
@@ -468,6 +473,10 @@ Example:
<2 2 3>,
<2 4 5>,
<2 6 7>;
+ qcom,mdss-pipe-vig-fixed-mmb = <1 8>,
+ <1 9>,
+ <1 10>,
+ <1 11>;
qcom,mdss-smp-data = <22 4096>;
qcom,mdss-rot-block-size = <64>;
qcom,mdss-rotator-ot-limit = <2>;