mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 13:28:06 +02:00
radv: fix write event eop on vega.
Typo here, fixes command submission hangs on vega
This commit is contained in:
parent
65477bae9c
commit
0e72dea46f
1 changed files with 1 additions and 1 deletions
|
|
@ -3300,7 +3300,7 @@ static void write_event(struct radv_cmd_buffer *cmd_buffer,
|
|||
* the stage mask. */
|
||||
|
||||
si_cs_emit_write_event_eop(cs,
|
||||
cmd_buffer->device->physical_device->rad_info.chip_class == CIK,
|
||||
cmd_buffer->device->physical_device->rad_info.chip_class,
|
||||
false,
|
||||
EVENT_TYPE_BOTTOM_OF_PIPE_TS, 0,
|
||||
1, va, 2, value);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue