linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] drm: zynqmp_dp: Use scope-based mutex helpers
@ 2025-02-07 16:25 Sean Anderson
  2025-02-07 16:25 ` [PATCH v2 1/2] drm: zynqmp_dp: Fix a deadlock in zynqmp_dp_ignore_hpd_set() Sean Anderson
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Sean Anderson @ 2025-02-07 16:25 UTC (permalink / raw)
  To: Laurent Pinchart, Tomi Valkeinen,
	open list:DRM DRIVERS FOR XILINX
  Cc: Maarten Lankhorst, David Airlie, Simona Vetter, Michal Simek,
	Maxime Ripard, open list, Thomas Zimmermann, Bart Van Assche,
	Dan Carpenter, moderated list:ARM/ZYNQ ARCHITECTURE,
	Sean Anderson

Fix a mutex bug and convert most of the explicit mutex_(un)locks to
guards.

Changes in v2:
- Convert some conditional return statements to returns of ternary
  expressions.
- Remove unnecessary whitespace change

Bart Van Assche (1):
  drm: zynqmp_dp: Fix a deadlock in zynqmp_dp_ignore_hpd_set()

Sean Anderson (1):
  drm: zynqmp_dp: Use scope-based mutex helpers

 drivers/gpu/drm/xlnx/zynqmp_dp.c | 147 +++++++++++--------------------
 1 file changed, 50 insertions(+), 97 deletions(-)

-- 
2.35.1.1320.gc452695387.dirty



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

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

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-07 16:25 [PATCH v2 0/2] drm: zynqmp_dp: Use scope-based mutex helpers Sean Anderson
2025-02-07 16:25 ` [PATCH v2 1/2] drm: zynqmp_dp: Fix a deadlock in zynqmp_dp_ignore_hpd_set() Sean Anderson
2025-02-07 16:33   ` Laurent Pinchart
2025-02-07 16:25 ` [PATCH v2 2/2] drm: zynqmp_dp: Use scope-based mutex helpers Sean Anderson
2025-02-07 16:44   ` Laurent Pinchart
2025-02-07 17:06     ` Sean Anderson
2025-02-12  8:01 ` [PATCH v2 0/2] " Tomi Valkeinen

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).