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

Commit 1219f58c 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 VIG double buffered CSC capability"

parents d666a7c4 d45524cb
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -2779,6 +2779,8 @@ ssize_t mdss_mdp_show_capabilities(struct device *dev,
		SPRINT(" avr");
	if (mdss_has_quirk(mdata, MDSS_QUIRK_HDR_SUPPORT_ENABLED))
		SPRINT(" hdr");
	if (mdata->nvig_pipes && mdata->mdp_rev >= MDSS_MDP_HW_REV_300)
		SPRINT(" vig_csc_db"); /* double buffered VIG CSC block */
	SPRINT("\n");
#undef SPRINT