Skip to content

Commit

Permalink
ARM: EXYNOS: Increase framebuffer virtual size for origen
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Tushar Behera authored and Kukjin Kim committed May 11, 2012
1 parent 402f624 commit 384b104
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/arm/mach-exynos/mach-origen.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 384b104

Please sign in to comment.