Skip to content

Commit fa34520

Browse files
committed
drm/amdgpu/swSMU: use the smu11 power source helper for navi1x
The smu_v11_0 version works for navi1x. Bug: https://gitlab.freedesktop.org/drm/amd/issues/1043 Reviewed-by: Evan Quan <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
1 parent f8c8321 commit fa34520

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/gpu/drm/amd/powerplay/navi10_ppt.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2369,6 +2369,7 @@ static const struct pptable_funcs navi10_ppt_funcs = {
23692369
.get_pptable_power_limit = navi10_get_pptable_power_limit,
23702370
.run_btc = navi10_run_btc,
23712371
.disable_umc_cdr_12gbps_workaround = navi10_disable_umc_cdr_12gbps_workaround,
2372+
.set_power_source = smu_v11_0_set_power_source,
23722373
};
23732374

23742375
void navi10_set_ppt_funcs(struct smu_context *smu)

0 commit comments

Comments
 (0)