[PATCH 17/42] drm/omap: Add dispc_mgr_get_supported_outputs()

2016-03-07 Thread Tomi Valkeinen
On 07/03/16 10:47, Laurent Pinchart wrote: > Hi Tomi, > > Thank you for the patch. > > On Monday 22 February 2016 19:10:23 Tomi Valkeinen wrote: >> We are removing the use of the 'struct omap_overlay_manager' from >> omapdrm, and one part of that is removing the use of >> mgr->supported_outputs

[PATCH 17/42] drm/omap: Add dispc_mgr_get_supported_outputs()

2016-03-07 Thread Laurent Pinchart
Hi Tomi, Thank you for the patch. On Monday 22 February 2016 19:10:23 Tomi Valkeinen wrote: > We are removing the use of the 'struct omap_overlay_manager' from > omapdrm, and one part of that is removing the use of > mgr->supported_outputs field. > > This patch adds dispc_mgr_get_supported_outpu

[PATCH 17/42] drm/omap: Add dispc_mgr_get_supported_outputs()

2016-02-22 Thread Tomi Valkeinen
We are removing the use of the 'struct omap_overlay_manager' from omapdrm, and one part of that is removing the use of mgr->supported_outputs field. This patch adds dispc_mgr_get_supported_outputs() function which can be used instead of mgr->supported_outputs. omap_crtc.c is changed to use the new