mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 05:18:08 +02:00
radv: also fixup event emission to not get culled.
This is possibly a bad idea, I might have to consider a better one. Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl> Signed-off-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
parent
bfbb362601
commit
b4b19afebe
1 changed files with 1 additions and 0 deletions
|
|
@ -2890,6 +2890,7 @@ static void write_event(struct radv_cmd_buffer *cmd_buffer,
|
|||
uint64_t va = cmd_buffer->device->ws->buffer_get_va(event->bo);
|
||||
|
||||
cmd_buffer->device->ws->cs_add_buffer(cs, event->bo, 8);
|
||||
cmd_buffer->no_draws = false;
|
||||
|
||||
MAYBE_UNUSED unsigned cdw_max = radeon_check_space(cmd_buffer->device->ws, cs, 12);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue