Skip to content
Commit 12a3b2ba authored by Maxime Ripard's avatar Maxime Ripard Committed by Phil Elwell
Browse files

drm/probe: Fix drm_connector_helper_hpd_irq_event deadlock



drm_connector_helper_hpd_irq_event() calls
drm_kms_helper_hotplug_event() with the mode-setting lock taken while
it's supposed to be called without that lock taken.

This results in a lockdep warning, and a deadlock if we were to wake up
a TV through CEC (and possibly other cases).

Signed-off-by: default avatarMaxime Ripard <maxime@cerno.tech>
parent be2d65be
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment