drm/amd: Use `amdgpu_ucode_release` helper for powerplay
authorMario Limonciello <mario.limonciello@amd.com>
Wed, 4 Jan 2023 14:39:06 +0000 (08:39 -0600)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 10 Jan 2023 19:32:58 +0000 (14:32 -0500)
commit778af6661c8be4dff73f04da0c029ae338900a56
tree18b92e9171a11c4d0d7413decdbe65826f30afce
parent46fa9075dc440309e08cc5291db7a047b677f495
drm/amd: Use `amdgpu_ucode_release` helper for powerplay

The `amdgpu_ucode_release` helper is replacing all calls to
release_firmware.

Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Reviewed-by: Lijo Lazar <lijo.lazar@amd.com>
Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/pm/powerplay/amd_powerplay.c