mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-15 22:30:20 +01:00
lima: set .out_sync field of req in lima_submit_start()
Looks like .out_sync wasn't set in lima_submit_start(), as result submit completion fence was never signalled. Reviewed-by: Qiang Yu <yuq825@gmail.com> Signed-off-by: Vasily Khoruzhick <anarsoul@gmail.com>
This commit is contained in:
parent
cb18046073
commit
32ea4c2c5e
1 changed files with 1 additions and 0 deletions
|
|
@ -128,6 +128,7 @@ bool lima_submit_start(struct lima_submit *submit, void *frame, uint32_t size)
|
|||
.bos = VOID2U64(util_dynarray_begin(&submit->gem_bos)),
|
||||
.frame = VOID2U64(frame),
|
||||
.frame_size = size,
|
||||
.out_sync = submit->out_sync,
|
||||
};
|
||||
|
||||
if (submit->in_sync_fd >= 0) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue