Implement Voodoo CMDFIFO enable bit.
This commit is contained in:
parent
d254f41817
commit
c9891895da
4 changed files with 7 additions and 2 deletions
|
|
@ -299,6 +299,7 @@ typedef struct voodoo_t
|
|||
uint32_t cmdfifo_base, cmdfifo_end, cmdfifo_size;
|
||||
int cmdfifo_rp;
|
||||
volatile int cmdfifo_depth_rd, cmdfifo_depth_wr;
|
||||
volatile int cmdfifo_enabled;
|
||||
uint32_t cmdfifo_amin, cmdfifo_amax;
|
||||
int cmdfifo_holecount;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue