[PATCH 1/4] drm/omap: fix output enable/disable sequence

2014-04-02 Thread Tomi Valkeinen
At the moment it's quite easy to get the following errors when the HDMI output is enabled or disabled: [drm:omap_crtc_error_irq] *ERROR* tv: errors: 8000 The reason for the errors is that the omapdrm driver doesn't properly handle the sync-lost irqs that happen when enabling the DIGIT crtc, w

[PATCH 1/4] drm/omap: fix output enable/disable sequence

2014-04-02 Thread Rob Clark
On Wed, Apr 2, 2014 at 8:37 AM, Tomi Valkeinen wrote: > At the moment it's quite easy to get the following errors when the HDMI > output is enabled or disabled: > > [drm:omap_crtc_error_irq] *ERROR* tv: errors: 8000 > > The reason for the errors is that the omapdrm driver doesn't properly > ha