Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/amd/include/
Dkgd_pp_interface.h312 int (*get_ppfeature_status)(void *handle, char *buf); member
/Linux-v5.4/drivers/gpu/drm/amd/powerplay/
Damd_powerplay.c1479 if (hwmgr->hwmgr_func->get_ppfeature_status == NULL) { in pp_get_ppfeature_status()
1485 ret = hwmgr->hwmgr_func->get_ppfeature_status(hwmgr, buf); in pp_get_ppfeature_status()
1605 .get_ppfeature_status = pp_get_ppfeature_status,
/Linux-v5.4/drivers/gpu/drm/amd/amdgpu/
Damdgpu_dpm.h375 ((adev)->powerplay.pp_funcs->get_ppfeature_status(\
Damdgpu_pm.c801 } else if (adev->powerplay.pp_funcs->get_ppfeature_status) in amdgpu_get_pp_feature_status()
/Linux-v5.4/drivers/gpu/drm/amd/powerplay/inc/
Dhwmgr.h353 int (*get_ppfeature_status)(struct pp_hwmgr *hwmgr, char *buf); member
/Linux-v5.4/drivers/gpu/drm/amd/powerplay/hwmgr/
Dvega12_hwmgr.c2720 .get_ppfeature_status = vega12_get_ppfeature_status,
Dvega20_hwmgr.c4198 .get_ppfeature_status = vega20_get_ppfeature_status,
Dvega10_hwmgr.c5332 .get_ppfeature_status = vega10_get_ppfeature_status,