[PATCH] drm/exynos: disable unused windows on apply

Andrzej Hajda a.hajda at samsung.com
Mon Jun 23 05:12:55 PDT 2014


Gently ping.

Regards
Andrzej

On 06/09/2014 04:10 PM, Andrzej Hajda wrote:
> The patch disables non-enabled HW windows on applying
> configuration, it will allow to clear windows enabled
> by bootloader.
>
> Signed-off-by: Andrzej Hajda <a.hajda at samsung.com>
> ---
>  drivers/gpu/drm/exynos/exynos_drm_fimd.c | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/drivers/gpu/drm/exynos/exynos_drm_fimd.c b/drivers/gpu/drm/exynos/exynos_drm_fimd.c
> index bb45ab2..33161ad 100644
> --- a/drivers/gpu/drm/exynos/exynos_drm_fimd.c
> +++ b/drivers/gpu/drm/exynos/exynos_drm_fimd.c
> @@ -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);



More information about the dri-devel mailing list