On Tue, 14 Sep 2021 12:17:24 +0200, Maxime Ripard wrote:
The drm_helper_hpd_irq_event() documentation states that this function is "useful for drivers which can't or don't track hotplug interrupts for each connector." and that "Drivers which support hotplug interrupts for each connector individually and which have a more fine-grained detect logic should bypass this code and directly call drm_kms_helper_hotplug_event()". This is thus what we ended-up doing.
[...]
Applied to drm/drm-misc (drm-misc-next).
Thanks! Maxime