summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorDhaval Patel <pdhaval@codeaurora.org>2016-03-30 00:22:57 -0700
committerKyle Yan <kyan@codeaurora.org>2016-04-28 16:41:20 -0700
commit76d65e6339b563db39dbecf7799ef663fc83e430 (patch)
treebe36e61e83d4b4bee302ab83c3dc086d34296e0f /Documentation
parent2e95db147d9c4801d8b86ac77c1b088298032363 (diff)
msm: mdss: add scr rev support for dsc
Panels can support different dsc revisions based on the scr. Add scr revision support for dsc based on updated spec. Change-Id: Icbd93ed592a7d79dcd7f72b52d73572ced384759 Signed-off-by: Dhaval Patel <pdhaval@codeaurora.org>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/devicetree/bindings/fb/mdss-dsi-panel.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/fb/mdss-dsi-panel.txt b/Documentation/devicetree/bindings/fb/mdss-dsi-panel.txt
index 542f4e539d9b..00b778feaba8 100644
--- a/Documentation/devicetree/bindings/fb/mdss-dsi-panel.txt
+++ b/Documentation/devicetree/bindings/fb/mdss-dsi-panel.txt
@@ -441,6 +441,12 @@ Optional properites:
- qcom,split-mode: String property indicating which split mode MDP should use. Valid
entries are "pingpong-split" and "dualctl-split".
This property is mutually exclusive with qcom,lm-split.
+- qcom,mdss-dsc-version: An 8 bit value indicates the DSC version supported by panel. Bits[0.3]
+ provides information about minor version while Bits[4.7] provides
+ major version information. It supports only DSC rev 1(Major).1(Minor)
+ right now.
+- qcom,mdss-dsc-scr-version: Each DSC version can have multiple SCR. This 8 bit value indicates
+ current SCR revision information supported by panel.
- qcom,mdss-dsc-encoders: An integer value indicating how many DSC encoders should be used
to drive data stream to DSI.
Default value is 1 and max value is 2.
@@ -680,6 +686,8 @@ Example:
qcom,config-select = <&dsi_sim_vid_config0>;
qcom,dba-panel;
qcom,bridge-name = "adv7533";
+ qcom,mdss-dsc-version = <0x11>;
+ qcom,mdss-dsc-scr-version = <0x1>;
dsi_sim_vid_config0: config0 {
qcom,lm-split = <360 360>;