HomeSort by: relevance | last modified time | path
    Searched refs:get_ppfeature_status (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/include/
kgd_pp_interface.h 322 int (*get_ppfeature_status)(void *handle, char *buf); member in struct:amd_pm_funcs
  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/
amdgpu_amd_powerplay.c 1497 if (hwmgr->hwmgr_func->get_ppfeature_status == NULL) {
1503 ret = hwmgr->hwmgr_func->get_ppfeature_status(hwmgr, buf);
1657 .get_ppfeature_status = pp_get_ppfeature_status,
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_dpm.h 367 ((adev)->powerplay.pp_funcs->get_ppfeature_status(\
amdgpu_pm.c 940 else if (adev->powerplay.pp_funcs->get_ppfeature_status)
  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/inc/
hwmgr.h 355 int (*get_ppfeature_status)(struct pp_hwmgr *hwmgr, char *buf); member in struct:pp_hwmgr_func
  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/
amdgpu_vega12_hwmgr.c 2725 .get_ppfeature_status = vega12_get_ppfeature_status,
amdgpu_vega20_hwmgr.c 4240 .get_ppfeature_status = vega20_get_ppfeature_status,
amdgpu_vega10_hwmgr.c 5457 .get_ppfeature_status = vega10_get_ppfeature_status,

Completed in 25 milliseconds