v3d: Fix indentation at v3d_flush_jobs_writing_resource

Reviewed-by: Iago Toral Quiroga <itoral@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27550>
This commit is contained in:
Jose Maria Casanova Crespo 2024-02-08 13:13:28 +01:00 committed by Marge Bot
parent c41f6ad764
commit 7cbb47a86f

View file

@ -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)