r1025 - trunk/src/target/kernel/patches

laforge at sita.openmoko.org laforge at sita.openmoko.org
Sat Feb 17 13:39:28 CET 2007


Author: laforge
Date: 2007-02-17 13:39:27 +0100 (Sat, 17 Feb 2007)
New Revision: 1025

Modified:
   trunk/src/target/kernel/patches/gta01-core.patch
Log:
* set minimum resolution to 240x320 (needs LCM SPI support, though)
* set minimum bit depth to 1


Modified: trunk/src/target/kernel/patches/gta01-core.patch
===================================================================
--- trunk/src/target/kernel/patches/gta01-core.patch	2007-02-16 23:51:16 UTC (rev 1024)
+++ trunk/src/target/kernel/patches/gta01-core.patch	2007-02-17 12:39:27 UTC (rev 1025)
@@ -33,7 +33,7 @@
 Index: linux-2.6.20/arch/arm/mach-s3c2410/mach-gta01.c
 ===================================================================
 --- /dev/null	1970-01-01 00:00:00.000000000 +0000
-+++ linux-2.6.20/arch/arm/mach-s3c2410/mach-gta01.c	2007-02-17 00:45:51.000000000 +0100
++++ linux-2.6.20/arch/arm/mach-s3c2410/mach-gta01.c	2007-02-17 13:38:01.000000000 +0100
 @@ -0,0 +1,495 @@
 +/*
 + * linux/arch/arm/mach-s3c2410/mach-gta01.c
@@ -175,19 +175,19 @@
 +	.height		= 640,
 +
 +	.xres		= {
-+		.min	= 480,
++		.min	= 240,
 +		.max	= 480,
 +		.defval	= 480,
 +	},
 +
 +	.yres		= {
-+		.min	= 640,
++		.min	= 320,
 +		.max	= 640,
 +		.defval = 640,
 +	},
 +
 +	.bpp		= {
-+		.min	= 16,
++		.min	= 1,
 +		.max	= 16,
 +		.defval = 16,
 +	},





More information about the commitlog mailing list