From e9548a791b1727d4fa5676b5fac7fd875ce47e46 Mon Sep 17 00:00:00 2001 From: Samantha Tran Date: Tue, 25 Jun 2019 10:45:40 -0700 Subject: [PATCH] disp: msm: dsi: increase mode max allowed This change updates the DSI_MODE_MAX macro from 5 to 32. Change-Id: Ic5ef1005bec525248315daab71bae9ac591ee149 Signed-off-by: Samantha Tran --- msm/dsi/dsi_panel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/msm/dsi/dsi_panel.h b/msm/dsi/dsi_panel.h index f9ad4c257f..763af1fbc6 100644 --- a/msm/dsi/dsi_panel.h +++ b/msm/dsi/dsi_panel.h @@ -26,7 +26,7 @@ #define MAX_SV_BL_SCALE_LEVEL 65535 #define DSI_CMD_PPS_SIZE 135 -#define DSI_MODE_MAX 5 +#define DSI_MODE_MAX 32 enum dsi_panel_rotation { DSI_PANEL_ROTATE_NONE = 0,