drm/msm/a6xx: Cleanup indexed regs const'ness
authorRob Clark <robdclark@chromium.org>
Sat, 4 May 2024 16:31:13 +0000 (09:31 -0700)
committerRob Clark <robdclark@chromium.org>
Tue, 7 May 2024 14:56:35 +0000 (07:56 -0700)
commit69b79e8075ba23b77593f56ab128600d8afa01e9
tree77d104d2d2556ec4c59872f6ceeaf4f238d3d57f
parentf3f8207d8aed806e99c30749b1f190a5b0330b37
drm/msm/a6xx: Cleanup indexed regs const'ness

These tables were made non-const in commit 3cba4a2cdff3 ("drm/msm/a6xx:
Update ROQ size in coredump") in order to avoid powering up the GPU when
reading back a devcoredump.  Instead let's just stash the count that is
potentially read from hw in struct a6xx_gpu_state_obj, and make the
tables const again.

Signed-off-by: Rob Clark <robdclark@chromium.org>
Patchwork: https://patchwork.freedesktop.org/patch/592699/
drivers/gpu/drm/msm/adreno/a6xx_gpu_state.c
drivers/gpu/drm/msm/adreno/a6xx_gpu_state.h