From 50112bc2975cec0385eca9e30e48a8c25186a2b0 Mon Sep 17 00:00:00 2001 From: Igor Mitsyanko Date: Fri, 1 Jun 2012 15:08:33 +0400 Subject: [PATCH] s3cfb: allow specifying of display resolution in comandline Framebuffer resolution and bpp mode now could be specified on command line with "video=" parameter, for example: video=s3cfb:720x1280-24 Signed-off-by: Igor Mitsyanko --- arch/arm/mach-exynos/mach-tizen.c | 114 ++++++++++++++++++++++++++++-- 1 file changed, 109 insertions(+), 5 deletions(-) diff --git a/arch/arm/mach-exynos/mach-tizen.c b/arch/arm/mach-exynos/mach-tizen.c index 0326e2c02b9e..f622755fadf0 100644 --- a/arch/arm/mach-exynos/mach-tizen.c +++ b/arch/arm/mach-exynos/mach-tizen.c @@ -27,6 +27,7 @@ #include #include #include +#include #include