drm/exynos: Clean up FIMD power on/off routines
authorSean Paul <seanpaul@chromium.org>
Thu, 30 Jan 2014 21:19:26 +0000 (16:19 -0500)
committerInki Dae <daeinki@gmail.com>
Sun, 23 Mar 2014 15:36:35 +0000 (00:36 +0900)
commita43b933bcbbd6c7e2660b672a311345cea9524c1
tree7bad2880e8473b3c9706206745e378c37573d21d
parent12f5ad6c89b1716f010d5de3042560b2887ca1bc
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
This page took 0.024674 seconds and 5 git commands to generate.