drm/omap: Add dispc_mgr_get_supported_outputs()
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Wed, 4 Nov 2015 13:11:25 +0000 (15:11 +0200)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Thu, 3 Mar 2016 15:38:21 +0000 (17:38 +0200)
commit7b9cb5eeb4d0b1db63e198dfd02aadddaf245de4
tree48ad27068f691146269fb0806e91fae573a710c5
parentcaaecd9abe6c67a52fa6fd444d8dffb4ca3833c9
drm/omap: Add dispc_mgr_get_supported_outputs()

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 function.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/gpu/drm/omapdrm/dss/dispc.c
drivers/gpu/drm/omapdrm/dss/omapdss.h
drivers/gpu/drm/omapdrm/omap_crtc.c