diff options
| author | Sunil Khatri <[email protected]> | 2024-05-22 05:24:17 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2024-05-23 19:13:13 +0000 |
| commit | 8444453dced3e5d81a1ca0368fc6227834b9eb8f (patch) | |
| tree | c1a25565e0a23fe2706d97853e435498ff88bab6 /drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.h | |
| parent | drm/amdgpu: Add cp queues support fro gfx10 in ipdump (diff) | |
| download | kernel-8444453dced3e5d81a1ca0368fc6227834b9eb8f.tar.gz kernel-8444453dced3e5d81a1ca0368fc6227834b9eb8f.zip | |
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 <[email protected]>
Signed-off-by: Sunil Khatri <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
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 { |
