]> git.baikalelectronics.ru Git - kernel.git/commit
drm/exynos: exynos5433_decon: fix wrong state assignment in decon_enable
authorMarek Szyprowski <m.szyprowski@samsung.com>
Wed, 3 Feb 2016 12:42:53 +0000 (13:42 +0100)
committerInki Dae <daeinki@gmail.com>
Mon, 15 Feb 2016 14:25:22 +0000 (23:25 +0900)
commitd35a9f462753dea1f305e1bc5dbe47ba3cbb935c
tree99281c69c01aca7e5dc1d88237a998d2540d0817
parent71e9b8b8cdb100f76af2625cc4740c0b11e64b22
drm/exynos: exynos5433_decon: fix wrong state assignment in decon_enable

Patch 4f37d393d45e83f4ee9e6a23f0a18a437400d402 ("drm/exynos: add
pm_runtime to DECON 5433") removed some code from decon_enable()
function, but it left set_bit(BIT_SUSPENDED, &ctx->flags) call, which
was earlier called only in error path. This patch removes it, what
finally lets driver to go out of suspended state.

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