diff options
author | Sunil Khatri <sunil.khatri@amd.com> | 2024-05-22 10:43:22 +0530 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2024-05-23 15:13:06 -0400 |
commit | 0f83227bc8f09da9a11cbbdfdaa9d724f83086f4 (patch) | |
tree | 2d74be38db5cd863130368f31fac840ec428b215 /drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.h | |
parent | 74feef5667ef326122054d11257b2a2e1098dac0 (diff) |
drm/amdgpu: Add cp queues support fro gfx10 in ipdump
Add support to dump registers of all instances of
cp queue registers of gfx10 to devcoredump.
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Sunil Khatri <sunil.khatri@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.h')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.h index a28462643b00..77ab5d0fd592 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.h @@ -436,6 +436,7 @@ struct amdgpu_gfx { /* IP reg dump */ uint32_t *ip_dump_core; + uint32_t *ip_dump_cp_queues; }; struct amdgpu_gfx_ras_reg_entry { |