From 7cbb47a86ffee9d6c98e024ceeb6dc9bc00e8323 Mon Sep 17 00:00:00 2001 From: Jose Maria Casanova Crespo Date: Thu, 8 Feb 2024 13:13:28 +0100 Subject: [PATCH] v3d: Fix indentation at v3d_flush_jobs_writing_resource Reviewed-by: Iago Toral Quiroga Part-of: --- src/gallium/drivers/v3d/v3d_job.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gallium/drivers/v3d/v3d_job.c b/src/gallium/drivers/v3d/v3d_job.c index 1a7632a0e44..a929ab6e05c 100644 --- a/src/gallium/drivers/v3d/v3d_job.c +++ b/src/gallium/drivers/v3d/v3d_job.c @@ -200,8 +200,8 @@ v3d_flush_jobs_writing_resource(struct v3d_context *v3d, * are serialized with the previous submitted job. */ if (!is_compute_pipeline && rsc->bo != NULL && rsc->compute_written) { - v3d->sync_on_last_compute_job = true; - rsc->compute_written = false; + v3d->sync_on_last_compute_job = true; + rsc->compute_written = false; } if (!entry)