Home
last modified time | relevance | path

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

/drivers/gpu/drm/amd/include/
Dkgd_pp_interface.h313 int (*set_ppfeature_status)(void *handle, uint64_t ppfeature_masks); member
/drivers/gpu/drm/amd/powerplay/
Damd_powerplay.c1500 if (hwmgr->hwmgr_func->set_ppfeature_status == NULL) { in pp_set_ppfeature_status()
1506 ret = hwmgr->hwmgr_func->set_ppfeature_status(hwmgr, ppfeature_masks); in pp_set_ppfeature_status()
1607 .set_ppfeature_status = pp_set_ppfeature_status,
/drivers/gpu/drm/amd/amdgpu/
Damdgpu_dpm.h379 ((adev)->powerplay.pp_funcs->set_ppfeature_status(\
Damdgpu_pm.c783 } else if (adev->powerplay.pp_funcs->set_ppfeature_status) { in amdgpu_set_pp_feature_status()
/drivers/gpu/drm/amd/powerplay/inc/
Dhwmgr.h354 int (*set_ppfeature_status)(struct pp_hwmgr *hwmgr, uint64_t ppfeature_masks); member
/drivers/gpu/drm/amd/powerplay/hwmgr/
Dvega12_hwmgr.c2721 .set_ppfeature_status = vega12_set_ppfeature_status,
Dvega20_hwmgr.c4199 .set_ppfeature_status = vega20_set_ppfeature_status,
Dvega10_hwmgr.c5333 .set_ppfeature_status = vega10_set_ppfeature_status,