Loading drivers/video/msm/mdss/mdss_dsi_host.c +2 −2 Original line number Diff line number Diff line Loading @@ -90,6 +90,8 @@ void mdss_dsi_ctrl_init(struct mdss_dsi_ctrl_pdata *ctrl) ctrl->ndx = DSI_CTRL_1; } ctrl->panel_mode = ctrl->panel_data.panel_info.mipi.mode; ctrl_list[ctrl->ndx] = ctrl; /* keep it */ if (ctrl->shared_pdata.broadcast_enable) Loading Loading @@ -267,8 +269,6 @@ void mdss_dsi_host_init(struct mipi_panel_info *pinfo, pinfo->rgb_swap = DSI_RGB_SWAP_RGB; ctrl_pdata->panel_mode = pinfo->mode; if (pinfo->mode == DSI_VIDEO_MODE) { data = 0; if (pinfo->pulse_mode_hsa_he) Loading Loading
drivers/video/msm/mdss/mdss_dsi_host.c +2 −2 Original line number Diff line number Diff line Loading @@ -90,6 +90,8 @@ void mdss_dsi_ctrl_init(struct mdss_dsi_ctrl_pdata *ctrl) ctrl->ndx = DSI_CTRL_1; } ctrl->panel_mode = ctrl->panel_data.panel_info.mipi.mode; ctrl_list[ctrl->ndx] = ctrl; /* keep it */ if (ctrl->shared_pdata.broadcast_enable) Loading Loading @@ -267,8 +269,6 @@ void mdss_dsi_host_init(struct mipi_panel_info *pinfo, pinfo->rgb_swap = DSI_RGB_SWAP_RGB; ctrl_pdata->panel_mode = pinfo->mode; if (pinfo->mode == DSI_VIDEO_MODE) { data = 0; if (pinfo->pulse_mode_hsa_he) Loading