]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
drm/exynos: kill exynos_drm_crtc::pipe
authorAndrzej Hajda <a.hajda@samsung.com>
Mon, 29 May 2017 01:05:25 +0000 (10:05 +0900)
committerInki Dae <inki.dae@samsung.com>
Thu, 1 Jun 2017 07:21:34 +0000 (16:21 +0900)
commitd644951c2b2b013751e7dd5efe886340e196fab4
treea9584f045478d6c2694911f5a92cbc45f1b0ed0c
parent0586feba322e1de05075700eb4b835c8b683e62b
drm/exynos: kill exynos_drm_crtc::pipe

Since crtc index is stored in drm_crtc pipe field became redundant.
The patch beside removing the field simplifies also
exynos_drm_crtc_get_pipe_from_type.

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_crtc.c
drivers/gpu/drm/exynos/exynos_drm_crtc.h
drivers/gpu/drm/exynos/exynos_drm_drv.h
drivers/gpu/drm/exynos/exynos_drm_fimd.c
drivers/gpu/drm/exynos/exynos_drm_vidi.c
drivers/gpu/drm/exynos/exynos_mixer.c