From: Minkyu Kang <mk7.kang@samsung.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 2/2] video:cache:fix:trats: Enable dcache flush for TRATS board's LCD subsystem
Date: Tue, 08 Jan 2013 09:55:17 +0900 [thread overview]
Message-ID: <50EB6E75.3010304@samsung.com> (raw)
In-Reply-To: <1357550590-4652-2-git-send-email-l.majewski@samsung.com>
On 07/01/13 18:23, Lukasz Majewski wrote:
> lcd_set_flush_dcache(1) function is called from trats configuration file
> to enable lcd_sync function.
>
> Tested-at: TRATS (Exynos 4210)
> Tested-by: Lukasz Majewski <l.majewski@samsung.com>
> Signed-off-by: Lukasz Majewski <l.majewski@samsung.com>
> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
> Cc: Minkyu Kang <mk7.kang@samsung.com>
> ---
> board/samsung/trats/trats.c | 3 +++
> 1 files changed, 3 insertions(+), 0 deletions(-)
>
> diff --git a/board/samsung/trats/trats.c b/board/samsung/trats/trats.c
> index 88d193d..5d0fdd0 100644
> --- a/board/samsung/trats/trats.c
> +++ b/board/samsung/trats/trats.c
> @@ -789,5 +789,8 @@ void init_panel_info(vidinfo_t *vid)
> s6e8ax0_init();
> exynos_set_dsim_platform_data(&s6e8ax0_platform_data);
>
> + /* Enable flushing after LCD writes if requested */
> + lcd_set_flush_dcache(1);
> +
> setenv("lcdinfo", "lcd=s6e8ax0");
> }
>
Acked-by: Minkyu Kang <mk7.kang@samsung.com>
---
Thanks,
Minkyu Kang.
next prev parent reply other threads:[~2013-01-08 0:55 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-01-07 9:23 [U-Boot] [PATCH 1/2] video:cache:fix: Proper buffer alignment for lcd subsystem Lukasz Majewski
2013-01-07 9:23 ` [U-Boot] [PATCH 2/2] video:cache:fix:trats: Enable dcache flush for TRATS board's LCD subsystem Lukasz Majewski
2013-01-08 0:55 ` Minkyu Kang [this message]
2013-01-08 1:08 ` Simon Glass
2013-01-08 9:43 ` Minkyu Kang
2013-01-08 1:07 ` [U-Boot] [PATCH 1/2] video:cache:fix: Proper buffer alignment for lcd subsystem Simon Glass
2013-01-08 8:28 ` Lukasz Majewski
2013-01-08 14:54 ` Simon Glass
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=50EB6E75.3010304@samsung.com \
--to=mk7.kang@samsung.com \
--cc=u-boot@lists.denx.de \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.