devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/3] Add support for errors recovery in the TI SN65DSI83 bridge driver
@ 2025-01-08 10:18 Herve Codina
  2025-01-08 10:19 ` [PATCH v3 1/3] dt-bindings: display: bridge: sn65dsi83: Add interrupt Herve Codina
                   ` (2 more replies)
  0 siblings, 3 replies; 22+ messages in thread
From: Herve Codina @ 2025-01-08 10:18 UTC (permalink / raw)
  To: Andrzej Hajda, Neil Armstrong, Robert Foss, Laurent Pinchart,
	Jonas Karlman, Jernej Skrabec, David Airlie, Simona Vetter,
	Maarten Lankhorst, Maxime Ripard, Thomas Zimmermann, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, Marek Vasut
  Cc: dri-devel, devicetree, linux-kernel, Louis Chauvet, Luca Ceresoli,
	Thomas Petazzoni, Herve Codina

Hi,

Usually the TI SN65DSI83 recovers from error by itself but during ESD
tests, we have some cases where the TI SN65DSI83 didn't recover.

In order to handle those cases, this series adds support for a recovery
mechanism.

Compare to the previous iteration, this v3 series:
  - move reset_pipe() from the VC4 HDMI driver to an new atomic helper
  - Use this new helper

Best regards,
Hervé Codina

Changes v2 -> v3
  v2: https://lore.kernel.org/lkml/20241217143216.658461-1-herve.codina@bootlin.com/

  - Patch 1:
    No changes

  - Patch 2 (new in v3)
    Move reset_pipe() from VC4 HDMI driver to a new atomic helper

  - Patch 3
    Use the new drm_atomic_helper_reset_pipe()

  Patch removed in v3
    - Patch 2 in v2
      No more needed

Changes v1 -> v2
  v1: https://lore.kernel.org/lkml/20241024095539.1637280-1-herve.codina@bootlin.com/

  - Patch 1:
    Add 'Reviewed-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>'
    Add 'Acked-by: Conor Dooley <conor.dooley@microchip.com>'

  - Patch 2 (new patch in v2)
    Introduce drm_atomic_helper_disable_connector()

  - Patch 3 (patch 2 in v1)
    Reset the output path instead of the full pipeline.
    Update and add more information related to the bridge in commit log.

Herve Codina (3):
  dt-bindings: display: bridge: sn65dsi83: Add interrupt
  drm/vc4: Move reset_pipe() to an atomic helper
  drm: bridge: ti-sn65dsi83: Add error recovery mechanism

 .../bindings/display/bridge/ti,sn65dsi83.yaml |   3 +
 drivers/gpu/drm/bridge/ti-sn65dsi83.c         | 147 ++++++++++++++++++
 drivers/gpu/drm/drm_atomic_helper.c           |  41 +++++
 drivers/gpu/drm/vc4/vc4_hdmi.c                |  30 +---
 include/drm/drm_atomic_helper.h               |   2 +
 5 files changed, 194 insertions(+), 29 deletions(-)

-- 
2.47.1


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

end of thread, other threads:[~2025-02-20 12:45 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-08 10:18 [PATCH v3 0/3] Add support for errors recovery in the TI SN65DSI83 bridge driver Herve Codina
2025-01-08 10:19 ` [PATCH v3 1/3] dt-bindings: display: bridge: sn65dsi83: Add interrupt Herve Codina
2025-01-08 10:19 ` [PATCH v3 2/3] drm/vc4: Move reset_pipe() to an atomic helper Herve Codina
2025-01-14  7:34   ` Maxime Ripard
2025-01-08 10:19 ` [PATCH v3 3/3] drm: bridge: ti-sn65dsi83: Add error recovery mechanism Herve Codina
2025-01-08 10:54   ` Alexander Stein
2025-01-08 17:44     ` Herve Codina
2025-01-09 10:38       ` Herve Codina
2025-01-09 10:44         ` Alexander Stein
2025-01-09 10:49       ` Alexander Stein
2025-01-09 11:18         ` Herve Codina
2025-01-14  7:40   ` Maxime Ripard
2025-01-14 12:54     ` Herve Codina
2025-01-15 15:41       ` Herve Codina
2025-01-16  8:38       ` Maxime Ripard
2025-01-17  8:12         ` Herve Codina
2025-02-04 15:17           ` Maxime Ripard
2025-02-04 15:34             ` Herve Codina
2025-02-04 17:11               ` Maxime Ripard
2025-02-04 18:52                 ` Herve Codina
2025-02-19  9:07                   ` Maxime Ripard
2025-02-20 12:45                     ` Herve Codina

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).