drm/amdgpu: clean unused functions of uvd/vcn/vce
authorSunil Khatri <sunil.khatri@amd.com>
Thu, 17 Oct 2024 16:11:34 +0000 (21:41 +0530)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 22 Oct 2024 21:51:19 +0000 (17:51 -0400)
commit971d8e1c3f450b031e72f730f7fcbebcaecc67cc
tree616a76822b84ccb6a9b3b0a9ab171f2c003dd813
parentafb634a6823d8d9db23c5fb04f79c5549349628b
drm/amdgpu: clean unused functions of uvd/vcn/vce

Some of the functions pointers of amdgpu_ip_funcs
are not used and are left commented out. Hence this
cleans those up which arent used.

Cc: Leo Liu <leo.liu@amd.com>
Signed-off-by: Sunil Khatri <sunil.khatri@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/uvd_v7_0.c
drivers/gpu/drm/amd/amdgpu/vce_v4_0.c
drivers/gpu/drm/amd/amdgpu/vcn_v1_0.c