All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] Fix Rockchip MIPI DSI display init timeouts
@ 2021-09-27 17:59 ` Brian Norris
  0 siblings, 0 replies; 19+ messages in thread
From: Brian Norris @ 2021-09-27 17:59 UTC (permalink / raw)
  To: Heiko Stübner
  Cc: Thomas Hebb, dri-devel, Chen-Yu Tsai, linux-rockchip,
	Sandy Huang, linux-kernel, Brian Norris, aleksandr.o.makarov

The Rockchip DSI driver has had a number of bugs over time and has
usually only worked by chance. A number of users have noticed that
things regressed with commit 43c2de1002d2 ("drm/rockchip: dsi: move all
lane config except LCDC mux to bind()"), although it was fixing several
real issues of its own that had been present forever in the upstream
driver (but notably, not in the downstream/BSP driver).

Patch 1 is the most important fix here. See its description for more
info.

While I'm at it, fix a few error handling and cleanup issues too.

Changes in v2:
- Clean up pm-runtime state in error cases.
- Correct git hash for Fixes.

Brian Norris (3):
  drm/rockchip: dsi: Hold pm-runtime across bind/unbind
  drm/rockchip: dsi: Fix unbalanced clock on probe error
  drm/rockchip: dsi: Disable PLL clock on bind error

 .../gpu/drm/rockchip/dw-mipi-dsi-rockchip.c   | 45 +++++++++----------
 1 file changed, 22 insertions(+), 23 deletions(-)

-- 
2.33.0.685.g46640cef36-goog


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

end of thread, other threads:[~2021-09-28 21:11 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-27 17:59 [PATCH v2 0/3] Fix Rockchip MIPI DSI display init timeouts Brian Norris
2021-09-27 17:59 ` Brian Norris
2021-09-27 17:59 ` [PATCH v2 1/3] drm/rockchip: dsi: Hold pm-runtime across bind/unbind Brian Norris
2021-09-27 17:59   ` Brian Norris
2021-09-27 19:07   ` Tom Hebb
2021-09-27 19:17   ` Tom Hebb
2021-09-27 19:17     ` Tom Hebb
2021-09-27 19:57     ` Brian Norris
2021-09-27 19:57       ` Brian Norris
2021-09-27 22:53   ` Brian Norris
2021-09-27 22:53     ` Brian Norris
2021-09-27 17:59 ` [PATCH v2 2/3] drm/rockchip: dsi: Fix unbalanced clock on probe error Brian Norris
2021-09-27 17:59   ` Brian Norris
2021-09-27 17:59 ` [PATCH v2 3/3] drm/rockchip: dsi: Disable PLL clock on bind error Brian Norris
2021-09-27 17:59   ` Brian Norris
2021-09-28  4:16   ` Chen-Yu Tsai
2021-09-28  4:16     ` Chen-Yu Tsai
2021-09-28 21:11     ` Brian Norris
2021-09-28 21:11       ` Brian Norris

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.