[PATCH 18/42] drm/omap: remove crtc->mgr field

2016-03-07 Thread Tomi Valkeinen
On 07/03/16 10:52, Laurent Pinchart wrote: > Hi Tomi, > > Thank you for the patch. > > On Monday 22 February 2016 19:10:24 Tomi Valkeinen wrote: >> In order to remove uses of 'struct omap_overlay_manager' from omapdrm, >> this patch removes the crtc->mgr field. >> >> To accomplish that, a new st

[PATCH 18/42] drm/omap: remove crtc->mgr field

2016-03-07 Thread Laurent Pinchart
Hi Tomi, Thank you for the patch. On Monday 22 February 2016 19:10:24 Tomi Valkeinen wrote: > In order to remove uses of 'struct omap_overlay_manager' from omapdrm, > this patch removes the crtc->mgr field. > > To accomplish that, a new static array is added along the current > 'omap_crtcs' stat

[PATCH 18/42] drm/omap: remove crtc->mgr field

2016-02-22 Thread Tomi Valkeinen
In order to remove uses of 'struct omap_overlay_manager' from omapdrm, this patch removes the crtc->mgr field. To accomplish that, a new static array is added along the current 'omap_crtcs' static array, which is used to store the output device connected to a crtc. Optimally we'd use the struct o