Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 349f675f authored by Ujwal Patel's avatar Ujwal Patel
Browse files

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: default avatarUjwal Patel <ujwalp@codeaurora.org>
Signed-off-by: default avatarShivaraj Shetty <shivaraj@codeaurora.org>
parent cc224461
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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>;
+1 −1
Original line number Diff line number Diff line
@@ -3187,7 +3187,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,