Re: [PATCH v2 2/7] drm/probe-helper: enable and disable HPD on connectors

2022-10-26 Thread Tomi Valkeinen
On 24/10/2022 18:39, Dmitry Baryshkov wrote: Intruct two drm_connector_helper_funcs: enable_hpd() and disable_hpd(). "Introduce"? They are called by drm_kms_helper_poll_enable() and drm_kms_helper_poll_disable() (and thus drm_kms_helper_poll_init() and drm_kms_helper_poll_fini()) respectively

[PATCH v2 2/7] drm/probe-helper: enable and disable HPD on connectors

2022-10-24 Thread Dmitry Baryshkov
Intruct two drm_connector_helper_funcs: enable_hpd() and disable_hpd(). They are called by drm_kms_helper_poll_enable() and drm_kms_helper_poll_disable() (and thus drm_kms_helper_poll_init() and drm_kms_helper_poll_fini()) respectively. This allows drivers to rely on drm_kms_helper_poll for enabli