]> git.baikalelectronics.ru Git - kernel.git/commit
drm/exynos: kill pipe field from drivers contexts
authorAndrzej Hajda <a.hajda@samsung.com>
Wed, 15 Mar 2017 14:41:06 +0000 (15:41 +0100)
committerInki Dae <inki.dae@samsung.com>
Thu, 1 Jun 2017 07:21:34 +0000 (16:21 +0900)
commit3b12b444ac244f49aa4e756b67f7d60c40d20af9
tree04d8a88a09e47afe12e519f122b3ae2341637467
parent5a20581f91bbc272abafa2b4b39ed0f9387815ad
drm/exynos: kill pipe field from drivers contexts

Since possible_crtcs are set by Exynos core helper pipe fields have no
raison d'etre. The only place it was used, as a hack, is
fimd_clear_channels, to avoid calling drm_crtc_handle_vblank, but DRM core
has already other protection mechanism (vblank->enabled), so it could be
safely removed.

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_vidi.c
drivers/gpu/drm/exynos/exynos_mixer.c