Searched refs:set_xgmi_pstate (Results 1 – 11 of 11) sorted by relevance
/linux-6.1.9/drivers/gpu/drm/amd/pm/powerplay/ |
D | amd_powerplay.c | 1448 if (!hwmgr->pm_en || !hwmgr->hwmgr_func->set_xgmi_pstate) in pp_set_xgmi_pstate() 1451 hwmgr->hwmgr_func->set_xgmi_pstate(hwmgr, pstate); in pp_set_xgmi_pstate() 1592 .set_xgmi_pstate = pp_set_xgmi_pstate,
|
/linux-6.1.9/drivers/gpu/drm/amd/include/ |
D | kgd_pp_interface.h | 399 int (*set_xgmi_pstate)(void *handle, uint32_t pstate); member
|
/linux-6.1.9/drivers/gpu/drm/amd/pm/swsmu/ |
D | amdgpu_smu.c | 2736 if (smu->ppt_funcs->set_xgmi_pstate) in smu_set_xgmi_pstate() 2737 ret = smu->ppt_funcs->set_xgmi_pstate(smu, pstate); in smu_set_xgmi_pstate() 3026 .set_xgmi_pstate = smu_set_xgmi_pstate,
|
/linux-6.1.9/drivers/gpu/drm/amd/pm/swsmu/inc/ |
D | amdgpu_smu.h | 1099 int (*set_xgmi_pstate)(struct smu_context *smu, uint32_t pstate); member
|
/linux-6.1.9/drivers/gpu/drm/amd/pm/powerplay/inc/ |
D | hwmgr.h | 364 int (*set_xgmi_pstate)(struct pp_hwmgr *hwmgr, uint32_t pstate); member
|
/linux-6.1.9/drivers/gpu/drm/amd/pm/ |
D | amdgpu_dpm.c | 308 if (pp_funcs && pp_funcs->set_xgmi_pstate) { in amdgpu_dpm_set_xgmi_pstate() 310 ret = pp_funcs->set_xgmi_pstate(adev->powerplay.pp_handle, in amdgpu_dpm_set_xgmi_pstate()
|
/linux-6.1.9/drivers/gpu/drm/amd/pm/swsmu/smu13/ |
D | aldebaran_ppt.c | 2115 .set_xgmi_pstate = smu_v13_0_set_xgmi_pstate,
|
/linux-6.1.9/drivers/gpu/drm/amd/pm/swsmu/smu11/ |
D | arcturus_ppt.c | 2486 .set_xgmi_pstate = smu_v11_0_set_xgmi_pstate,
|
D | navi10_ppt.c | 3543 .set_xgmi_pstate = smu_v11_0_set_xgmi_pstate,
|
D | sienna_cichlid_ppt.c | 4387 .set_xgmi_pstate = smu_v11_0_set_xgmi_pstate,
|
/linux-6.1.9/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
D | vega20_hwmgr.c | 4426 .set_xgmi_pstate = vega20_set_xgmi_pstate,
|