diff options
| author | Sunil Khatri <[email protected]> | 2024-05-07 05:38:34 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2024-05-23 19:12:58 +0000 |
| commit | 74feef5667ef326122054d11257b2a2e1098dac0 (patch) | |
| tree | ce9b0841c95cd890c15884bc314b5c566b50f679 /drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.h | |
| parent | drm/amdgpu: Add CRC16 selection in config (diff) | |
| download | kernel-74feef5667ef326122054d11257b2a2e1098dac0.tar.gz kernel-74feef5667ef326122054d11257b2a2e1098dac0.zip | |
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 { |
