]> git.baikalelectronics.ru Git - kernel.git/commit
drm/msm: dump a rd GPUADDR header for all buffers in the command
authorJordan Crouse <jcrouse@codeaurora.org>
Fri, 20 Oct 2017 17:07:03 +0000 (11:07 -0600)
committerRob Clark <robdclark@gmail.com>
Sat, 28 Oct 2017 15:01:40 +0000 (11:01 -0400)
commite86e6038336182a3dfdba19cf7bd8cded8ac1ad1
treec6eab62007a718510a6d86bd8afc61651e593557
parenteaf90352b2dd37e29cd038801a1280a1b93f5be4
drm/msm: dump a rd GPUADDR header for all buffers in the command

Currently the rd dump avoids any buffers marked as WRITE under
the assumption that the contents are not interesting.  While it
is true that the contents are uninteresting we should still print
the iova and size for all buffers so that any listening replay
tools can correctly construct the submission.

Print the header for all buffers but only dump the contents for
buffers marked as READ.

Signed-off-by: Jordan Crouse <jcrouse@codeaurora.org>
Signed-off-by: Rob Clark <robdclark@gmail.com>
drivers/gpu/drm/msm/msm_rd.c