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

Commit 68173972 authored by Terence Hampson's avatar Terence Hampson
Browse files

uapi: msm: mdss: add flag to indicate if content is interlaced



When rotation session involves an interlaced layer that is intended to be
deinterlaced by MDP, client is expected to pass in flag indicating rotator
needs to deinterlace content.

Change-Id: I27c009e32cd82e00713c20b3accb2efbe5587344
Signed-off-by: default avatarTerence Hampson <thampson@codeaurora.org>
parent 13848461
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -41,6 +41,9 @@ Rotation request flag
/* rotate 270 degree */
#define MDP_ROTATION_270	(MDP_ROTATION_90 | MDP_ROTATION_180)

/* format is interlaced */
#define MDP_ROTATION_DEINTERLACE 0x10

/* enable bwc */
#define MDP_ROTATION_BWC_EN	0x40