diff options
author | Marek Olšák <[email protected]> | 2015-08-30 03:56:13 +0200 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2015-09-01 21:51:15 +0200 |
commit | 28b34b474e330be881d15a34859811e9f5e36eb5 (patch) | |
tree | ef9944023a535af27a5522decd65e9913da9371b /src/gallium/drivers/radeonsi/si_pipe.h | |
parent | aad43f0768edc0711d5f54ea79b052fb4f1d3321 (diff) |
radeonsi: don't send IB dword usage to si_need_cs_space
Reviewed-by: Alex Deucher <[email protected]>
Acked-by: Christian König <[email protected]>
Diffstat (limited to 'src/gallium/drivers/radeonsi/si_pipe.h')
-rw-r--r-- | src/gallium/drivers/radeonsi/si_pipe.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/radeonsi/si_pipe.h b/src/gallium/drivers/radeonsi/si_pipe.h index abdc900ece6..1c4c46d916a 100644 --- a/src/gallium/drivers/radeonsi/si_pipe.h +++ b/src/gallium/drivers/radeonsi/si_pipe.h @@ -317,7 +317,7 @@ void si_dma_copy(struct pipe_context *ctx, void si_context_gfx_flush(void *context, unsigned flags, struct pipe_fence_handle **fence); void si_begin_new_cs(struct si_context *ctx); -void si_need_cs_space(struct si_context *ctx, unsigned num_dw, boolean count_draw_in); +void si_need_cs_space(struct si_context *ctx); /* si_compute.c */ void si_init_compute_functions(struct si_context *sctx); |