drm/exynos: Clean up FIMD power on/off routines
authorSean Paul <seanpaul@chromium.org>
Fri, 25 Apr 2014 06:55:07 +0000 (15:55 +0900)
committerChanho Park <chanho61.park@samsung.com>
Tue, 18 Nov 2014 02:47:35 +0000 (11:47 +0900)
commitb33d109db1fa4c7213ca0d65287b583483c4ab7d
tree2b3d1d2b5174263635ff82f85168c29bfcbba37e
parent5b73feae17edce3a08e98cd506aefcb74d7c75f9
drm/exynos: Clean up FIMD power on/off routines

This patch separates the fimd_activate function into poweron/poweroff
functions to be more consistent with the other drivers in exynos drm. It
also properly cleans up after failures in poweron. The functions have
also been shuffled around such that they are all in the same
spot in the file and poweron/poweroff can be called from the dpms function.

Signed-off-by: Sean Paul <seanpaul@chromium.org>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
drivers/gpu/drm/exynos/exynos_drm_fimd.c