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

  /src/sys/external/bsd/drm2/dist/drm/amd/include/
kgd_pp_interface.h 323 int (*set_ppfeature_status)(void *handle, uint64_t ppfeature_masks); member in struct:amd_pm_funcs
  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/
amdgpu_amd_powerplay.c 1517 if (hwmgr->hwmgr_func->set_ppfeature_status == NULL) {
1523 ret = hwmgr->hwmgr_func->set_ppfeature_status(hwmgr, ppfeature_masks);
1658 .set_ppfeature_status = pp_set_ppfeature_status,
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_dpm.h 371 ((adev)->powerplay.pp_funcs->set_ppfeature_status(\
amdgpu_pm.c 908 } else if (adev->powerplay.pp_funcs->set_ppfeature_status) {
  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/inc/
hwmgr.h 356 int (*set_ppfeature_status)(struct pp_hwmgr *hwmgr, uint64_t ppfeature_masks); member in struct:pp_hwmgr_func
  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/
amdgpu_vega12_hwmgr.c 2726 .set_ppfeature_status = vega12_set_ppfeature_status,
amdgpu_vega20_hwmgr.c 4241 .set_ppfeature_status = vega20_set_ppfeature_status,
amdgpu_vega10_hwmgr.c 5458 .set_ppfeature_status = vega10_set_ppfeature_status,

Completed in 30 milliseconds