diff options
| author | Carl Vanderlip <carlv@codeaurora.org> | 2013-04-04 20:57:17 -0700 |
|---|---|---|
| committer | David Keitel <dkeitel@codeaurora.org> | 2016-03-23 20:16:37 -0700 |
| commit | c0cf914b69b88bee256a6483146efe2b974c1d63 (patch) | |
| tree | a70f17baf37754c235dfe784ea8f8f374956b0f4 /include/uapi/linux | |
| parent | 2b287b3c3aaaf2c0ec75f4f33957e7a09dc24ea1 (diff) | |
msm: mdss: Move assertive display calculation to vsync
Assertive display calculations should be done every vsync to ensure
that the strength and backlight values are up to date. DSI command mode
panels are not supported currently.
Change-Id: If615ed1b48a496f39bf6780ea936d9bc31275415
Signed-off-by: Carl Vanderlip <carlv@codeaurora.org>
Diffstat (limited to 'include/uapi/linux')
| -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 9d87f4fc9a4d..b99f38462acf 100644 --- a/include/uapi/linux/msm_mdp.h +++ b/include/uapi/linux/msm_mdp.h @@ -603,6 +603,7 @@ struct mdss_ad_cfg { uint16_t calib[4]; uint8_t strength_limit; uint8_t t_filter_recursion; + uint16_t stab_itr; }; /* ops uses standard MDP_PP_* flags */ |
