diff options
| author | Carl Vanderlip <carlv@codeaurora.org> | 2013-04-02 11:12:16 -0700 |
|---|---|---|
| committer | David Keitel <dkeitel@codeaurora.org> | 2016-03-23 20:16:36 -0700 |
| commit | 38668d02f3067191bbe5d94405f089052fcedc5e (patch) | |
| tree | e6a2458fc9d4a34271ee7e1097b830718f63cb4b /include/uapi | |
| parent | d0dcef00f1e1940e87ed54ee821fdf8478fbb731 (diff) | |
msm: mdss: Move assertive display calculation to workqueue
Removes the possible case of delaying display_commit completion. AD_input
ioctl returns with last strength/backlight values calculated to aid in
management of AD feature from userspace.
Change-Id: I4c9a2941deece8f406b19b6b206c9fadf4f7250a
Signed-off-by: Carl Vanderlip <carlv@codeaurora.org>
Diffstat (limited to 'include/uapi')
| -rw-r--r-- | include/uapi/linux/msm_mdp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/linux/msm_mdp.h b/include/uapi/linux/msm_mdp.h index 12a96c86fa20..9d87f4fc9a4d 100644 --- a/include/uapi/linux/msm_mdp.h +++ b/include/uapi/linux/msm_mdp.h @@ -621,6 +621,7 @@ struct mdss_ad_input { uint32_t amb_light; uint32_t strength; } in; + uint32_t output; }; enum { |
