aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-exynos/mach-origen.c
diff options
context:
space:
mode:
authorTushar Behera <tushar.behera@linaro.org>2012-04-21 11:25:57 -0400
committerKukjin Kim <kgene.kim@samsung.com>2012-05-11 17:40:43 -0400
commit384b10491363481fc93a37ca447fae5934b4941c (patch)
tree8f5220bc722f45266eee7d86e15ee0e2f8518b82 /arch/arm/mach-exynos/mach-origen.c
parent402f624be4a1be6870d871d26ed1ede858102e49 (diff)
ARM: EXYNOS: Increase framebuffer virtual size for origen
To support display panning, framebuffer virtual size needs to be increased. Signed-off-by: Tushar Behera <tushar.behera@linaro.org> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-exynos/mach-origen.c')
-rw-r--r--arch/arm/mach-exynos/mach-origen.c2
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 878d4c99142d..4d802129dadc 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 = {
596 }, 596 },
597 .max_bpp = 32, 597 .max_bpp = 32,
598 .default_bpp = 24, 598 .default_bpp = 24,
599 .virtual_x = 1024,
600 .virtual_y = 2 * 600,
599}; 601};
600 602
601static struct s3c_fb_platdata origen_lcd_pdata __initdata = { 603static struct s3c_fb_platdata origen_lcd_pdata __initdata = {