Implement Voodoo CMDFIFO enable bit.

This commit is contained in:
SarahW 2020-10-12 20:08:35 +01:00
commit c9891895da
4 changed files with 7 additions and 2 deletions

View file

@ -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;