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

Commit 7ce6edbc authored by Jeykumar Sankaran's avatar Jeykumar Sankaran Committed by Gerrit - the friendly Code Review server
Browse files

msm: mdss: Add mdp capability to expose writeback interface index



Expose a separate MDP capability to expose index of the interface
WB block.

Change-Id: I757329e68af439701b8f065c99a6a4b0c390cba2
Signed-off-by: default avatarJeykumar Sankaran <jsanka@codeaurora.org>
parent 9dbb0780
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -2244,6 +2244,9 @@ ssize_t mdss_mdp_show_capabilities(struct device *dev,
	SPRINT("max_downscale_ratio=%d\n", MAX_DOWNSCALE_RATIO);
	SPRINT("max_upscale_ratio=%d\n", MAX_UPSCALE_RATIO);

	if (mdata->nwb)
		SPRINT("wb_intf_index=%d\n", mdata->nwb - 1);

	if (test_bit(MDSS_QOS_SIMPLIFIED_PREFILL, mdata->mdss_qos_map)) {
		SPRINT("fmt_mt_nv12_factor=%d\n",
			mdata->prefill_data.prefill_factors.fmt_mt_nv12_factor);