• Marek Szyprowski's avatar
    drm/exynos/fimc: fix runtime pm support · 9992349a
    Marek Szyprowski authored
    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: default avatarMarek Szyprowski <m.szyprowski@samsung.com>
    Signed-off-by: default avatarInki Dae <inki.dae@samsung.com>
    9992349a
exynos_drm_fimc.c 45.2 KB