commit | 24ab1df3665e52eda64508a2bf7c2cc688285ccc | [log] [tgz] |
---|---|---|
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | Sat Aug 05 01:43:59 2017 +0300 |
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | Tue Aug 15 15:18:25 2017 +0300 |
tree | 9f9ca66eb0ff524cf41e66f5e3514638ffcbe886 | |
parent | 18daeb8e978241ca9fcf874a1c5ad9a628beddd7 [diff] |
drm: omapdrm: dss: Use supported outputs instead of display types The dss driver uses the supported display types to check whether the DSS has SDI, VENC or HDMI outputs. We can instead use the supported outputs the provide the same information. This removes the last use of the supported display types, that we can then remove as well. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>