commit | 7b9cb5eeb4d0b1db63e198dfd02aadddaf245de4 | [log] [tgz] |
---|---|---|
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | Wed Nov 04 15:11:25 2015 +0200 |
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | Thu Mar 03 17:38:21 2016 +0200 |
tree | 48ad27068f691146269fb0806e91fae573a710c5 | |
parent | caaecd9abe6c67a52fa6fd444d8dffb4ca3833c9 [diff] |
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>