diff options
| author | Kuogee Hsieh <khsieh@codeaurora.org> | 2014-05-01 16:02:48 -0700 |
|---|---|---|
| committer | David Keitel <dkeitel@codeaurora.org> | 2016-03-23 20:30:06 -0700 |
| commit | 3a28acf18f5bfb8d2ac6f1d421d7691d55dd595a (patch) | |
| tree | 262739944ea514196281992dd1882bf2d3fa3a11 /include/uapi/linux | |
| parent | 903eef82014c1a6988b5203878eb0af11c0d89d6 (diff) | |
mdss: display: add support of dual dsi partial update.
This patch adds l_roi and r_roi fields to display commit struct to
support partial update for dual DSI panels. Panel side
frame buffer's column, page address and DSI controller's
stream size are updated based on the ROI requested.
Change-Id: I70957c9ee1546448416441a8d0608fb00c3b92ca
Signed-off-by: Jeykumar Sankaran <jsanka@codeaurora.org>
Signed-off-by: Siddhartha Agrawal <agrawals@codeaurora.org>
Signed-off-by: Kuogee Hsieh <khsieh@codeaurora.org>
Diffstat (limited to 'include/uapi/linux')
| -rw-r--r-- | include/uapi/linux/msm_mdp.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/uapi/linux/msm_mdp.h b/include/uapi/linux/msm_mdp.h index 2075a285622a..8a289a3d9a54 100644 --- a/include/uapi/linux/msm_mdp.h +++ b/include/uapi/linux/msm_mdp.h @@ -1042,7 +1042,8 @@ struct mdp_display_commit { uint32_t flags; uint32_t wait_for_finish; struct fb_var_screeninfo var; - struct mdp_rect roi; + struct mdp_rect l_roi; + struct mdp_rect r_roi; }; /** |
