Search
lxdream.org :: lxdream/test/asic.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename test/asic.h
changeset 815:866c103d72cd
prev812:8cc61d5ea1f8
author nkeynes
date Sat Aug 04 08:46:28 2012 +1000 (11 years ago)
permissions -rw-r--r--
last change Handle corner case in pvr2_run_slice when we've previously slightly overrun
the end of the time slice
file annotate diff log raw
1.1 --- a/test/asic.h Wed Aug 13 10:32:00 2008 +0000
1.2 +++ b/test/asic.h Sat Aug 04 08:46:28 2012 +1000
1.3 @@ -60,3 +60,8 @@
1.4 void asic_dump( FILE *f );
1.5
1.6 void asic_mask_all();
1.7 +
1.8 +/**
1.9 + * Wait until the G2 FIFO buffer is clear to write
1.10 + */
1.11 +int g2_fifo_wait();
.