Skip to content
Commit 118b05f1 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 e2821387
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment