Re: [PATCH 16/21] drm/omap: Merge HPD enable operation with HPD callback registration

2018-06-11 Thread Sebastian Reichel
Hi, On Wed, Jun 06, 2018 at 12:36:45PM +0300, Laurent Pinchart wrote: > The omap_dss_device .enable_hpd() and .disable_hpd() are used to enable > and disable hot-plug detection at omapdrm probe and remove time. This is > required to avoid reporting hot-plug detection events before the DRM > infras

[PATCH 16/21] drm/omap: Merge HPD enable operation with HPD callback registration

2018-06-06 Thread Laurent Pinchart
The omap_dss_device .enable_hpd() and .disable_hpd() are used to enable and disable hot-plug detection at omapdrm probe and remove time. This is required to avoid reporting hot-plug detection events before the DRM infrastructure is ready to accept them, as that could result in crashes or other malf