On Thu, 20 Jul 2023 at 15:54, Imre Deak <imre.d...@intel.com> wrote: > > Add a helper to reschedule drm_mode_config::output_poll_work after > polling has been enabled for a connector (and needing a reschedule, > since previously polling was disabled for all connectors and hence > output_poll_work was not running). > > This is needed by the next patch fixing HPD polling on i915. > > Cc: Dmitry Baryshkov <dmitry.barysh...@linaro.org> > Cc: dri-devel@lists.freedesktop.org > Signed-off-by: Imre Deak <imre.d...@intel.com>
Reviewed-by: Dmitry Baryshkov <dmitry.barysh...@linaro.org> > --- > drivers/gpu/drm/drm_probe_helper.c | 68 ++++++++++++++++++++---------- > include/drm/drm_probe_helper.h | 1 + > 2 files changed, 47 insertions(+), 22 deletions(-) I support merging these patches through drm-intel rather than drm-misc. -- With best wishes Dmitry