[PATCH v5 43/45] drm/amd: Use `amdgpu_ucode_release` helper for powerplay

Mario Limonciello mario.limonciello at amd.com
Wed Jan 4 16:40:32 UTC 2023


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

Signed-off-by: Mario Limonciello <mario.limonciello at amd.com>
---
 drivers/gpu/drm/amd/pm/powerplay/amd_powerplay.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/drivers/gpu/drm/amd/pm/powerplay/amd_powerplay.c b/drivers/gpu/drm/amd/pm/powerplay/amd_powerplay.c
index 8f2cc6310340..15f41189c911 100644
--- a/drivers/gpu/drm/amd/pm/powerplay/amd_powerplay.c
+++ b/drivers/gpu/drm/amd/pm/powerplay/amd_powerplay.c
@@ -111,8 +111,7 @@ static int pp_sw_fini(void *handle)
 
 	hwmgr_sw_fini(hwmgr);
 
-	release_firmware(adev->pm.fw);
-	adev->pm.fw = NULL;
+	amdgpu_ucode_release(adev->pm.fw);
 
 	return 0;
 }
-- 
2.34.1



More information about the dri-devel mailing list