On Sat, Mar 02, 2024 at 12:55:48PM +0300, Dmitry Baryshkov wrote:
> On Fri, 1 Mar 2024 at 18:22, Imre Deak wrote:
> >
> > If drm_kms_helper_poll=n the output poll work will only get scheduled
> > from drm_helper_probe_single_connector_modes() to handle a delayed
> > hotplug event. Since polling is
On Fri, 1 Mar 2024 at 18:22, Imre Deak wrote:
>
> If drm_kms_helper_poll=n the output poll work will only get scheduled
> from drm_helper_probe_single_connector_modes() to handle a delayed
> hotplug event. Since polling is disabled the work in this case should
> just call drm_kms_helper_hotplug_ev
If drm_kms_helper_poll=n the output poll work will only get scheduled
from drm_helper_probe_single_connector_modes() to handle a delayed
hotplug event. Since polling is disabled the work in this case should
just call drm_kms_helper_hotplug_event() w/o detecting the state of
connectors and reschedul