drm/amdgpu: update the handle ptr in late_fini
authorSunil Khatri <sunil.khatri@amd.com>
Mon, 30 Sep 2024 08:35:49 +0000 (14:05 +0530)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 1 Oct 2024 21:43:33 +0000 (17:43 -0400)
commit47d827f9c77bc87ccdb0fdefa95a2d6d28037497
treea10aecea1e1e337513054cbf3a7e81fe98a97e6f
parent904c402e971af450789be8f59e4d8ef52fc69cde
drm/amdgpu: update the handle ptr in late_fini

Update the *handle to amdgpu_ip_block ptr for all
functions pointers of late_fini.

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/amdgpu_device.c
drivers/gpu/drm/amd/include/amd_shared.h
drivers/gpu/drm/amd/pm/powerplay/amd_powerplay.c
drivers/gpu/drm/amd/pm/swsmu/amdgpu_smu.c