summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTushar Behera <tushar.behera@linaro.org>2012-04-13 15:03:56 +0530
committerTushar Behera <tushar.behera@linaro.org>2012-04-18 13:14:01 +0530
commita16ad3f7f3ef7b607ebc05a34de5f14357bc3482 (patch)
treef90a31b9ec8627e2ebb17773afafdbfa140b1223
parentfa19742b0abcd07881f6fc3a22461286316a2e37 (diff)
ARM: EXYNOS: Increase framebuffer virtual size for origentracking-samslt-fb-3.4-rc3-2012.04-0
To support panning display, framebuffer virtual size needs to be increased. Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
-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 = {
},
.max_bpp = 32,
.default_bpp = 24,
+ .virtual_x = 1024,
+ .virtual_y = 2 * 600,
};
static struct s3c_fb_platdata origen_lcd_pdata __initdata = {