drm/amdgpu: Drop redundant parameter in amdgpu_gfx_kiq_init_ring
authorMa Jun <Jun.Ma2@amd.com>
Sun, 18 Feb 2024 08:47:51 +0000 (16:47 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 22 Feb 2024 15:17:45 +0000 (10:17 -0500)
commit4acd31e6c2b97ce3f8a9a65df85f72d81aedf0e8
tree64c7085519e706e838b92b6cc9e10244ac01156b
parent86a08f1af2b29c2ffdfb4575f3fa7a9f1c7edbdf
drm/amdgpu: Drop redundant parameter in amdgpu_gfx_kiq_init_ring

Drop redundant parameters in function amdgpu_gfx_kiq_init_ring
to simplify the code

Signed-off-by: Ma Jun <Jun.Ma2@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.c
drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.h
drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c
drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c
drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c
drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c
drivers/gpu/drm/amd/amdgpu/gfx_v9_4_3.c