diff options
| author | Ingrid Gallardo <ingridg@codeaurora.org> | 2015-02-20 20:18:04 -0800 |
|---|---|---|
| committer | David Keitel <dkeitel@codeaurora.org> | 2016-03-23 20:38:22 -0700 |
| commit | d7e19e0da25665ef58ec6885645a3a1b0d96aadf (patch) | |
| tree | 6c511f4a2e1a3d45a4add8da072ea1d686b8007c /Documentation | |
| parent | 54528ec56c25a55c2e6c2c3b62f478014cfffa59 (diff) | |
msm: mdss: add support to configure per pipe panic luts
Starting in MDPv1.7, configuration of the panic signal
is per pipe. This needs some specific luts to be
programmed on each pipe. Adding support to configure
these luts, which are enabled and tuned through
device tree.
Change-Id: I8af08e8458f8136e9767ccfea27489ce2976a437
Signed-off-by: Ingrid Gallardo <ingridg@codeaurora.org>
Diffstat (limited to 'Documentation')
| -rw-r--r-- | Documentation/devicetree/bindings/fb/mdss-mdp.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/fb/mdss-mdp.txt b/Documentation/devicetree/bindings/fb/mdss-mdp.txt index 94635f2d0109..5cf66ad31b7a 100644 --- a/Documentation/devicetree/bindings/fb/mdss-mdp.txt +++ b/Documentation/devicetree/bindings/fb/mdss-mdp.txt @@ -415,6 +415,12 @@ Fudge Factors: Fudge factors are used to boost demand for Number of signal offsets should match the number of offsets defined in property: qcom,mdss-pipe-dma-off +- qcom,mdss-per-pipe-panic-luts: Array to configure the panic/robust luts for + each rt and nrt clients. This property is + for the MDPv1.7 and above, which configures + the panic independently on each client. + First element on the array is for the panic + configuration, second element for robust. - qcom,mdss-has-dst-split: Boolean property to indicate if destination split feature is available or not in the target. - qcom,mdss-cdm-off: Array of offset addresses for the available |
