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)
commite920efe6fe06b3d4a181a00c54ae00ee83545992
treec2159ad11bb506e151fc379a0ae7b79e92a8e329
parent947710c6702a4916a7a01b3af4decb66ae7fc34f
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
This page took 0.024342 seconds and 5 git commands to generate.