[PATCH 2/3] drm/omap: fix enabling/disabling of video pipeline

2014-04-03 Thread Tomi Valkeinen
On 03/04/14 17:58, Rob Clark wrote: > On Thu, Apr 3, 2014 at 9:45 AM, Tomi Valkeinen > wrote: >> At the moment the omap_crtc_pre_apply() handles the enabling, disabling >> and configuring of encoders and panels separately from the CRTC (i.e. >> the overlay manager). >> >> However, this doesn't wo

[PATCH 2/3] drm/omap: fix enabling/disabling of video pipeline

2014-04-03 Thread Tomi Valkeinen
At the moment the omap_crtc_pre_apply() handles the enabling, disabling and configuring of encoders and panels separately from the CRTC (i.e. the overlay manager). However, this doesn't work correctly. The encoder driver has to be in control of its video input (i.e. the crtc) for correct operation

[PATCH 2/3] drm/omap: fix enabling/disabling of video pipeline

2014-04-03 Thread Rob Clark
On Thu, Apr 3, 2014 at 9:45 AM, Tomi Valkeinen wrote: > At the moment the omap_crtc_pre_apply() handles the enabling, disabling > and configuring of encoders and panels separately from the CRTC (i.e. > the overlay manager). > > However, this doesn't work correctly. The encoder driver has to be in