Browse Source

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>
Tushar Behera 13 years ago
parent
commit
384b104913
1 changed files with 2 additions and 0 deletions
  1. 2 0
      arch/arm/mach-exynos/mach-origen.c

+ 2 - 0
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 = {