drm/amdgpu/psp: drop load/unload/init_shared_buf wrappers
authorAlex Deucher <alexander.deucher@amd.com>
Fri, 22 Apr 2022 20:46:24 +0000 (16:46 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 4 May 2022 13:54:58 +0000 (09:54 -0400)
commitf03d97b0bd96d18d8a75d7c9b3652aaf79da9af6
tree33287f3a539453ea612eea425641ba1c015922b8
parent57301181a5fc0df7e4b01661f80124e590ce4c40
drm/amdgpu/psp: drop load/unload/init_shared_buf wrappers

Just call the load/unload/init_shared_buf functions
directly.  Makes the code easier to follow.

Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c