diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/uapi/linux/mdss_rotator.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/uapi/linux/mdss_rotator.h b/include/uapi/linux/mdss_rotator.h index d7c6ebbf3686..cc30aaa61b2f 100644 --- a/include/uapi/linux/mdss_rotator.h +++ b/include/uapi/linux/mdss_rotator.h @@ -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 |
