Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/amd/pm/powerplay/
Damd_powerplay.c1523 if (hwmgr->hwmgr_func->get_ppfeature_status == NULL) { in pp_get_ppfeature_status()
1529 ret = hwmgr->hwmgr_func->get_ppfeature_status(hwmgr, buf); in pp_get_ppfeature_status()
1740 .get_ppfeature_status = pp_get_ppfeature_status,
/Linux-v5.15/drivers/gpu/drm/amd/pm/inc/
Damdgpu_dpm.h361 ((adev)->powerplay.pp_funcs->get_ppfeature_status(\
Dhwmgr.h359 int (*get_ppfeature_status)(struct pp_hwmgr *hwmgr, char *buf); member
/Linux-v5.15/drivers/gpu/drm/amd/include/
Dkgd_pp_interface.h381 int (*get_ppfeature_status)(void *handle, char *buf); member
/Linux-v5.15/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
Dvega12_hwmgr.c2945 .get_ppfeature_status = vega12_get_ppfeature_status,
Dvega20_hwmgr.c4400 .get_ppfeature_status = vega20_get_ppfeature_status,
Dvega10_hwmgr.c5583 .get_ppfeature_status = vega10_get_ppfeature_status,
/Linux-v5.15/drivers/gpu/drm/amd/pm/swsmu/
Damdgpu_smu.c3094 .get_ppfeature_status = smu_sys_get_pp_feature_mask,
/Linux-v5.15/drivers/gpu/drm/amd/pm/
Damdgpu_pm.c1010 if (adev->powerplay.pp_funcs->get_ppfeature_status) in amdgpu_get_pp_features()