[PATCH v2] drm: drm_probe_helper: Fix output_poll_work scheduling

2016-12-19 Thread Peter Ujfalusi
On 12/19/2016 11:54 AM, Jani Nikula wrote: > On Wed, 31 Aug 2016, Daniel Vetter wrote: >> On Wed, Aug 31, 2016 at 02:09:05PM +0300, Peter Ujfalusi wrote: >>> drm_kms_helper_poll_enable_locked() should check if we have delayed event >>> pending and if we have, schedule the work to run without delay

[PATCH v2] drm: drm_probe_helper: Fix output_poll_work scheduling

2016-12-19 Thread Jani Nikula
On Wed, 31 Aug 2016, Daniel Vetter wrote: > On Wed, Aug 31, 2016 at 02:09:05PM +0300, Peter Ujfalusi wrote: >> drm_kms_helper_poll_enable_locked() should check if we have delayed event >> pending and if we have, schedule the work to run without delay. >> >> Currently the output_poll_work is only

[PATCH v2] drm: drm_probe_helper: Fix output_poll_work scheduling

2016-08-31 Thread Peter Ujfalusi
drm_kms_helper_poll_enable_locked() should check if we have delayed event pending and if we have, schedule the work to run without delay. Currently the output_poll_work is only scheduled if any of the connectors have DRM_CONNECTOR_POLL_CONNECT or DRM_CONNECTOR_POLL_DISCONNECT with DRM_OUTPUT_POLL_

[PATCH v2] drm: drm_probe_helper: Fix output_poll_work scheduling

2016-08-31 Thread Daniel Vetter
On Wed, Aug 31, 2016 at 02:09:05PM +0300, Peter Ujfalusi wrote: > drm_kms_helper_poll_enable_locked() should check if we have delayed event > pending and if we have, schedule the work to run without delay. > > Currently the output_poll_work is only scheduled if any of the connectors > have DRM_CON