Home
last modified time | relevance | path

Searched refs:set_mp1_state (Results 1 – 13 of 13) sorted by relevance

/Linux-v5.15/drivers/gpu/drm/amd/pm/powerplay/
Damd_powerplay.c952 if (hwmgr->hwmgr_func->set_mp1_state) in pp_dpm_set_mp1_state()
953 return hwmgr->hwmgr_func->set_mp1_state(hwmgr, mp1_state); in pp_dpm_set_mp1_state()
1716 .set_mp1_state = pp_dpm_set_mp1_state,
/Linux-v5.15/drivers/gpu/drm/amd/include/
Dkgd_pp_interface.h345 int (*set_mp1_state)(void *handle, enum pp_mp1_state mp1_state); member
/Linux-v5.15/drivers/gpu/drm/amd/pm/inc/
Damdgpu_smu.h886 int (*set_mp1_state)(struct smu_context *smu, member
Dhwmgr.h361 int (*set_mp1_state)(struct pp_hwmgr *hwmgr, enum pp_mp1_state mp1_state); member
/Linux-v5.15/drivers/gpu/drm/amd/pm/swsmu/
Damdgpu_smu.c1985 smu->ppt_funcs->set_mp1_state) in smu_set_mp1_state()
1986 ret = smu->ppt_funcs->set_mp1_state(smu, mp1_state); in smu_set_mp1_state()
3081 .set_mp1_state = smu_set_mp1_state,
/Linux-v5.15/drivers/gpu/drm/amd/pm/
Damdgpu_dpm.c1021 if (pp_funcs && pp_funcs->set_mp1_state) { in amdgpu_dpm_set_mp1_state()
1022 ret = pp_funcs->set_mp1_state( in amdgpu_dpm_set_mp1_state()
/Linux-v5.15/drivers/gpu/drm/amd/pm/swsmu/smu13/
Daldebaran_ppt.c1927 .set_mp1_state = aldebaran_set_mp1_state,
/Linux-v5.15/drivers/gpu/drm/amd/pm/swsmu/smu11/
Darcturus_ppt.c2480 .set_mp1_state = smu_cmn_set_mp1_state,
Dnavi10_ppt.c3324 .set_mp1_state = smu_cmn_set_mp1_state,
Dsienna_cichlid_ppt.c3931 .set_mp1_state = sienna_cichlid_set_mp1_state,
/Linux-v5.15/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
Dvega12_hwmgr.c2947 .set_mp1_state = vega12_set_mp1_state,
Dvega20_hwmgr.c4426 .set_mp1_state = vega20_set_mp1_state,
Dvega10_hwmgr.c5585 .set_mp1_state = vega10_set_mp1_state,