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

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

Merge "mdss: mdp: do not report tile format when ubwc is supported"

parents 041c6db4 f482c9b7
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -1442,7 +1442,7 @@ static ssize_t mdss_mdp_show_capabilities(struct device *dev,
		SPRINT(" bwc");
		SPRINT(" bwc");
	if (mdata->has_decimation)
	if (mdata->has_decimation)
		SPRINT(" decimation");
		SPRINT(" decimation");
	if (mdata->highest_bank_bit)
	if (mdata->highest_bank_bit && !mdss_mdp_is_ubwc_supported(mdata))
		SPRINT(" tile_format");
		SPRINT(" tile_format");
	if (mdata->has_non_scalar_rgb)
	if (mdata->has_non_scalar_rgb)
		SPRINT(" non_scalar_rgb");
		SPRINT(" non_scalar_rgb");