diff options
author | Sunil Khatri <sunil.khatri@amd.com> | 2024-05-31 12:22:20 +0530 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2024-06-05 11:02:03 -0400 |
commit | 33837d62a4cb5ef316dec4fada5c1012ddbc0239 (patch) | |
tree | fc16050d53370af81cee072989dabd760b1da4d3 /drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.h | |
parent | 34b8d94b6ce478528467ece25191c69ba97c8180 (diff) |
drm/amdgpu: rename ip_dump_cp_queues to compute queues
Rename the variable ip_dump_cp_queues to ip_dump_compute_queue
as it represent compute queues.
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 | 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 a9d9f372a7c1..6b0416777c5b 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.h @@ -436,7 +436,7 @@ struct amdgpu_gfx { /* IP reg dump */ uint32_t *ip_dump_core; - uint32_t *ip_dump_cp_queues; + uint32_t *ip_dump_compute_queues; uint32_t *ip_dump_gfx_queues; }; |