mbox series

[0/2] drm: zynqmp_dp: Use scope-based mutex helpers

Message ID 20250206194117.1496245-1-sean.anderson@linux.dev (mailing list archive)
Headers show
Series drm: zynqmp_dp: Use scope-based mutex helpers | expand

Message

Sean Anderson Feb. 6, 2025, 7:41 p.m. UTC
Fix a mutex bug and convert most of the explicit mutex_(un)locks to
guards.


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 | 151 ++++++++++++-------------------
 1 file changed, 58 insertions(+), 93 deletions(-)