drm/msm/gpu: Capture all BO addr+size in devcore
authorRob Clark <robdclark@chromium.org>
Wed, 29 Jun 2022 21:19:15 +0000 (14:19 -0700)
committerRob Clark <robdclark@chromium.org>
Thu, 7 Jul 2022 01:54:41 +0000 (18:54 -0700)
commitcc66a42c94b11b4a92068a730773283a28937571
treee6d0b8e40e03978d909131b10bf9863280fd61cb
parentb571cb5273ad2feacc75ab2d951d950534aa589d
drm/msm/gpu: Capture all BO addr+size in devcore

It is useful to know what buffers userspace thinks are associated with
the submit, even if we don't care to capture their content.  This brings
things more inline with $debugfs/rd cmdstream dumping.

Signed-off-by: Rob Clark <robdclark@chromium.org>
Patchwork: https://patchwork.freedesktop.org/patch/491908/
Link: https://lore.kernel.org/r/20220629211919.563585-2-robdclark@gmail.com
drivers/gpu/drm/msm/msm_gpu.c