]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - ti-analog-linux-kernel/afd-analog.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>
Tue, 11 Aug 2015 08:21:35 +0000 (17:21 +0900)
commit9992349a54823c511acc438364dceda7abe4ac98
tree6b0e365cba01794a5397c648dbcb9050a2c6e4cb
parent2c5f70ef58171943c0d9a89590b2bf9ee437ec48
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