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

  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/
amdgpu_hardwaremanager.c 151 if (hwmgr->hwmgr_func->apply_clocks_adjust_rules != NULL)
152 return hwmgr->hwmgr_func->apply_clocks_adjust_rules(hwmgr);
amdgpu_vega12_hwmgr.c 2698 .apply_clocks_adjust_rules =
amdgpu_vega20_hwmgr.c 4209 .apply_clocks_adjust_rules = vega20_apply_clocks_adjust_rules,
  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/
smu_internal.h 135 ((smu)->ppt_funcs->apply_clocks_adjust_rules ? (smu)->ppt_funcs->apply_clocks_adjust_rules((smu)) : 0)
amdgpu_vega20_ppt.c 3205 .apply_clocks_adjust_rules = vega20_apply_clocks_adjust_rules,
  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/inc/
amdgpu_smu.h 459 int (*apply_clocks_adjust_rules)(struct smu_context *smu); member in struct:pptable_funcs
hwmgr.h 246 int (*apply_clocks_adjust_rules)(struct pp_hwmgr *hwmgr); member in struct:pp_hwmgr_func

Completed in 20 milliseconds