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

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

Merge "msm/sde/rotator: Add max line width in rotator capabilities"

parents c1f61aae 5548d5c3
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -3369,6 +3369,8 @@ static ssize_t sde_hw_rotator_show_caps(struct sde_rot_mgr *mgr,
	if (hw_data->downscale_caps)
		SPRINT("downscale_ratios=%s\n", hw_data->downscale_caps);

	SPRINT("max_line_width=%d\n", sde_rotator_get_maxlinewidth(mgr));

#undef SPRINT
	return cnt;
}