All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kukjin Kim <kgene.kim@samsung.com>
To: 'Sylwester Nawrocki' <s.nawrocki@samsung.com>,
	linux-arm-kernel@lists.infradead.org,
	linux-samsung-soc@vger.kernel.org
Cc: ben-linux@fluff.org, m.szyprowski@samsung.com, kyungmin.park@samsung.com
Subject: RE: [PATCH 3/3] ARM: S5PV210: Change framebuffer window 0 size on GONI
Date: Fri, 28 Jan 2011 18:35:51 +0900	[thread overview]
Message-ID: <02e201cbbece$c4812710$4d837530$%kim@samsung.com> (raw)
In-Reply-To: <1294419468-13700-4-git-send-email-s.nawrocki@samsung.com>

Sylwester Nawrocki wrote:
> 
> Increase virtual size of the frambuffer window 0
> for the display panning support.
> 
> Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
> ---
>  arch/arm/mach-s5pv210/mach-goni.c |    2 ++
>  1 files changed, 2 insertions(+), 0 deletions(-)
> 
> diff --git a/arch/arm/mach-s5pv210/mach-goni.c
b/arch/arm/mach-s5pv210/mach-
> goni.c
> index 2051cee..ed06f20 100644
> --- a/arch/arm/mach-s5pv210/mach-goni.c
> +++ b/arch/arm/mach-s5pv210/mach-goni.c
> @@ -108,6 +108,8 @@ static struct s3c_fb_pd_win goni_fb_win0 = {
>  	},
>  	.max_bpp	= 32,
>  	.default_bpp	= 16,
> +	.virtual_x	= 480,
> +	.virtual_y	= 2 * 800,
>  };
> 
>  static struct s3c_fb_platdata goni_lcd_pdata __initdata = {
> --
> 1.7.3.5

Looks ok...but I want to apply with your other 1/3 and 2/3 patches.
Will apply this after getting your other patches.

Thanks.

Best regards,
Kgene.
--
Kukjin Kim <kgene.kim@samsung.com>, Senior Engineer,
SW Solution Development Team, Samsung Electronics Co., Ltd.

WARNING: multiple messages have this Message-ID (diff)
From: kgene.kim@samsung.com (Kukjin Kim)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 3/3] ARM: S5PV210: Change framebuffer window 0 size on GONI
Date: Fri, 28 Jan 2011 18:35:51 +0900	[thread overview]
Message-ID: <02e201cbbece$c4812710$4d837530$%kim@samsung.com> (raw)
In-Reply-To: <1294419468-13700-4-git-send-email-s.nawrocki@samsung.com>

Sylwester Nawrocki wrote:
> 
> Increase virtual size of the frambuffer window 0
> for the display panning support.
> 
> Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
> ---
>  arch/arm/mach-s5pv210/mach-goni.c |    2 ++
>  1 files changed, 2 insertions(+), 0 deletions(-)
> 
> diff --git a/arch/arm/mach-s5pv210/mach-goni.c
b/arch/arm/mach-s5pv210/mach-
> goni.c
> index 2051cee..ed06f20 100644
> --- a/arch/arm/mach-s5pv210/mach-goni.c
> +++ b/arch/arm/mach-s5pv210/mach-goni.c
> @@ -108,6 +108,8 @@ static struct s3c_fb_pd_win goni_fb_win0 = {
>  	},
>  	.max_bpp	= 32,
>  	.default_bpp	= 16,
> +	.virtual_x	= 480,
> +	.virtual_y	= 2 * 800,
>  };
> 
>  static struct s3c_fb_platdata goni_lcd_pdata __initdata = {
> --
> 1.7.3.5

Looks ok...but I want to apply with your other 1/3 and 2/3 patches.
Will apply this after getting your other patches.

Thanks.

Best regards,
Kgene.
--
Kukjin Kim <kgene.kim@samsung.com>, Senior Engineer,
SW Solution Development Team, Samsung Electronics Co., Ltd.

  reply	other threads:[~2011-01-28  9:35 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-01-07 16:57 [PATCH] ARM: S5PV210: Add GONI board setup for CIF camera support Sylwester Nawrocki
2011-01-07 16:57 ` Sylwester Nawrocki
2011-01-07 16:57 ` [PATCH 1/3] ARM: S5PV210: Enable I2C0 bus on GONI board Sylwester Nawrocki
2011-01-07 16:57   ` Sylwester Nawrocki
2011-01-28  9:28   ` Kukjin Kim
2011-01-28  9:28     ` Kukjin Kim
2011-01-28 14:18     ` Sylwester Nawrocki
2011-01-28 14:18       ` Sylwester Nawrocki
2011-01-07 16:57 ` [PATCH 2/3] ARM: S5PV210: Add supplies for CIF camera " Sylwester Nawrocki
2011-01-07 16:57   ` Sylwester Nawrocki
2011-01-28  9:32   ` Kukjin Kim
2011-01-28  9:32     ` Kukjin Kim
2011-01-28 10:53     ` Kyungmin Park
2011-01-28 10:53       ` Kyungmin Park
2011-01-28 11:49     ` Sylwester Nawrocki
2011-01-28 11:49       ` Sylwester Nawrocki
2011-01-07 16:57 ` [PATCH 3/3] ARM: S5PV210: Change framebuffer window 0 size on GONI Sylwester Nawrocki
2011-01-07 16:57   ` Sylwester Nawrocki
2011-01-28  9:35   ` Kukjin Kim [this message]
2011-01-28  9:35     ` Kukjin Kim
2011-01-26 12:52 ` [PATCH] ARM: S5PV210: Add GONI board setup for CIF camera support Sylwester Nawrocki
2011-01-26 12:52   ` Sylwester Nawrocki

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='02e201cbbece$c4812710$4d837530$%kim@samsung.com' \
    --to=kgene.kim@samsung.com \
    --cc=ben-linux@fluff.org \
    --cc=kyungmin.park@samsung.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=m.szyprowski@samsung.com \
    --cc=s.nawrocki@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 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.