[PATCH 1/5] drm/amd/pm: add interface to deallocate power_context for smu_v13_0_7

Wang, Yang(Kevin) KevinYang.Wang at amd.com
Wed Jun 8 09:57:20 UTC 2022


[AMD Official Use Only - General]

Series is

Reviewed-by: Yang Wang <kevinyang.wang at amd.com>

Best Regards,
Kevin
________________________________
From: amd-gfx <amd-gfx-bounces at lists.freedesktop.org> on behalf of Kenneth Feng <kenneth.feng at amd.com>
Sent: Wednesday, June 8, 2022 5:05 PM
To: amd-gfx at lists.freedesktop.org <amd-gfx at lists.freedesktop.org>
Cc: Feng, Kenneth <Kenneth.Feng at amd.com>
Subject: [PATCH 1/5] drm/amd/pm: add interface to deallocate power_context for smu_v13_0_7

add interface to deallocate power_context for smu_v13_0_7

Signed-off-by: Kenneth Feng <kenneth.feng at amd.com>
---
 drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_7_ppt.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_7_ppt.c b/drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_7_ppt.c
index bdea7bca3805..7da42cae5d6e 100644
--- a/drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_7_ppt.c
+++ b/drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_7_ppt.c
@@ -1541,6 +1541,7 @@ static const struct pptable_funcs smu_v13_0_7_ppt_funcs = {
         .load_microcode = smu_v13_0_load_microcode,
         .init_smc_tables = smu_v13_0_7_init_smc_tables,
         .init_power = smu_v13_0_init_power,
+       .fini_power = smu_v13_0_fini_power,
         .check_fw_status = smu_v13_0_7_check_fw_status,
         .setup_pptable = smu_v13_0_7_setup_pptable,
         .check_fw_version = smu_v13_0_check_fw_version,
--
2.25.1

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/amd-gfx/attachments/20220608/b0f91056/attachment-0001.htm>


More information about the amd-gfx mailing list