From fb88e2141222ad93c594f2babc806d71cfb65e0d Mon Sep 17 00:00:00 2001 From: Marek Szyprowski Date: Fri, 12 Jun 2015 11:07:17 +0200 Subject: [PATCH] drm/exynos: fimd: ensure proper hw state in fimd_clear_channel() One should not do any assumptions on the stare of the fimd hardware during driver initialization, so to properly reset fimd before enabling IOMMU, one should ensure that all power domains and clocks are really enabled. This patch adds pm_runtime and clocks management in the fimd_clear_channel() function to ensure that any access to fimd registers will be performed with clocks and power domains enabled. Signed-off-by: Marek Szyprowski Tested-by: Javier Martinez Canillas Signed-off-by: Inki Dae --- Reading git-format-patch failed