]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/msm: Use a7xx family directly in gpu_state
authorConnor Abbott <cwabbott0@gmail.com>
Wed, 7 Aug 2024 12:34:27 +0000 (13:34 +0100)
committerRob Clark <robdclark@chromium.org>
Fri, 30 Aug 2024 17:41:19 +0000 (10:41 -0700)
commitdb75ef03d72ea75515f5282fe8a4925ae8373fe1
treec55fe2b26d898b90cbfa6c45671e3f8990ff362f
parentc80bbd7fcdb2aa2e4099ecf43e0908f169d03183
drm/msm: Use a7xx family directly in gpu_state

With a7xx, we need to import a new header for each new generation and
switch to a different list of registers, instead of making
backwards-compatible changes. Using the helpers inadvertently made a750
use the a740 list of registers, instead use the family directly to fix
this.

Fixes: f3f8207d8aed ("drm/msm: Add devcoredump support for a750")
Signed-off-by: Connor Abbott <cwabbott0@gmail.com>
Patchwork: https://patchwork.freedesktop.org/patch/607392/
Signed-off-by: Rob Clark <robdclark@chromium.org>
drivers/gpu/drm/msm/adreno/a6xx_gpu_state.c