projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
402f624
)
ARM: EXYNOS: Increase framebuffer virtual size for origen
author
Tushar Behera
<tushar.behera@linaro.org>
Sat, 21 Apr 2012 15:25:57 +0000
(08:25 -0700)
committer
Kukjin Kim
<kgene.kim@samsung.com>
Fri, 11 May 2012 21:40:43 +0000
(06:40 +0900)
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>
arch/arm/mach-exynos/mach-origen.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-exynos/mach-origen.c
b/arch/arm/mach-exynos/mach-origen.c
index 878d4c99142da9fb7809bf4ee1bfdc843837ac94..4d802129dadc32b13d56b4dc32a31da236640d67 100644
(file)
--- 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 = {