commit | d1fa72d0a6e70057f6aa0d0f6187e4a49e261fa8 | [log] [tgz] |
---|---|---|
author | Gustavo Padovan <gustavo.padovan@collabora.co.uk> | Wed Aug 05 20:24:15 2015 -0300 |
committer | Inki Dae <inki.dae@samsung.com> | Sun Aug 16 10:23:36 2015 +0900 |
tree | 24e4613b1672cbe70cf17703ed1b40bb6b7158b4 | |
parent | a090f45ff0acae51aa0363a72e5c3b47332af9f9 [diff] |
drm/exynos: simplify calculation of possible CRTCs All CRTCs can only be LCD, HDMI or VIDI, so basically all CRTCs will be a possible CRTCs. This patch removes an extra function with switch that was only checking if the CRTC type was one of those three above. Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk> Signed-off-by: Inki Dae <inki.dae@samsung.com>