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

  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/
amdgpu_hwmgr.c 73 hwmgr->workload_prority[PP_SMC_POWER_PROFILE_BOOTUP_DEFAULT] = 0;
80 hwmgr->workload_setting[0] = PP_SMC_POWER_PROFILE_BOOTUP_DEFAULT;
amdgpu_smu10_hwmgr.c 1218 case PP_SMC_POWER_PROFILE_BOOTUP_DEFAULT:
amdgpu_vega20_hwmgr.c 442 hwmgr->workload_mask = 1 << hwmgr->workload_prority[PP_SMC_POWER_PROFILE_BOOTUP_DEFAULT];
443 hwmgr->power_profile_mode = PP_SMC_POWER_PROFILE_BOOTUP_DEFAULT;
444 hwmgr->default_power_profile_mode = PP_SMC_POWER_PROFILE_BOOTUP_DEFAULT;
3865 case PP_SMC_POWER_PROFILE_BOOTUP_DEFAULT:
amdgpu_vega10_hwmgr.c 838 hwmgr->workload_mask = 1 << hwmgr->workload_prority[PP_SMC_POWER_PROFILE_BOOTUP_DEFAULT];
839 hwmgr->power_profile_mode = PP_SMC_POWER_PROFILE_BOOTUP_DEFAULT;
840 hwmgr->default_power_profile_mode = PP_SMC_POWER_PROFILE_BOOTUP_DEFAULT;
  /src/sys/external/bsd/drm2/dist/drm/amd/include/
kgd_pp_interface.h 140 PP_SMC_POWER_PROFILE_BOOTUP_DEFAULT = 0x0,
  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/
amdgpu_smu.c 912 smu->power_profile_mode = PP_SMC_POWER_PROFILE_BOOTUP_DEFAULT;
913 smu->default_power_profile_mode = PP_SMC_POWER_PROFILE_BOOTUP_DEFAULT;
915 smu->workload_mask = 1 << smu->workload_prority[PP_SMC_POWER_PROFILE_BOOTUP_DEFAULT];
916 smu->workload_prority[PP_SMC_POWER_PROFILE_BOOTUP_DEFAULT] = 0;
924 smu->workload_setting[0] = PP_SMC_POWER_PROFILE_BOOTUP_DEFAULT;
amdgpu_arcturus_ppt.c 196 WORKLOAD_MAP(PP_SMC_POWER_PROFILE_BOOTUP_DEFAULT, WORKLOAD_PPLIB_DEFAULT_BIT),
amdgpu_navi10_ppt.c 219 WORKLOAD_MAP(PP_SMC_POWER_PROFILE_BOOTUP_DEFAULT, WORKLOAD_PPLIB_DEFAULT_BIT),
amdgpu_vega20_ppt.c 226 WORKLOAD_MAP(PP_SMC_POWER_PROFILE_BOOTUP_DEFAULT, WORKLOAD_DEFAULT_BIT),

Completed in 27 milliseconds