Created
September 10, 2019 18:52
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/src/gallium/drivers/lima/lima_submit.c b/src/gallium/drivers/lima/lima_submit.c | |
index 92909451db4..1cf36852911 100644 | |
--- a/src/gallium/drivers/lima/lima_submit.c | |
+++ b/src/gallium/drivers/lima/lima_submit.c | |
@@ -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) { |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment