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

Commit ea608a9b authored by Terence Hampson's avatar Terence Hampson Committed by Matt Wagantall
Browse files

msm: mdss: Add flag to pass in rotation information



When open session is called, input and output format validation takes
place. In order to properly validate, we need to know if the session
contains rotation. This rotation information is passed using the flag.

Change-Id: Ie8bf4c6639aa0d671ac044a2581132bc97b68242
Signed-off-by: default avatarTerence Hampson <thampson@codeaurora.org>
parent b0b3f74e
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -76,6 +76,7 @@ struct mdp_rotation_config {
	struct mdp_rotation_buf_info	input;
	struct mdp_rotation_buf_info	input;
	struct mdp_rotation_buf_info	output;
	struct mdp_rotation_buf_info	output;
	uint32_t	frame_rate;
	uint32_t	frame_rate;
	uint32_t	flags;
	uint32_t	reserved[6];
	uint32_t	reserved[6];
};
};