diff options
| author | Terence Hampson <thampson@codeaurora.org> | 2015-03-10 12:43:09 -0400 |
|---|---|---|
| committer | David Keitel <dkeitel@codeaurora.org> | 2016-03-23 20:38:55 -0700 |
| commit | 90ae553e66a25ee7df6672a03dc1a6d9c6cad4cd (patch) | |
| tree | 2d356b18bcfb4fb23becf5945e3904e4fc59cd0f /include/uapi | |
| parent | b2217c3921ed67d86bb31834a042f1769bf09551 (diff) | |
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: Terence Hampson <thampson@codeaurora.org>
Diffstat (limited to 'include/uapi')
| -rw-r--r-- | include/uapi/linux/mdss_rotator.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/linux/mdss_rotator.h b/include/uapi/linux/mdss_rotator.h index 2ef27588c13c..bf3099b7349e 100644 --- a/include/uapi/linux/mdss_rotator.h +++ b/include/uapi/linux/mdss_rotator.h @@ -76,6 +76,7 @@ struct mdp_rotation_config { struct mdp_rotation_buf_info input; struct mdp_rotation_buf_info output; uint32_t frame_rate; + uint32_t flags; uint32_t reserved[6]; }; |
