]> git.baikalelectronics.ru Git - kernel.git/commit
drm/exynos: mixer: Fix enabling of the runtime power management
authorMarek Szyprowski <m.szyprowski@samsung.com>
Thu, 14 May 2020 10:08:12 +0000 (12:08 +0200)
committerInki Dae <inki.dae@samsung.com>
Mon, 18 May 2020 02:37:26 +0000 (11:37 +0900)
commitb92a00d42fed948e19927e3180d222515545775a
treed9c3a369c63a785d93849900f00ebbc086090322
parent4973970d7e6f15afc2051b56b7db8d13a0690523
drm/exynos: mixer: Fix enabling of the runtime power management

Runtime power management is essential for the Exynos Mixer driver
operation. It should be enabled before adding its DRM component, because
in some cases (when deferred probe takes place due to the IOMMU
availability) the DRM driver might be initialized directly from the
Mixer's component_add() call, what results in starting the driver
operation without enabling the runtime power management.

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