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

Commit e637a8df authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

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

parents 50ccba76 7ce6edbc
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -2262,6 +2262,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);