diff options
author | Sunil Khatri <[email protected]> | 2024-05-07 11:08:34 +0530 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2024-05-23 15:12:58 -0400 |
commit | 74feef5667ef326122054d11257b2a2e1098dac0 (patch) | |
tree | ce9b0841c95cd890c15884bc314b5c566b50f679 /drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.h | |
parent | 621a4e9efb18078d5426b3628d52a629eafe4bc2 (diff) |
drm/amdgpu: rename the ip_dump to ip_dump_core
Rename the memory pointer from ip_dump to ip_dump_core
to make it specific to core registers and rest other
registers to be dumped in their respective memories.
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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.h index 109f471ff315..a28462643b00 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.h @@ -435,7 +435,7 @@ struct amdgpu_gfx { bool mcbp; /* mid command buffer preemption */ /* IP reg dump */ - uint32_t *ip_dump; + uint32_t *ip_dump_core; }; struct amdgpu_gfx_ras_reg_entry { |