diff --git a/src/gallium/drivers/lima/lima_job.c b/src/gallium/drivers/lima/lima_job.c index 9503075931a..ef8a6444cb9 100644 --- a/src/gallium/drivers/lima/lima_job.c +++ b/src/gallium/drivers/lima/lima_job.c @@ -552,8 +552,8 @@ lima_generate_pp_stream(struct lima_job *job, int off_x, int off_y, */ int max = MAX2(tiled_w, tiled_h); int index = 0; - uint32_t *stream[4]; - int si[4] = {0}; + uint32_t *stream[8]; + int si[8] = {0}; int dim = 0; int count = 0;