public inbox for devicetree@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/2] [RFC] drm/tegra: dsi: remove tegra_output_probe use
@ 2026-03-05 16:10 Svyatoslav Ryhel
  2026-03-05 16:10 ` [PATCH v1 1/2] dt-bindings: display: tegra: document Tegra20 DSI port Svyatoslav Ryhel
  2026-03-05 16:10 ` [PATCH v1 2/2] [RFC] drm/tegra: dsi: remove tegra_output_probe use Svyatoslav Ryhel
  0 siblings, 2 replies; 5+ messages in thread
From: Svyatoslav Ryhel @ 2026-03-05 16:10 UTC (permalink / raw)
  To: Thierry Reding, Thierry Reding, Mikko Perttunen, David Airlie,
	Simona Vetter, Maarten Lankhorst, Maxime Ripard, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, Jonathan Hunter,
	Svyatoslav Ryhel
  Cc: dri-devel, devicetree, linux-tegra, linux-kernel

The tegra_output_probe() function parses DC, DSI, HDMI, and SOR nodes for
panel phandles, OF graph endpoints, EDID, HPD GPIOs, and DDC buses.
However, this function is redundant for DSI controllers that define the
panel as a child node.

Furthermore, it creates conflicts with modern dual-mode panel bindings
that use OF graph links to both DSI controllers. The function incorrectly
treats these links as standard panel links and attempts to resolve a panel
that should not be handled there. For example, this causes the Mi Pad
panel to fail initialization.

Testing shows that bypassing this function allows the Mi Pad to work
correctly while maintaining compatibility with other Tegra20 and Tegra114
DSI devices.

Svyatoslav Ryhel (2):
  dt-bindings: display: tegra: document Tegra20 DSI port
  [RFC] drm/tegra: dsi: remove tegra_output_probe use

 .../bindings/display/tegra/nvidia,tegra20-dsi.yaml          | 6 ++++++
 drivers/gpu/drm/tegra/dsi.c                                 | 4 ----
 2 files changed, 6 insertions(+), 4 deletions(-)

-- 
2.51.0


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

end of thread, other threads:[~2026-03-12 15:17 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-05 16:10 [PATCH v1 0/2] [RFC] drm/tegra: dsi: remove tegra_output_probe use Svyatoslav Ryhel
2026-03-05 16:10 ` [PATCH v1 1/2] dt-bindings: display: tegra: document Tegra20 DSI port Svyatoslav Ryhel
2026-03-12 14:57   ` Rob Herring
2026-03-12 15:17     ` Svyatoslav Ryhel
2026-03-05 16:10 ` [PATCH v1 2/2] [RFC] drm/tegra: dsi: remove tegra_output_probe use Svyatoslav Ryhel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox