]> git.proxmox.com Git - mirror_ubuntu-bionic-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)
commit2949390eb1be95633afdc39923f53ea5b326242a
tree04d8a88a09e47afe12e519f122b3ae2341637467
parent2c82607b56ad7035077dbb0d37093d8f2b21e235
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