From: Andrzej Hajda <a.hajda@samsung.com>
To: inki.dae@samsung.com
Cc: dri-devel@lists.freedesktop.org
Subject: Re: [PATCH] drm/exynos: disable unused windows on apply
Date: Mon, 23 Jun 2014 14:12:55 +0200 [thread overview]
Message-ID: <53A819C7.8000804@samsung.com> (raw)
In-Reply-To: <1402323059-7682-1-git-send-email-a.hajda@samsung.com>
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@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);
next prev parent reply other threads:[~2014-06-23 12:13 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-05-28 6:11 [PATCH] drm/exynos: remove hardware overlays disable from fimd probe Rahul Sharma
2014-06-02 9:11 ` Andrzej Hajda
2014-06-02 9:42 ` Rahul Sharma
2014-06-02 10:11 ` Tomasz Figa
2014-06-02 10:42 ` Andrzej Hajda
2014-06-02 11:48 ` Andrzej Hajda
2014-06-09 4:13 ` Inki Dae
2014-06-09 14:10 ` [PATCH] drm/exynos: disable unused windows on apply Andrzej Hajda
2014-06-23 12:12 ` Andrzej Hajda [this message]
2014-06-23 12:43 ` Inki Dae
2014-06-02 10:32 ` [PATCH] drm/exynos: remove hardware overlays disable from fimd probe YoungJun Cho
2014-06-02 11:06 ` Inki Dae
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=53A819C7.8000804@samsung.com \
--to=a.hajda@samsung.com \
--cc=dri-devel@lists.freedesktop.org \
--cc=inki.dae@samsung.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox