]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitd750780a93702a2042d21d152f4aeddda3f465cf
tree7bad2880e8473b3c9706206745e378c37573d21d
parentb9f90fe01a7e41802f8bb22d918cd6584d3478db
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