r3488 - trunk/src/target/xserver/patches

olv at sita.openmoko.org olv at sita.openmoko.org
Fri Nov 23 12:29:52 CET 2007


Author: olv
Date: 2007-11-23 12:29:49 +0100 (Fri, 23 Nov 2007)
New Revision: 3488

Modified:
   trunk/src/target/xserver/patches/xglamo-kaa.patch
Log:
some commands take very long time to finish


Modified: trunk/src/target/xserver/patches/xglamo-kaa.patch
===================================================================
--- trunk/src/target/xserver/patches/xglamo-kaa.patch	2007-11-23 11:23:44 UTC (rev 3487)
+++ trunk/src/target/xserver/patches/xglamo-kaa.patch	2007-11-23 11:29:49 UTC (rev 3488)
@@ -372,7 +372,7 @@
 +	}
 +#endif
 +
-+	WHILE_NOT_TIMEOUT(.5) {
++	WHILE_NOT_TIMEOUT(5) {
 +		status = MMIO_IN16(mmio, GLAMO_REG_CMDQ_STATUS);
 +		if ((status & mask) == val)
 +			break;
@@ -439,7 +439,7 @@
 +	ring_count = glamos->ring_len / 2;
 +
 +	/* write pointer can be ring_size, but not zero */
-+	WHILE_NOT_TIMEOUT(.5) {
++	WHILE_NOT_TIMEOUT(5) {
 +		if (count <= 0)
 +			break;
 +





More information about the commitlog mailing list