* [PATCH] ARM: EXYNOS: Increase framebuffer virtual size for origen
@ 2012-04-13 10:59 Tushar Behera
2012-04-25 0:38 ` Kukjin Kim
0 siblings, 1 reply; 2+ messages in thread
From: Tushar Behera @ 2012-04-13 10:59 UTC (permalink / raw)
To: linux-samsung-soc; +Cc: kgene.kim, patches
To support display panning, framebuffer virtual size needs to be increased.
Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
---
arch/arm/mach-exynos/mach-origen.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/arch/arm/mach-exynos/mach-origen.c b/arch/arm/mach-exynos/mach-origen.c
index 878d4c9..4d80212 100644
--- a/arch/arm/mach-exynos/mach-origen.c
+++ b/arch/arm/mach-exynos/mach-origen.c
@@ -596,6 +596,8 @@ static struct s3c_fb_pd_win origen_fb_win0 = {
},
.max_bpp = 32,
.default_bpp = 24,
+ .virtual_x = 1024,
+ .virtual_y = 2 * 600,
};
static struct s3c_fb_platdata origen_lcd_pdata __initdata = {
--
1.7.4.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] ARM: EXYNOS: Increase framebuffer virtual size for origen
2012-04-13 10:59 [PATCH] ARM: EXYNOS: Increase framebuffer virtual size for origen Tushar Behera
@ 2012-04-25 0:38 ` Kukjin Kim
0 siblings, 0 replies; 2+ messages in thread
From: Kukjin Kim @ 2012-04-25 0:38 UTC (permalink / raw)
To: Tushar Behera; +Cc: linux-samsung-soc, kgene.kim, patches
Tushar Behera wrote:
> To support display panning, framebuffer virtual size needs to be increased.
>
> Signed-off-by: Tushar Behera<tushar.behera@linaro.org>
> ---
> arch/arm/mach-exynos/mach-origen.c | 2 ++
> 1 files changed, 2 insertions(+), 0 deletions(-)
>
> diff --git a/arch/arm/mach-exynos/mach-origen.c b/arch/arm/mach-exynos/mach-origen.c
> index 878d4c9..4d80212 100644
> --- a/arch/arm/mach-exynos/mach-origen.c
> +++ b/arch/arm/mach-exynos/mach-origen.c
> @@ -596,6 +596,8 @@ static struct s3c_fb_pd_win origen_fb_win0 = {
> },
> .max_bpp = 32,
> .default_bpp = 24,
> + .virtual_x = 1024,
> + .virtual_y = 2 * 600,
> };
>
> static struct s3c_fb_platdata origen_lcd_pdata __initdata = {
OK, will apply
Thanks.
Best regards,
Kgene.
--
Kukjin Kim <kgene.kim@samsung.com>, Senior Engineer,
SW Solution Development Team, Samsung Electronics Co., Ltd.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-04-25 0:38 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-13 10:59 [PATCH] ARM: EXYNOS: Increase framebuffer virtual size for origen Tushar Behera
2012-04-25 0:38 ` Kukjin Kim
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.