On Tue, 14 Sep 2021 12:17:23 +0200, Maxime Ripard wrote:
The drm_helper_hpd_irq_event() function is iterating over all the connectors when an hotplug event is detected.
During that iteration, it will call each connector detect function and figure out if its status changed.
Finally, if any connector changed, it will notify the user-space and the clients that something changed on the DRM device.
[...]
Applied to drm/drm-misc (drm-misc-next).
Thanks! Maxime