Re: [PATCH v4 2/3] drm/probe-helper: Check epoch counter in output_poll_execute()

2021-01-20 Thread Daniel Vetter
On Wed, Jan 20, 2021 at 6:10 PM Noralf Trønnes wrote: > > drm_helper_hpd_irq_event() checks the epoch counter to determine > connector status change. This was introduced in > commit 5186421cbfe2 ("drm: Introduce epoch counter to drm_connector"). > Do the same for output_poll_execute() so it can de

[PATCH v4 2/3] drm/probe-helper: Check epoch counter in output_poll_execute()

2021-01-20 Thread Noralf Trønnes
drm_helper_hpd_irq_event() checks the epoch counter to determine connector status change. This was introduced in commit 5186421cbfe2 ("drm: Introduce epoch counter to drm_connector"). Do the same for output_poll_execute() so it can detect other changes beside connection status value changes. Signe