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

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

msm: mdss: Add session id to rotator item



Value will be used to validate and identify which rotator
session request item is a part of.

Change-Id: Id62719c4d37c9a2f690cb57fa1ca2826310d1da8
Signed-off-by: default avatarTerence Hampson <thampson@codeaurora.org>
parent 2613fbd1
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -113,6 +113,9 @@ struct mdp_rotation_item {
	  */
	uint32_t	wb_idx;

	/* Which session ID is this request scheduled on */
	uint32_t	session_id;

	/* 32bits reserved value for future usage */
	uint32_t	reserved[6];
};