]> git.baikalelectronics.ru Git - kernel.git/commit
drm/exynos/fimc: fix runtime pm support
authorMarek Szyprowski <m.szyprowski@samsung.com>
Thu, 9 Apr 2015 08:46:00 +0000 (10:46 +0200)
committerInki Dae <inki.dae@samsung.com>
Sun, 16 Aug 2015 01:23:30 +0000 (10:23 +0900)
commit3d9c6a9430857dc11b397797c121ba7d120a3319
treec2159ad11bb506e151fc379a0ae7b79e92a8e329
parent91c4a12086d376fbd40cc0ea3014f7624d869071
drm/exynos/fimc: fix runtime pm support

Once pm_runtime_set_active() gets called, the kernel assumes that given
device has already enabled runtime pm and will call pm_runtime_suspend()
without matching pm_runtime_resume(). In case of DRM FIMC IPP driver,
this will result in calling clk_disable() without respective call to
clk_enable(). This patch removes call to pm_runtime_set_active() to
ensure that pm_runtime_suspend/resume calls will match.

Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
drivers/gpu/drm/exynos/exynos_drm_fimc.c