From 90ae553e66a25ee7df6672a03dc1a6d9c6cad4cd Mon Sep 17 00:00:00 2001 From: Terence Hampson Date: Tue, 10 Mar 2015 12:43:09 -0400 Subject: 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 --- include/uapi/linux/mdss_rotator.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/uapi/linux') 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]; }; -- cgit v1.2.3