Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/include/
H A Dkgd_pp_interface.h321 int (*get_ppfeature_status)(void *handle, char *buf); member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/pm/powerplay/
H A Damd_powerplay.c1508 if (hwmgr->hwmgr_func->get_ppfeature_status == NULL) { in pp_get_ppfeature_status()
1514 ret = hwmgr->hwmgr_func->get_ppfeature_status(hwmgr, buf); in pp_get_ppfeature_status()
1687 .get_ppfeature_status = pp_get_ppfeature_status,
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/pm/inc/
H A Damdgpu_dpm.h361 ((adev)->powerplay.pp_funcs->get_ppfeature_status(\
H A Dhwmgr.h359 int (*get_ppfeature_status)(struct pp_hwmgr *hwmgr, char *buf); member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dvega12_hwmgr.c2946 .get_ppfeature_status = vega12_get_ppfeature_status,
H A Dvega20_hwmgr.c4401 .get_ppfeature_status = vega20_get_ppfeature_status,
H A Dvega10_hwmgr.c5578 .get_ppfeature_status = vega10_get_ppfeature_status,
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/pm/
H A Damdgpu_pm.c992 else if (adev->powerplay.pp_funcs->get_ppfeature_status) in amdgpu_get_pp_features()