Re: [RFC PATCH 3/6] drm/dp: Add is_hpd_asserted() callback to struct drm_dp_aux

2022-04-14 Thread Dmitry Baryshkov
On 09/04/2022 05:36, Douglas Anderson wrote: Sometimes it's useful for users of the DP AUX bus (like panels) to be able to poll HPD. Let's add a callback that allows DP AUX busses drivers to provide this. Suggested-by: Dmitry Baryshkov Signed-off-by: Douglas Anderson Reviewed-by: Dmitry Bary

[RFC PATCH 3/6] drm/dp: Add is_hpd_asserted() callback to struct drm_dp_aux

2022-04-08 Thread Douglas Anderson
Sometimes it's useful for users of the DP AUX bus (like panels) to be able to poll HPD. Let's add a callback that allows DP AUX busses drivers to provide this. Suggested-by: Dmitry Baryshkov Signed-off-by: Douglas Anderson --- include/drm/dp/drm_dp_helper.h | 14 ++ 1 file changed,