Home
last modified time | relevance | path

Searched refs:set_ppfeature_status (Results 1 – 8 of 8) sorted by relevance

/drivers/gpu/drm/amd/pm/powerplay/
Damd_powerplay.c1442 if (hwmgr->hwmgr_func->set_ppfeature_status == NULL) { in pp_set_ppfeature_status()
1447 return hwmgr->hwmgr_func->set_ppfeature_status(hwmgr, ppfeature_masks); in pp_set_ppfeature_status()
1642 .set_ppfeature_status = pp_set_ppfeature_status,
/drivers/gpu/drm/amd/include/
Dkgd_pp_interface.h398 int (*set_ppfeature_status)(void *handle, uint64_t ppfeature_masks); member
/drivers/gpu/drm/amd/pm/
Damdgpu_dpm.c1057 if (!pp_funcs->set_ppfeature_status) in amdgpu_dpm_set_ppfeature_status()
1061 ret = pp_funcs->set_ppfeature_status(adev->powerplay.pp_handle, in amdgpu_dpm_set_ppfeature_status()
/drivers/gpu/drm/amd/pm/powerplay/inc/
Dhwmgr.h359 int (*set_ppfeature_status)(struct pp_hwmgr *hwmgr, uint64_t ppfeature_masks); member
/drivers/gpu/drm/amd/pm/swsmu/
Damdgpu_smu.c3106 .set_ppfeature_status = smu_sys_set_pp_feature_mask,
/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
Dvega12_hwmgr.c2974 .set_ppfeature_status = vega12_set_ppfeature_status,
Dvega20_hwmgr.c4396 .set_ppfeature_status = vega20_set_ppfeature_status,
Dvega10_hwmgr.c5768 .set_ppfeature_status = vega10_set_ppfeature_status,