Re: (subset) [PATCH] drm/probe-helper: Cancel previous job before starting new one

2023-02-27 Thread Maxime Ripard
On Fri, 27 Jan 2023 16:40:52 +0100, Maxime Ripard wrote: > Currently we schedule a call to output_poll_execute from > drm_kms_helper_poll_enable for 10s in future. Later we try to replace > that in drm_helper_probe_single_connector_modes with a 0s schedule with > delayed_event set. > > But as ther

[PATCH] drm/probe-helper: Cancel previous job before starting new one

2023-01-27 Thread Maxime Ripard
From: Dom Cobley Currently we schedule a call to output_poll_execute from drm_kms_helper_poll_enable for 10s in future. Later we try to replace that in drm_helper_probe_single_connector_modes with a 0s schedule with delayed_event set. But as there is already a job in the queue this fails, and th