From 3a28acf18f5bfb8d2ac6f1d421d7691d55dd595a Mon Sep 17 00:00:00 2001 From: Kuogee Hsieh Date: Thu, 1 May 2014 16:02:48 -0700 Subject: 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 Signed-off-by: Siddhartha Agrawal Signed-off-by: Kuogee Hsieh --- include/uapi/linux/msm_mdp.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/uapi/linux') 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; }; /** -- cgit v1.2.3