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

  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/
amdgpu_hardwaremanager.c 139 if (hwmgr->hwmgr_func->apply_state_adjust_rules != NULL)
140 return hwmgr->hwmgr_func->apply_state_adjust_rules(
amdgpu_smu10_hwmgr.c 1336 .apply_state_adjust_rules = smu10_apply_state_adjust_rules,
amdgpu_smu8_hwmgr.c 1972 .apply_state_adjust_rules = smu8_apply_state_adjust_rules,
amdgpu_vega10_hwmgr.c 5404 .apply_state_adjust_rules = vega10_apply_state_adjust_rules,
amdgpu_smu7_hwmgr.c 5119 .apply_state_adjust_rules = smu7_apply_state_adjust_rules,
  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/inc/
hwmgr.h 242 int (*apply_state_adjust_rules)(struct pp_hwmgr *hwmgr, member in struct:pp_hwmgr_func

Completed in 22 milliseconds