Browse Source

disp: msm: dsi: remove using static memory for roi commands

Partial update commands are using static memory. For dual dsi,
both dsi's can manipulate on same memory, if partial update is enabled
on both of them. Change removes the static configuration.

Change-Id: I0ca16324a27427d13deaa9d18e3ab4f47fe1cc21
Signed-off-by: Vara Reddy <[email protected]>
Vara Reddy 6 years ago
parent
commit
8915522efc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      msm/dsi/dsi_panel.c

+ 1 - 1
msm/dsi/dsi_panel.c

@@ -3854,7 +3854,7 @@ static int dsi_panel_roi_prepare_dcs_cmds(struct dsi_panel_cmd_set *set,
 	int rc = 0;
 	int rc = 0;
 
 
 	/* DTYPE_DCS_LWRITE */
 	/* DTYPE_DCS_LWRITE */
-	static char *caset, *paset;
+	char *caset, *paset;
 
 
 	set->cmds = NULL;
 	set->cmds = NULL;