mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-15 09:56:58 +07:00
drm/amd/powerplay: change structure variable name.
Signed-off-by: Rex Zhu <Rex.Zhu@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
29425288ba
commit
173247569a
@ -978,7 +978,7 @@ static int polaris10_smu_init(struct pp_smumgr *smumgr)
|
||||
return 0;
|
||||
}
|
||||
|
||||
static const struct pp_smumgr_func ellsemere_smu_funcs = {
|
||||
static const struct pp_smumgr_func polaris10_smu_funcs = {
|
||||
.smu_init = polaris10_smu_init,
|
||||
.smu_fini = polaris10_smu_fini,
|
||||
.start_smu = polaris10_start_smu,
|
||||
@ -1001,7 +1001,7 @@ int polaris10_smum_init(struct pp_smumgr *smumgr)
|
||||
return -1;
|
||||
|
||||
smumgr->backend = polaris10_smu;
|
||||
smumgr->smumgr_funcs = &ellsemere_smu_funcs;
|
||||
smumgr->smumgr_funcs = &polaris10_smu_funcs;
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user