Loading drivers/gpu/drm/msm/dsi-staging/dsi_panel.c +3 −3 Original line number Diff line number Diff line /* * Copyright (c) 2016-2017, The Linux Foundation. All rights reserved. * Copyright (c) 2016-2018, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and Loading Loading @@ -3329,7 +3329,7 @@ static int dsi_panel_roi_prepare_dcs_cmds(struct dsi_panel_cmd_set *set, set->cmds[0].msg.rx_len = 0; set->cmds[0].msg.rx_buf = 0; set->cmds[0].last_command = 0; set->cmds[0].post_wait_ms = 1; set->cmds[0].post_wait_ms = 0; set->cmds[1].msg.channel = 0; set->cmds[1].msg.type = MIPI_DSI_DCS_LONG_WRITE; Loading @@ -3340,7 +3340,7 @@ static int dsi_panel_roi_prepare_dcs_cmds(struct dsi_panel_cmd_set *set, set->cmds[1].msg.rx_len = 0; set->cmds[1].msg.rx_buf = 0; set->cmds[1].last_command = 1; set->cmds[1].post_wait_ms = 1; set->cmds[1].post_wait_ms = 0; goto exit; Loading Loading
drivers/gpu/drm/msm/dsi-staging/dsi_panel.c +3 −3 Original line number Diff line number Diff line /* * Copyright (c) 2016-2017, The Linux Foundation. All rights reserved. * Copyright (c) 2016-2018, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and Loading Loading @@ -3329,7 +3329,7 @@ static int dsi_panel_roi_prepare_dcs_cmds(struct dsi_panel_cmd_set *set, set->cmds[0].msg.rx_len = 0; set->cmds[0].msg.rx_buf = 0; set->cmds[0].last_command = 0; set->cmds[0].post_wait_ms = 1; set->cmds[0].post_wait_ms = 0; set->cmds[1].msg.channel = 0; set->cmds[1].msg.type = MIPI_DSI_DCS_LONG_WRITE; Loading @@ -3340,7 +3340,7 @@ static int dsi_panel_roi_prepare_dcs_cmds(struct dsi_panel_cmd_set *set, set->cmds[1].msg.rx_len = 0; set->cmds[1].msg.rx_buf = 0; set->cmds[1].last_command = 1; set->cmds[1].post_wait_ms = 1; set->cmds[1].post_wait_ms = 0; goto exit; Loading