drm/exynos: simplify calculation of possible CRTCs
authorGustavo Padovan <gustavo.padovan@collabora.co.uk>
Wed, 5 Aug 2015 23:24:15 +0000 (20:24 -0300)
committerInki Dae <inki.dae@samsung.com>
Sun, 16 Aug 2015 01:23:36 +0000 (10:23 +0900)
commitd1fa72d0a6e70057f6aa0d0f6187e4a49e261fa8
tree24e4613b1672cbe70cf17703ed1b40bb6b7158b4
parenta090f45ff0acae51aa0363a72e5c3b47332af9f9
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>
drivers/gpu/drm/exynos/exynos_drm_encoder.c
This page took 0.026065 seconds and 5 git commands to generate.