]> git.baikalelectronics.ru Git - kernel.git/commit
drm/exynos: simplify sleep PM ops
authorAndrzej Hajda <a.hajda@samsung.com>
Fri, 27 Nov 2015 14:32:45 +0000 (15:32 +0100)
committerInki Dae <daeinki@gmail.com>
Sun, 13 Dec 2015 13:22:48 +0000 (22:22 +0900)
commitfa9e3ccbb094932a7f1a67220716c169ea8016ee
treecdbfd0a99d726e1ef6acddde2e3e04409a5b0242
parent995fcc1b865c252e7621b01f08d6be7c6d5e2217
drm/exynos: simplify sleep PM ops

PM ops in exynos_drm_drv were split into two separate function as they were
used also by drm device. Since PM ops have been removed from drm device, the
functions can be merged together.

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