]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
drm/exynos: exynos7_drm_decon: remove ctx->suspended
authorKaustabh Chakraborty <kauschluss@disroot.org>
Sun, 6 Jul 2025 17:29:46 +0000 (22:59 +0530)
committerInki Dae <inki.dae@samsung.com>
Mon, 15 Sep 2025 11:19:21 +0000 (20:19 +0900)
commite1361a4f1be9cb69a662c6d7b5ce218007d6e82b
tree63262146219a0d846231d14357808927f0d17ec7
parent0e6ee83c4b68448063e88e14c13c17d83e7d9735
drm/exynos: exynos7_drm_decon: remove ctx->suspended

Condition guards are found to be redundant, as the call flow is properly
managed now, as also observed in the Exynos5433 DECON driver. Since
state checking is no longer necessary, remove it.

This also fixes an issue which prevented decon_commit() from
decon_atomic_enable() due to an incorrect state change setting.

Fixes: 96976c3d9aff ("drm/exynos: Add DECON driver")
Cc: stable@vger.kernel.org
Suggested-by: Inki Dae <inki.dae@samsung.com>
Signed-off-by: Kaustabh Chakraborty <kauschluss@disroot.org>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
drivers/gpu/drm/exynos/exynos7_drm_decon.c