Skip to content

Commit 76c7f08

Browse files
Kenneth Fengalexdeucher
authored andcommitted
drm/amd/pm: skip setting the power source on smu v14.0.2/3
skip setting power source on smu v14.0.2/3 Signed-off-by: Kenneth Feng <[email protected]> Reviewed-by: Lijo Lazar <[email protected]> Signed-off-by: Alex Deucher <[email protected]> Cc: [email protected] # 6.11.x
1 parent b0df0e7 commit 76c7f08

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/gpu/drm/amd/pm/swsmu/smu14/smu_v14_0_2_ppt.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2775,7 +2775,6 @@ static const struct pptable_funcs smu_v14_0_2_ppt_funcs = {
27752775
.get_unique_id = smu_v14_0_2_get_unique_id,
27762776
.get_power_limit = smu_v14_0_2_get_power_limit,
27772777
.set_power_limit = smu_v14_0_2_set_power_limit,
2778-
.set_power_source = smu_v14_0_set_power_source,
27792778
.get_power_profile_mode = smu_v14_0_2_get_power_profile_mode,
27802779
.set_power_profile_mode = smu_v14_0_2_set_power_profile_mode,
27812780
.run_btc = smu_v14_0_run_btc,

0 commit comments

Comments
 (0)