diff options
Diffstat (limited to 'src/gallium/drivers/freedreno/freedreno_context.h')
-rw-r--r-- | src/gallium/drivers/freedreno/freedreno_context.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/freedreno/freedreno_context.h b/src/gallium/drivers/freedreno/freedreno_context.h index ef83048545d..7db1fd1fa0a 100644 --- a/src/gallium/drivers/freedreno/freedreno_context.h +++ b/src/gallium/drivers/freedreno/freedreno_context.h @@ -154,7 +154,7 @@ struct fd_context { * normally have to wait before resetting to the start of the next * rb. */ - struct fd_ringbuffer *rings[4]; + struct fd_ringbuffer *rings[8]; unsigned rings_idx; /* normal draw/clear cmds: */ |