[PATCH 3/3] ARM: S5PV210: Change framebuffer window 0 size on GONI
Kukjin Kim
kgene.kim at samsung.com
Fri Jan 28 04:35:51 EST 2011
Sylwester Nawrocki wrote:
>
> Increase virtual size of the frambuffer window 0
> for the display panning support.
>
> Signed-off-by: Sylwester Nawrocki <s.nawrocki at samsung.com>
> Signed-off-by: Kyungmin Park <kyungmin.park at 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 at samsung.com>, Senior Engineer,
SW Solution Development Team, Samsung Electronics Co., Ltd.
More information about the linux-arm-kernel
mailing list