Loading drivers/video/msm/mdss/mdss_dsi.c +4 −4 Original line number Original line Diff line number Diff line Loading @@ -1850,12 +1850,12 @@ int dsi_panel_device_register(struct device_node *pan_node, } } if (pinfo->pdest == DISPLAY_1) { if (pinfo->pdest == DISPLAY_1) { mdss_debug_register_base("dsi0", mdss_debug_register_io("dsi0_ctrl", &ctrl_pdata->ctrl_io); ctrl_pdata->ctrl_base, ctrl_pdata->reg_size); mdss_debug_register_io("dsi0_phy", &ctrl_pdata->phy_io); ctrl_pdata->ndx = 0; ctrl_pdata->ndx = 0; } else { } else { mdss_debug_register_base("dsi1", mdss_debug_register_io("dsi1_ctrl", &ctrl_pdata->ctrl_io); ctrl_pdata->ctrl_base, ctrl_pdata->reg_size); mdss_debug_register_io("dsi1_phy", &ctrl_pdata->phy_io); ctrl_pdata->ndx = 1; ctrl_pdata->ndx = 1; } } Loading Loading
drivers/video/msm/mdss/mdss_dsi.c +4 −4 Original line number Original line Diff line number Diff line Loading @@ -1850,12 +1850,12 @@ int dsi_panel_device_register(struct device_node *pan_node, } } if (pinfo->pdest == DISPLAY_1) { if (pinfo->pdest == DISPLAY_1) { mdss_debug_register_base("dsi0", mdss_debug_register_io("dsi0_ctrl", &ctrl_pdata->ctrl_io); ctrl_pdata->ctrl_base, ctrl_pdata->reg_size); mdss_debug_register_io("dsi0_phy", &ctrl_pdata->phy_io); ctrl_pdata->ndx = 0; ctrl_pdata->ndx = 0; } else { } else { mdss_debug_register_base("dsi1", mdss_debug_register_io("dsi1_ctrl", &ctrl_pdata->ctrl_io); ctrl_pdata->ctrl_base, ctrl_pdata->reg_size); mdss_debug_register_io("dsi1_phy", &ctrl_pdata->phy_io); ctrl_pdata->ndx = 1; ctrl_pdata->ndx = 1; } } Loading