Skip to content

Commit d8eb00b

Browse files
sebastian-desuperna9999
authored andcommitted
drm/panel: kingdisplay-kd097d04: Disable EoTp
Since commit d97e71e ("drm/bridge: synopsys: dw-mipi-dsi: enable EoTp by default") panel output on an Acer Chromebook Tab 10 (google-dru) is corrupted. The tablet I use is equipped with a kingdisplay-kd097d04 panel, disabling EoTp restores the correct functionality. Fixes: 2a994cb ("drm/panel: Add Kingdisplay KD097D04 panel driver") Suggested-by: Jens Reidel <[email protected]> Signed-off-by: Sebastian Fleer <[email protected]> Reviewed-by: Neil Armstrong <[email protected]> Signed-off-by: Neil Armstrong <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 056d76f commit d8eb00b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpu/drm/panel/panel-kingdisplay-kd097d04.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ static int kingdisplay_panel_probe(struct mipi_dsi_device *dsi)
359359
dsi->lanes = 4;
360360
dsi->format = MIPI_DSI_FMT_RGB888;
361361
dsi->mode_flags = MIPI_DSI_MODE_VIDEO | MIPI_DSI_MODE_VIDEO_BURST |
362-
MIPI_DSI_MODE_LPM;
362+
MIPI_DSI_MODE_LPM | MIPI_DSI_MODE_NO_EOT_PACKET;
363363

364364
kingdisplay = devm_drm_panel_alloc(&dsi->dev, __typeof(*kingdisplay), base,
365365
&kingdisplay_panel_funcs,

0 commit comments

Comments
 (0)