Re: [PATCH 2/3] drm/omap: displays: connector-hdmi: Support for hot plug detection

2017-05-24 Thread Peter Ujfalusi
On 2017-05-23 12:45, Laurent Pinchart wrote: > Hi Peter, > > Thank you for the patch. > > On Monday 15 May 2017 12:03:11 Peter Ujfalusi wrote: >> If the hpd_gpio is valid, use interrupt handler to react to HPD changes. >> In case the hpd_gpio is not valid, try to enable hpd detection on the >> en

Re: [PATCH 2/3] drm/omap: displays: connector-hdmi: Support for hot plug detection

2017-05-23 Thread Laurent Pinchart
Hi Peter, Thank you for the patch. On Monday 15 May 2017 12:03:11 Peter Ujfalusi wrote: > If the hpd_gpio is valid, use interrupt handler to react to HPD changes. > In case the hpd_gpio is not valid, try to enable hpd detection on the > encoder if it supports it. > > Signed-off-by: Peter Ujfalus

[PATCH 2/3] drm/omap: displays: connector-hdmi: Support for hot plug detection

2017-05-15 Thread Peter Ujfalusi
If the hpd_gpio is valid, use interrupt handler to react to HPD changes. In case the hpd_gpio is not valid, try to enable hpd detection on the encoder if it supports it. Signed-off-by: Peter Ujfalusi --- drivers/gpu/drm/omapdrm/displays/connector-hdmi.c | 104 ++ 1 file chang