]> www.infradead.org Git - users/dwmw2/linux.git/commit
drm/amdgpu: remove ip dump reg_count variable
authorSunil Khatri <sunil.khatri@amd.com>
Thu, 2 May 2024 08:48:08 +0000 (14:18 +0530)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 3 May 2024 13:06:47 +0000 (09:06 -0400)
commitb0923d5d80facb205cc2b7f82994ab5c3eef3181
treebb28d39d57562a57a4ba90224310e0ee13c63a00
parent9243e0e206bbf8799add08cc66f807cbe085c9d2
drm/amdgpu: remove ip dump reg_count variable

reg_count is not used and the register count is
directly derived from the array size and hence
removed.

Signed-off-by: Sunil Khatri <sunil.khatri@amd.com>
Acked-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.h
drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c