All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFT PATCH v2 1/3] drm/bridge: tc358762: Set pre_enable_prev_first
@ 2023-01-31 22:18 ` Douglas Anderson
  0 siblings, 0 replies; 36+ messages in thread
From: Douglas Anderson @ 2023-01-31 22:18 UTC (permalink / raw)
  To: dri-devel, Rob Clark, Abhinav Kumar, Dmitry Baryshkov
  Cc: freedreno, Jernej Skrabec, Jonas Karlman, linux-arm-msm,
	Neil Armstrong, Douglas Anderson, Robert Foss, Stephen Boyd,
	Vinod Koul, Laurent Pinchart, Andrzej Hajda, Dave Stevenson,
	Sean Paul, linux-kernel

Set the "pre_enable_prev_first" as provided by commit 4fb912e5e190
("drm/bridge: Introduce pre_enable_prev_first to alter bridge init
order"). This should allow us to revert commit ec7981e6c614
("drm/msm/dsi: don't powerup at modeset time for parade-ps8640") and
commit 7d8e9a90509f ("drm/msm/dsi: move DSI host powerup to modeset
time").

Cc: Dave Stevenson <dave.stevenson@raspberrypi.com>
Cc: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Cc: Abhinav Kumar <quic_abhinavk@quicinc.com>
Signed-off-by: Douglas Anderson <dianders@chromium.org>
---

(no changes since v1)

 drivers/gpu/drm/bridge/tc358762.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/gpu/drm/bridge/tc358762.c b/drivers/gpu/drm/bridge/tc358762.c
index 0b6a28436885..77f7f7f54757 100644
--- a/drivers/gpu/drm/bridge/tc358762.c
+++ b/drivers/gpu/drm/bridge/tc358762.c
@@ -229,6 +229,7 @@ static int tc358762_probe(struct mipi_dsi_device *dsi)
 	ctx->bridge.funcs = &tc358762_bridge_funcs;
 	ctx->bridge.type = DRM_MODE_CONNECTOR_DPI;
 	ctx->bridge.of_node = dev->of_node;
+	ctx->bridge.pre_enable_prev_first = true;
 
 	drm_bridge_add(&ctx->bridge);
 
-- 
2.39.1.456.gfc5497dd1b-goog


^ permalink raw reply related	[flat|nested] 36+ messages in thread

end of thread, other threads:[~2023-03-02 18:20 UTC | newest]

Thread overview: 36+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-31 22:18 [RFT PATCH v2 1/3] drm/bridge: tc358762: Set pre_enable_prev_first Douglas Anderson
2023-01-31 22:18 ` Douglas Anderson
2023-01-31 22:18 ` [RFT PATCH v2 2/3] drm/msm/dsi: Stop unconditionally powering up DSI hosts at modeset Douglas Anderson
2023-01-31 22:18   ` Douglas Anderson
2023-01-31 23:32   ` Abhinav Kumar
2023-01-31 23:32     ` Abhinav Kumar
2023-02-01 14:33     ` Doug Anderson
2023-02-01 14:33       ` Doug Anderson
2023-02-02 20:10       ` Abhinav Kumar
2023-02-02 20:10         ` Abhinav Kumar
2023-02-28  1:25   ` Dmitry Baryshkov
2023-02-28  1:25     ` Dmitry Baryshkov
2023-01-31 22:18 ` [RFT PATCH v2 3/3] drm/msm/dsi: More properly handle errors in regards to dsi_mgr_bridge_power_on() Douglas Anderson
2023-01-31 22:18   ` Douglas Anderson
2023-02-02 22:36   ` [Freedreno] " Abhinav Kumar
2023-02-02 22:36     ` Abhinav Kumar
2023-02-02 22:46     ` Doug Anderson
2023-02-02 22:46       ` Doug Anderson
2023-02-14  2:02       ` Abhinav Kumar
2023-02-14  2:02         ` Abhinav Kumar
2023-02-14 15:24         ` Doug Anderson
2023-02-14 15:24           ` Doug Anderson
2023-02-28  1:25   ` Dmitry Baryshkov
2023-02-28  1:25     ` Dmitry Baryshkov
2023-02-01  9:51 ` [RFT PATCH v2 1/3] drm/bridge: tc358762: Set pre_enable_prev_first Dave Stevenson
2023-02-01  9:51   ` Dave Stevenson
2023-02-28  0:26   ` Doug Anderson
2023-02-28  0:26     ` Doug Anderson
2023-02-28  1:24     ` Dmitry Baryshkov
2023-02-28  1:24       ` Dmitry Baryshkov
2023-03-02 17:25       ` Doug Anderson
2023-03-02 17:25         ` Doug Anderson
2023-03-02 18:19         ` Dmitry Baryshkov
2023-03-02 18:19           ` Dmitry Baryshkov
2023-02-28  1:25 ` Dmitry Baryshkov
2023-02-28  1:25   ` Dmitry Baryshkov

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.