drm/amdgpu/gfx: Use CSB helpers in gfx_v9_0_get_csb_buffer
authorRodrigo Siqueira <siqueira@igalia.com>
Mon, 21 Apr 2025 22:12:21 +0000 (16:12 -0600)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 30 Apr 2025 22:04:42 +0000 (18:04 -0400)
commit9fec2e92fa991c882df424ab29f12779b217ab94
treed0cf1decb9415383c30a4fc84bdc263a54ac758c
parent0eef0e36bab1396f696983c8698c3c2f2a9d6a9d
drm/amdgpu/gfx: Use CSB helpers in gfx_v9_0_get_csb_buffer

Eliminate code duplication in gfx_v9_0_get_csb_buffer by using CSB
helpers.

Signed-off-by: Rodrigo Siqueira <siqueira@igalia.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c