Skip to content

Commit

Permalink
drm/bridge: tc358775: Add burst and low-power modes
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Tony Lindgren authored and Robert Foss committed Apr 23, 2024
1 parent 0051027 commit a4ed72e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion drivers/gpu/drm/bridge/tc358775.c
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +617,8 @@ static int tc_attach_host(struct tc_data *tc)

dsi->lanes = tc->num_dsi_lanes;
dsi->format = MIPI_DSI_FMT_RGB888;
dsi->mode_flags = MIPI_DSI_MODE_VIDEO;
dsi->mode_flags = MIPI_DSI_MODE_VIDEO | MIPI_DSI_MODE_VIDEO_BURST |
MIPI_DSI_MODE_LPM;

ret = devm_mipi_dsi_attach(dev, dsi);
if (ret < 0) {
Expand Down

0 comments on commit a4ed72e

Please sign in to comment.