OSDN Git Service

drm/exynos: use helper to set possible crtcs
authorAndrzej Hajda <a.hajda@samsung.com>
Thu, 24 Aug 2017 13:33:51 +0000 (15:33 +0200)
committerInki Dae <inki.dae@samsung.com>
Fri, 25 Aug 2017 02:26:10 +0000 (11:26 +0900)
commit1ca582f10e212e29165f087705460d9de96eb9f4
treeda8622fff857277b7d10425414b752de3e659fa7
parent30b8913fd3ebc89d8a261b0d75e7034c3460adb9
drm/exynos: use helper to set possible crtcs

All encoders share the same code to set encoders possible_crtcs field.
The patch creates helper to abstract out this code.

Signed-off-by: Andrzej Hajda <a.hajda@samsung.com>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
drivers/gpu/drm/exynos/exynos_dp.c
drivers/gpu/drm/exynos/exynos_drm_core.c
drivers/gpu/drm/exynos/exynos_drm_crtc.c
drivers/gpu/drm/exynos/exynos_drm_crtc.h
drivers/gpu/drm/exynos/exynos_drm_dpi.c
drivers/gpu/drm/exynos/exynos_drm_dsi.c
drivers/gpu/drm/exynos/exynos_drm_vidi.c
drivers/gpu/drm/exynos/exynos_hdmi.c