Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpu/drm/amd/pm/powerplay/
Damd_powerplay.c1426 if (hwmgr->hwmgr_func->get_ppfeature_status == NULL) { in pp_get_ppfeature_status()
1431 return hwmgr->hwmgr_func->get_ppfeature_status(hwmgr, buf); in pp_get_ppfeature_status()
1640 .get_ppfeature_status = pp_get_ppfeature_status,
/Linux-v6.6/drivers/gpu/drm/amd/include/
Dkgd_pp_interface.h404 int (*get_ppfeature_status)(void *handle, char *buf); member
/Linux-v6.6/drivers/gpu/drm/amd/pm/
Damdgpu_dpm.c1119 if (!pp_funcs->get_ppfeature_status) in amdgpu_dpm_get_ppfeature_status()
1123 ret = pp_funcs->get_ppfeature_status(adev->powerplay.pp_handle, in amdgpu_dpm_get_ppfeature_status()
/Linux-v6.6/drivers/gpu/drm/amd/pm/powerplay/inc/
Dhwmgr.h357 int (*get_ppfeature_status)(struct pp_hwmgr *hwmgr, char *buf); member
/Linux-v6.6/drivers/gpu/drm/amd/pm/swsmu/
Damdgpu_smu.c3170 .get_ppfeature_status = smu_sys_get_pp_feature_mask,
/Linux-v6.6/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
Dvega12_hwmgr.c2972 .get_ppfeature_status = vega12_get_ppfeature_status,
Dvega20_hwmgr.c4402 .get_ppfeature_status = vega20_get_ppfeature_status,
Dvega10_hwmgr.c5763 .get_ppfeature_status = vega10_get_ppfeature_status,