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

Commit 33adc797 authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "drm/msm/dp: limit the logs related to DSC modes"

parents 7b8c535d 2abd935f
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1902,6 +1902,7 @@ static void dp_display_convert_to_dp_mode(struct dp_display *dp_display,
	if (free_dsc_blks >= required_dsc_blks)
		dp_mode->capabilities |= DP_PANEL_CAPS_DSC;

	if (dp_mode->capabilities & DP_PANEL_CAPS_DSC)
		pr_debug("in_use:%d, max:%d, free:%d, req:%d, caps:0x%x, width:%d\n",
			dp->tot_dsc_blks_in_use, dp->parser->max_dp_dsc_blks,
			free_dsc_blks, required_dsc_blks, dp_mode->capabilities,