]> git.baikalelectronics.ru Git - kernel.git/commit
drm/exynos: set plane possible_crtcs in exynos_plane_init
authorAndrzej Hajda <a.hajda@samsung.com>
Wed, 15 Mar 2017 14:41:05 +0000 (15:41 +0100)
committerInki Dae <inki.dae@samsung.com>
Thu, 1 Jun 2017 07:21:34 +0000 (16:21 +0900)
commit5a20581f91bbc272abafa2b4b39ed0f9387815ad
tree7fd1650a6e280baedae897ff761662d6c98732a0
parent85f1b98c5b61249a34faeb2106bbd25056458cbe
drm/exynos: set plane possible_crtcs in exynos_plane_init

All Exynos planes are assigned to exactly one CRTC, it allows to simplify
initialization by moving setting of possible_crtcs to exynos_plane_init.

Signed-off-by: Andrzej Hajda <a.hajda@samsung.com>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
drivers/gpu/drm/exynos/exynos5433_drm_decon.c
drivers/gpu/drm/exynos/exynos7_drm_decon.c
drivers/gpu/drm/exynos/exynos_drm_fimd.c
drivers/gpu/drm/exynos/exynos_drm_plane.c
drivers/gpu/drm/exynos/exynos_drm_plane.h
drivers/gpu/drm/exynos/exynos_drm_vidi.c
drivers/gpu/drm/exynos/exynos_mixer.c