drm/msm: always dump buffer base/size
authorRob Clark <robdclark@chromium.org>
Mon, 7 Oct 2019 20:31:08 +0000 (13:31 -0700)
committerRob Clark <robdclark@chromium.org>
Sat, 2 Nov 2019 16:43:24 +0000 (09:43 -0700)
commitabdfd18fe07373981c5375a79a76703add0db0f0
treeb2f8f819b48a8af39b39a1921317d777312e15a9
parentc4b0222e628f5b56af149d1a926170b2e9a16220
drm/msm: always dump buffer base/size

Even if we are not dumping the buffer's contents, it is useful to log
their base address and size.  This makes it easier to see when different
gpu pointers point to a single buffer, for example higher mipmap levels
of a single texture.

Signed-off-by: Rob Clark <robdclark@chromium.org>
drivers/gpu/drm/msm/msm_rd.c