diff options
Diffstat (limited to 'src/radeon.h')
-rw-r--r-- | src/radeon.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/radeon.h b/src/radeon.h index 71357b3b..5eec147a 100644 --- a/src/radeon.h +++ b/src/radeon.h @@ -708,7 +708,8 @@ struct radeon_accel_state { int vb_total; void *vb_ptr; uint32_t vb_size; - struct radeon_bo *vb_bo; + struct radeon_bo *vb_bo[2]; + int vb_bo_index; uint32_t vb_start_op; /* where to discard IB from if we cancel operation */ uint32_t ib_reset_op; |