drm/amd: Use `amdgpu_ucode_release` helper for si
authorMario Limonciello <mario.limonciello@amd.com>
Wed, 4 Jan 2023 14:40:28 +0000 (08:40 -0600)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 10 Jan 2023 19:32:58 +0000 (14:32 -0500)
commit79da290ef6366fbb070904f262f95df837e4cfa6
tree39b74e64ebd0207fa689dccce0e9c0def51ee557
parent778af6661c8be4dff73f04da0c029ae338900a56
drm/amd: Use `amdgpu_ucode_release` helper for si

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/legacy-dpm/si_dpm.c