Displaying 2 results from an estimated 2 matches for "bios_condition_met".
2009 Aug 20
1
Delays in DRM nouveau_bios.c
..._table(struct nvbios *, unsigned int, struct init_exec *);
 static void still_alive(void)
 {
 //	sync();
-//	BIOS_USLEEP(2000);
+//	bios_usleep(2000);
 }
 
 static uint32_t
@@ -1608,17 +1615,18 @@ init_condition_time(struct nvbios *bios, uint16_t offset,
 
 	for (; retries > 0; retries--)
 		if (bios_condition_met(bios, offset, cond)) {
-			BIOSLOG(bios, "0x%04X: Condition met, continuing\n", offset);
+			BIOSLOG(bios, "0x%04X: Condition met, continuing\n",
+								offset);
 			break;
 		} else {
 			BIOSLOG(bios, "0x%04X: Condition not met, sleeping for 20ms\n", offset);
-			B...
2009 Oct 02
0
Disaster at annarchy
...bios_usleep(2000);
> >> >  }
> >> >  
> >> >  static uint32_t
> >> > @@ -1608,17 +1615,18 @@ init_condition_time(struct nvbios
> >> > *bios, uint16_t offset, 
> >> >  	for (; retries > 0; retries--)
> >> >  		if (bios_condition_met(bios, offset, cond))
> >> > {
> >> > -			BIOSLOG(bios, "0x%04X: Condition
> >> > met, continuing\n", offset);
> >> > +			BIOSLOG(bios, "0x%04X: Condition
> >> > met, continuing\n",
> >> > +
> >> >...