Reviewed-by: Yang Wang <[email protected]> Best Regards, Kevin
-----Original Message----- From: amd-gfx <[email protected]> On Behalf Of Ma Jun Sent: Wednesday, January 17, 2024 10:00 AM To: [email protected] Cc: Deucher, Alexander <[email protected]>; Ma, Jun <[email protected]>; Feng, Kenneth <[email protected]>; Wang, Yang(Kevin) <[email protected]> Subject: [PATCH] drm/amdgpu/pm: Add set_power_source funciton for smu13.0.0 Add set_power_source function for smu13.0.0 Signed-off-by: Ma Jun <[email protected]> --- drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_0_ppt.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_0_ppt.c b/drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_0_ppt.c index c01d5f5b80f7..46ae5d811bea 100644 --- a/drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_0_ppt.c +++ b/drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_0_ppt.c @@ -3020,6 +3020,7 @@ static const struct pptable_funcs smu_v13_0_0_ppt_funcs = { .enable_mgpu_fan_boost = smu_v13_0_0_enable_mgpu_fan_boost, .get_power_limit = smu_v13_0_0_get_power_limit, .set_power_limit = smu_v13_0_set_power_limit, + .set_power_source = smu_v13_0_set_power_source, .get_power_profile_mode = smu_v13_0_0_get_power_profile_mode, .set_power_profile_mode = smu_v13_0_0_set_power_profile_mode, .run_btc = smu_v13_0_run_btc, -- 2.34.1
