]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
drm/exynos: kill mode_set_nofb callback
authorAndrzej Hajda <a.hajda@samsung.com>
Wed, 15 Mar 2017 14:41:07 +0000 (15:41 +0100)
committerInki Dae <inki.dae@samsung.com>
Thu, 1 Jun 2017 07:21:35 +0000 (16:21 +0900)
commitc7954aa6f79b1fff83453e33edb359c236eea5df
treed27f8fce0671aadf16728181f6e76171a6b08597
parent2949390eb1be95633afdc39923f53ea5b326242a
drm/exynos: kill mode_set_nofb callback

All Exynos CRTCs are fully configured by .enable callback. The only users
of mode_set_nofb actually did nothing in their callbacks - they immediately
returned because devices were in suspend state - mode_set_nofb is always
called on disabled device.

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