All of lore.kernel.org
 help / color / mirror / Atom feed
From: Minkyu Kang <mk7.kang@samsung.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] video:cache:fix: Enable dcache flush at LCD subsystem for Exynos based boards
Date: Tue, 08 Jan 2013 21:37:58 +0900	[thread overview]
Message-ID: <50EC1326.2010005@samsung.com> (raw)
In-Reply-To: <1357639140-7619-1-git-send-email-l.majewski@samsung.com>

On 08/01/13 18:59, Lukasz Majewski wrote:
> lcd_set_flush_dcache(1) function is called from exynos_fb.c (exynos_lcd_init()) 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>
> ---
>  drivers/video/exynos_fb.c |    2 ++
>  1 files changed, 2 insertions(+), 0 deletions(-)
> 
> diff --git a/drivers/video/exynos_fb.c b/drivers/video/exynos_fb.c
> index d9a3f9a..17e1069 100644
> --- a/drivers/video/exynos_fb.c
> +++ b/drivers/video/exynos_fb.c
> @@ -63,6 +63,8 @@ static void exynos_lcd_init_mem(void *lcdbase, vidinfo_t *vid)
>  static void exynos_lcd_init(vidinfo_t *vid)
>  {
>  	exynos_fimd_lcd_init(vid);

please add blank line here.

> +	/* Enable flushing after LCD writes if requested */
> +	lcd_set_flush_dcache(1);
>  }
>  
>  static void draw_logo(void)
> 

Thanks.
Minkyu Kang.

  reply	other threads:[~2013-01-08 12:37 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-01-08  9:59 [U-Boot] [PATCH] video:cache:fix: Enable dcache flush at LCD subsystem for Exynos based boards Lukasz Majewski
2013-01-08 12:37 ` Minkyu Kang [this message]
2013-01-08 13:48   ` [U-Boot] [PATCH v2] " Lukasz Majewski
2013-01-09  1:28     ` Minkyu Kang

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=50EC1326.2010005@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.