Merge "msm: mdss: remove timing db mode from DSI host init sequence"
This commit is contained in:
commit
e9f8ab7647
1 changed files with 0 additions and 4 deletions
|
@ -1343,8 +1343,6 @@ static void mdss_dsi_mode_setup(struct mdss_panel_data *pdata)
|
||||||
vsync_period = vspw + vbp + height + dummy_yres + vfp;
|
vsync_period = vspw + vbp + height + dummy_yres + vfp;
|
||||||
hsync_period = hspw + hbp + width + dummy_xres + hfp;
|
hsync_period = hspw + hbp + width + dummy_xres + hfp;
|
||||||
|
|
||||||
if (ctrl_pdata->timing_db_mode)
|
|
||||||
MIPI_OUTP((ctrl_pdata->ctrl_base) + 0x1e8, 0x1);
|
|
||||||
MIPI_OUTP((ctrl_pdata->ctrl_base) + 0x24,
|
MIPI_OUTP((ctrl_pdata->ctrl_base) + 0x24,
|
||||||
((hspw + hbp + width + dummy_xres) << 16 |
|
((hspw + hbp + width + dummy_xres) << 16 |
|
||||||
(hspw + hbp)));
|
(hspw + hbp)));
|
||||||
|
@ -1358,8 +1356,6 @@ static void mdss_dsi_mode_setup(struct mdss_panel_data *pdata)
|
||||||
MIPI_OUTP((ctrl_pdata->ctrl_base) + 0x30, (hspw << 16));
|
MIPI_OUTP((ctrl_pdata->ctrl_base) + 0x30, (hspw << 16));
|
||||||
MIPI_OUTP((ctrl_pdata->ctrl_base) + 0x34, 0);
|
MIPI_OUTP((ctrl_pdata->ctrl_base) + 0x34, 0);
|
||||||
MIPI_OUTP((ctrl_pdata->ctrl_base) + 0x38, (vspw << 16));
|
MIPI_OUTP((ctrl_pdata->ctrl_base) + 0x38, (vspw << 16));
|
||||||
if (ctrl_pdata->timing_db_mode)
|
|
||||||
MIPI_OUTP((ctrl_pdata->ctrl_base) + 0x1e4, 0x1);
|
|
||||||
} else { /* command mode */
|
} else { /* command mode */
|
||||||
if (mipi->dst_format == DSI_CMD_DST_FORMAT_RGB888)
|
if (mipi->dst_format == DSI_CMD_DST_FORMAT_RGB888)
|
||||||
bpp = 3;
|
bpp = 3;
|
||||||
|
|
Loading…
Add table
Reference in a new issue