Loading drivers/gpu/drm/msm/dsi-staging/dsi_ctrl.c +2 −2 Original line number Diff line number Diff line Loading @@ -1496,7 +1496,7 @@ static int dsi_message_rx(struct dsi_ctrl *dsi_ctrl, cmd = buff[0]; switch (cmd) { case MIPI_DSI_RX_ACKNOWLEDGE_AND_ERROR_REPORT: pr_err("Rx ACK_ERROR\n"); pr_err("Rx ACK_ERROR 0x%x\n", cmd); rc = 0; break; case MIPI_DSI_RX_GENERIC_SHORT_READ_RESPONSE_1BYTE: Loading @@ -1512,7 +1512,7 @@ static int dsi_message_rx(struct dsi_ctrl *dsi_ctrl, rc = dsi_parse_long_read_resp(msg, buff); break; default: pr_warn("Invalid response\n"); pr_warn("Invalid response: 0x%x\n", cmd); rc = 0; } Loading drivers/gpu/drm/msm/dsi-staging/dsi_display.c +4 −1 Original line number Diff line number Diff line Loading @@ -577,9 +577,12 @@ static bool dsi_display_validate_reg_read(struct dsi_panel *panel) for (j = 0; j < config->groups; ++j) { for (i = 0; i < len; ++i) { if (config->return_buf[i] != config->status_value[group + i]) config->status_value[group + i]) { DRM_ERROR("mismatch: 0x%x\n", config->return_buf[i]); break; } } if (i == len) return true; Loading Loading
drivers/gpu/drm/msm/dsi-staging/dsi_ctrl.c +2 −2 Original line number Diff line number Diff line Loading @@ -1496,7 +1496,7 @@ static int dsi_message_rx(struct dsi_ctrl *dsi_ctrl, cmd = buff[0]; switch (cmd) { case MIPI_DSI_RX_ACKNOWLEDGE_AND_ERROR_REPORT: pr_err("Rx ACK_ERROR\n"); pr_err("Rx ACK_ERROR 0x%x\n", cmd); rc = 0; break; case MIPI_DSI_RX_GENERIC_SHORT_READ_RESPONSE_1BYTE: Loading @@ -1512,7 +1512,7 @@ static int dsi_message_rx(struct dsi_ctrl *dsi_ctrl, rc = dsi_parse_long_read_resp(msg, buff); break; default: pr_warn("Invalid response\n"); pr_warn("Invalid response: 0x%x\n", cmd); rc = 0; } Loading
drivers/gpu/drm/msm/dsi-staging/dsi_display.c +4 −1 Original line number Diff line number Diff line Loading @@ -577,9 +577,12 @@ static bool dsi_display_validate_reg_read(struct dsi_panel *panel) for (j = 0; j < config->groups; ++j) { for (i = 0; i < len; ++i) { if (config->return_buf[i] != config->status_value[group + i]) config->status_value[group + i]) { DRM_ERROR("mismatch: 0x%x\n", config->return_buf[i]); break; } } if (i == len) return true; Loading