drm/msm/rd: allow adding addition msg to top of dump

For faults or hangs, it is nice to be able to include a bit more
information.

Signed-off-by: Rob Clark <robdclark@gmail.com>
This commit is contained in:
Rob Clark
2017-09-15 10:46:45 -04:00
parent 2165e2b9cb
commit 998b9a5883
3 changed files with 16 additions and 4 deletions

View File

@@ -557,7 +557,7 @@ void msm_gpu_submit(struct msm_gpu *gpu, struct msm_gem_submit *submit,
list_add_tail(&submit->node, &ring->submits);
msm_rd_dump_submit(priv->rd, submit);
msm_rd_dump_submit(priv->rd, submit, NULL);
update_sw_cntrs(gpu);