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

Commit 1996fe6e authored by Ingrid Gallardo's avatar Ingrid Gallardo
Browse files

uapi: msm: mdss: expose compression ratio for rotator



For bandwidth calculations, rotator driver needs
to know the compression ratio factors which
depends on the pixel format. This change adds
support to share this information between
user-space and rotator driver.

Change-Id: I6163317514328610a836c34fd9ca75c3e753b50f
Signed-off-by: default avatarIngrid Gallardo <ingridg@codeaurora.org>
parent fd854d74
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -68,6 +68,7 @@ struct mdp_rotation_buf_info {
	uint32_t width;
	uint32_t height;
	uint32_t format;
	struct mult_factor comp_ratio;
};

struct mdp_rotation_config {