Implement out-of-order CMDFIFO handling on Banshee.
This commit is contained in:
parent
8ee4396b4c
commit
2212b9a470
2 changed files with 50 additions and 3 deletions
|
|
@ -302,6 +302,7 @@ typedef struct voodoo_t
|
|||
int cmdfifo_rp;
|
||||
volatile int cmdfifo_depth_rd, cmdfifo_depth_wr;
|
||||
uint32_t cmdfifo_amin, cmdfifo_amax;
|
||||
int cmdfifo_holecount;
|
||||
|
||||
uint32_t sSetupMode;
|
||||
vert_t verts[4];
|
||||
|
|
|
|||
Loading…
Reference in a new issue