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

Commit b34026a2 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: Update capability for SDE rotator"

parents e9ab69a0 8a7318ef
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2108,7 +2108,7 @@ static ssize_t sde_rotator_show_caps(struct device *dev,
#define SPRINT(fmt, ...) \
		(cnt += scnprintf(buf + cnt, len - cnt, fmt, ##__VA_ARGS__))

	SPRINT("wb_count=%d\n", mgr->queue_count);
	SPRINT("queue_count=%d\n", mgr->queue_count);
	SPRINT("downscale=1\n");
	SPRINT("ubwc=1\n");

+2 −0
Original line number Diff line number Diff line
@@ -2096,6 +2096,8 @@ static ssize_t sde_hw_rotator_show_caps(struct sde_rot_mgr *mgr,
	else
		SPRINT("min_downscale=2.0\n");

	SPRINT("downscale_compression=1\n");

#undef SPRINT
	return cnt;
}