diff options
author | Sunil Khatri <sunil.khatri@amd.com> | 2024-05-22 10:54:17 +0530 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2024-05-23 15:13:13 -0400 |
commit | 8444453dced3e5d81a1ca0368fc6227834b9eb8f (patch) | |
tree | c1a25565e0a23fe2706d97853e435498ff88bab6 /drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.h | |
parent | 0f83227bc8f09da9a11cbbdfdaa9d724f83086f4 (diff) |
drm/amdgpu: add gfx queue support of gfx10 in ipdump
Add gfx queue register for all instances in devcoredump
for gfx10.
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 77ab5d0fd592..a9d9f372a7c1 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.h @@ -437,6 +437,7 @@ struct amdgpu_gfx { /* IP reg dump */ uint32_t *ip_dump_core; uint32_t *ip_dump_cp_queues; + uint32_t *ip_dump_gfx_queues; }; struct amdgpu_gfx_ras_reg_entry { |