diff options
| author | Krishna Chaitanya Devarakonda <kdevarak@codeaurora.org> | 2015-06-04 12:46:15 +0530 |
|---|---|---|
| committer | David Keitel <dkeitel@codeaurora.org> | 2016-03-23 20:43:36 -0700 |
| commit | 39b46f5d7810648df36f573e6b897fd0ab4afe57 (patch) | |
| tree | e80c77c6a7e53b56267001cc4af07c5640d816cb /include/uapi/linux | |
| parent | 9ba615f5177e5ed1ada7dbd315d0d2ccf2f2f399 (diff) | |
msm: mdss: calculate rotator bw based on source fps
If the source FPS for the rotator is set, store it and
use it for calculating BW required by rotator.
Change-Id: I35801528930897447a039c4a4c950048e99d16d9
Signed-off-by: Krishna Chaitanya Devarakonda <kdevarak@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 d728fc4a5444..30c5ca6934bb 100644 --- a/include/uapi/linux/msm_mdp.h +++ b/include/uapi/linux/msm_mdp.h @@ -792,6 +792,7 @@ struct mdp_overlay { struct mdp_overlay_pp_params overlay_pp_cfg; struct mdp_scale_data scale; uint8_t color_space; + uint32_t frame_rate; }; struct msmfb_overlay_3d { |
