Searched refs:set_xgmi_pstate (Results 1 – 11 of 11) sorted by relevance
/linux/drivers/gpu/drm/amd/pm/powerplay/ |
A D | amd_powerplay.c | 1620 if (!hwmgr->pm_en || !hwmgr->hwmgr_func->set_xgmi_pstate) in pp_set_xgmi_pstate() 1624 hwmgr->hwmgr_func->set_xgmi_pstate(hwmgr, pstate); in pp_set_xgmi_pstate() 1746 .set_xgmi_pstate = pp_set_xgmi_pstate,
|
/linux/drivers/gpu/drm/amd/include/ |
A D | kgd_pp_interface.h | 385 int (*set_xgmi_pstate)(void *handle, uint32_t pstate); member
|
/linux/drivers/gpu/drm/amd/pm/inc/ |
A D | amdgpu_smu.h | 1069 int (*set_xgmi_pstate)(struct smu_context *smu, uint32_t pstate); member
|
A D | hwmgr.h | 365 int (*set_xgmi_pstate)(struct pp_hwmgr *hwmgr, uint32_t pstate); member
|
/linux/drivers/gpu/drm/amd/pm/swsmu/ |
A D | amdgpu_smu.c | 2801 if (smu->ppt_funcs->set_xgmi_pstate) in smu_set_xgmi_pstate() 2802 ret = smu->ppt_funcs->set_xgmi_pstate(smu, pstate); in smu_set_xgmi_pstate() 3143 .set_xgmi_pstate = smu_set_xgmi_pstate,
|
/linux/drivers/gpu/drm/amd/pm/ |
A D | amdgpu_dpm.c | 1131 if (pp_funcs && pp_funcs->set_xgmi_pstate) in amdgpu_dpm_set_xgmi_pstate() 1132 ret = pp_funcs->set_xgmi_pstate(adev->powerplay.pp_handle, in amdgpu_dpm_set_xgmi_pstate()
|
/linux/drivers/gpu/drm/amd/pm/swsmu/smu13/ |
A D | aldebaran_ppt.c | 1912 .set_xgmi_pstate = smu_v13_0_set_xgmi_pstate,
|
/linux/drivers/gpu/drm/amd/pm/swsmu/smu11/ |
A D | arcturus_ppt.c | 2471 .set_xgmi_pstate = smu_v11_0_set_xgmi_pstate,
|
A D | navi10_ppt.c | 3301 .set_xgmi_pstate = smu_v11_0_set_xgmi_pstate,
|
A D | sienna_cichlid_ppt.c | 3856 .set_xgmi_pstate = smu_v11_0_set_xgmi_pstate,
|
/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
A D | vega20_hwmgr.c | 4433 .set_xgmi_pstate = vega20_set_xgmi_pstate,
|
Completed in 53 milliseconds