Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d9b68d89 authored by Andrzej Hajda's avatar Andrzej Hajda Committed by Inki Dae
Browse files

drm/exynos: disable unused windows on apply



The patch disables non-enabled HW windows on applying
configuration, it will allow to clear windows enabled
by bootloader.

Signed-off-by: default avatarAndrzej Hajda <a.hajda@samsung.com>
Signed-off-by: default avatarInki Dae <inki.dae@samsung.com>
parent 0013fc9e
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -741,6 +741,8 @@ static void fimd_apply(struct exynos_drm_manager *mgr)
		win_data = &ctx->win_data[i];
		if (win_data->enabled)
			fimd_win_commit(mgr, i);
		else
			fimd_win_disable(mgr, i);
	}

	fimd_commit(mgr);