aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium
diff options
context:
space:
mode:
authorEric Anholt <[email protected]>2018-06-25 15:02:26 -0700
committerEric Anholt <[email protected]>2018-07-27 17:08:35 -0700
commit422910d2e75063b80ffcc16aa4087880f20319c1 (patch)
treea78b5af4d1d77d955ff55dec50fb0fa362402976 /src/gallium
parent01b4952773e874b5fa0cc8190d846f7bbb1c18b6 (diff)
v3d: Move clif dumping to a separate step from noting where the CLs are.
Now all the printing happens from the same worklist processing.
Diffstat (limited to 'src/gallium')
-rw-r--r--src/gallium/drivers/v3d/v3d_job.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/drivers/v3d/v3d_job.c b/src/gallium/drivers/v3d/v3d_job.c
index 20f8bcc3f32..54b2c8dfac7 100644
--- a/src/gallium/drivers/v3d/v3d_job.c
+++ b/src/gallium/drivers/v3d/v3d_job.c
@@ -371,6 +371,8 @@ v3d_clif_dump(struct v3d_context *v3d, struct v3d_job *job)
job->submit.rcl_start, job->submit.rcl_end);
clif_dump_add_cl(clif, job->submit.rcl_start, job->submit.rcl_end);
+ clif_dump(clif);
+
clif_dump_destroy(clif);
}