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: Terence Hampson <thampson@codeaurora.org>
This commit is contained in:
parent
483e0f3297
commit
cc7c1fe8ec
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue