All of lore.kernel.org
 help / color / mirror / Atom feed
* DSI Bridge switching
@ 2021-10-08 11:14 Jagan Teki
  2021-10-08 13:27 ` Andrzej Hajda
  0 siblings, 1 reply; 16+ messages in thread
From: Jagan Teki @ 2021-10-08 11:14 UTC (permalink / raw)
  To: Andrzej Hajda, Neil Armstrong, Robert Foss, Laurent Pinchart,
	Maxime Ripard
  Cc: dri-devel

Hi,

I think this seems to be a known use case for industrial these days with i.mx8m.

The host DSI would configure with two bridges one for DSI to LVDS
(SN65DSI83) and another for DSI to HDMI Out (ADV7535). Technically we
can use only one bridge at a time as host DSI support single out port.
So we can have two separate device tree files for LVDS and HDMI and
load them static.

But, one of the use cases is to support both of them in single dts, and
- Turn On LVDS (default)
- Turn Off LVDS then Turn On HDMI when cable plug-in.

The HDMI event can be detected via some HDMI-INT GPIO on-board design.

The possible solution, I'm thinking of adding LVDS on port 1, HDMI on
port 2 in the DSI host node, and trying to attach the respective
bridge based on HDMI-INT like repeating the bridge attachment cycle
based on the HDMI-INT.

Can it be possible to do bridge attachment at runtime? something like
a bridge hotplug event? or any other possible solutions?

Any suggestions?

Thanks,
Jagan.

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

end of thread, other threads:[~2022-05-13 10:17 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-08 11:14 DSI Bridge switching Jagan Teki
2021-10-08 13:27 ` Andrzej Hajda
2021-10-08 13:37   ` Laurent Pinchart
2021-10-08 16:01     ` Dave Stevenson
2021-10-10 19:21       ` Jagan Teki
2021-10-12  7:38         ` Jagan Teki
2021-10-14 13:15     ` Jagan Teki
2022-03-09 19:10       ` Jagan Teki
2022-03-10  0:45         ` Adam Ford
2022-03-10 10:35           ` Maxime Ripard
2022-03-29 14:09             ` Jagan Teki
2022-03-30  8:50               ` Maxime Ripard
2022-03-30  9:28                 ` Jagan Teki
2022-05-13 10:17             ` Jagan Teki
2022-03-10 10:59           ` Jagan Teki
2021-10-10 19:16   ` Jagan Teki

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.