Skip to content

Commit a4ed72e

Browse files
tmlindrobertfoss
authored andcommitted
drm/bridge: tc358775: Add burst and low-power modes
Burst and low-power modes are supported both for tc358765 and tc358775. Reviewed-by: Michael Walle <mwalle@kernel.org> Tested-by: Michael Walle <mwalle@kernel.org> Signed-off-by: Tony Lindgren <tony@atomide.com> Reviewed-by: Robert Foss <rfoss@kernel.org> Signed-off-by: Robert Foss <rfoss@kernel.org> Link: https://patchwork.freedesktop.org/patch/msgid/20240225062008.33191-8-tony@atomide.com
1 parent 0051027 commit a4ed72e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

drivers/gpu/drm/bridge/tc358775.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -617,7 +617,8 @@ static int tc_attach_host(struct tc_data *tc)
617617

618618
dsi->lanes = tc->num_dsi_lanes;
619619
dsi->format = MIPI_DSI_FMT_RGB888;
620-
dsi->mode_flags = MIPI_DSI_MODE_VIDEO;
620+
dsi->mode_flags = MIPI_DSI_MODE_VIDEO | MIPI_DSI_MODE_VIDEO_BURST |
621+
MIPI_DSI_MODE_LPM;
621622

622623
ret = devm_mipi_dsi_attach(dev, dsi);
623624
if (ret < 0) {

0 commit comments

Comments
 (0)