diff options
| author | Ujwal Patel <ujwalp@codeaurora.org> | 2015-08-01 11:40:47 -0700 |
|---|---|---|
| committer | David Keitel <dkeitel@codeaurora.org> | 2016-03-23 20:46:44 -0700 |
| commit | cc0963f5255928aff36f1681cf0f5673045cfc58 (patch) | |
| tree | 6c72a0054b538ea766ac73e6e40ef2db97cad3fc | |
| parent | 209aa0022712a3d5fa0625a5e8ce559b93bba8cc (diff) | |
msm: mdss: rename qcom,has-dst-split property to qcom,has-pingpong-split
Rename qcom,has-dst-split device tree property with qcom,has-pingpong-split
to align terminology used by the hardware and software drivers.
Change-Id: I8af3809f6c28d232dee457901719b6f13a216c76
Signed-off-by: Ujwal Patel <ujwalp@codeaurora.org>
Signed-off-by: Shivaraj Shetty <shivaraj@codeaurora.org>
| -rw-r--r-- | Documentation/devicetree/bindings/fb/mdss-mdp.txt | 6 | ||||
| -rw-r--r-- | drivers/video/fbdev/msm/mdss_mdp.c | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/Documentation/devicetree/bindings/fb/mdss-mdp.txt b/Documentation/devicetree/bindings/fb/mdss-mdp.txt index 8e840c10b7a5..611c643f1984 100644 --- a/Documentation/devicetree/bindings/fb/mdss-mdp.txt +++ b/Documentation/devicetree/bindings/fb/mdss-mdp.txt @@ -482,7 +482,7 @@ Fudge Factors: Fudge factors are used to boost demand for 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 +- qcom,mdss-has-pingpong-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 chroma down modules that can convert RGB data @@ -503,7 +503,7 @@ Fudge Factors: Fudge factors are used to boost demand for - qcom,mdss-slave-pingpong-off: Offset address for the extra TE block which needs to be programmed when pingpong split feature is enabled. Offset is calculated from the "mdp_phys" - register value. Mandatory when qcom,mdss-has-dst-split + register value. Mandatory when qcom,mdss-has-pingpong-split is enabled. Optional subnodes: @@ -674,7 +674,7 @@ Example: qcom,mdss-traffic-shaper-enabled; qcom,mdss-has-rotator-downscale; - qcom,mdss-has-dst-split; + qcom,mdss-has-pingpong-split; qcom,mdss-pipe-vig-xin-id = <0 4 8>; qcom,mdss-pipe-rgb-xin-id = <1 5 9>; qcom,mdss-pipe-dma-xin-id = <2 10>; diff --git a/drivers/video/fbdev/msm/mdss_mdp.c b/drivers/video/fbdev/msm/mdss_mdp.c index 45c08a84cce0..0ea46dbefc24 100644 --- a/drivers/video/fbdev/msm/mdss_mdp.c +++ b/drivers/video/fbdev/msm/mdss_mdp.c @@ -3247,7 +3247,7 @@ static int mdss_mdp_parse_dt_misc(struct platform_device *pdev) pr_debug("Could not read optional property: highest bank bit\n"); mdata->has_pingpong_split = of_property_read_bool(pdev->dev.of_node, - "qcom,mdss-has-dst-split"); + "qcom,mdss-has-pingpong-split"); if (mdata->has_pingpong_split) { rc = of_property_read_u32(pdev->dev.of_node, |
