Home
last modified time | relevance | path

Searched refs:PP_SMC_POWER_PROFILE_CUSTOM (Results 1 – 10 of 10) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/amd/powerplay/
Dnavi10_ppt.c209 WORKLOAD_MAP(PP_SMC_POWER_PROFILE_CUSTOM, WORKLOAD_PPLIB_CUSTOM_BIT),
292 if (profile > PP_SMC_POWER_PROFILE_CUSTOM) in navi10_get_workload_type()
1067 for (i = 0; i <= PP_SMC_POWER_PROFILE_CUSTOM; i++) { in navi10_get_power_profile_mode()
1137 if (smu->power_profile_mode > PP_SMC_POWER_PROFILE_CUSTOM) { in navi10_set_power_profile_mode()
1142 if (smu->power_profile_mode == PP_SMC_POWER_PROFILE_CUSTOM) { in navi10_set_power_profile_mode()
Darcturus_ppt.c187 WORKLOAD_MAP(PP_SMC_POWER_PROFILE_CUSTOM, WORKLOAD_PPLIB_CUSTOM_BIT),
272 if (profile > PP_SMC_POWER_PROFILE_CUSTOM) in arcturus_get_workload_type()
1397 for (i = 0; i <= PP_SMC_POWER_PROFILE_CUSTOM; i++) { in arcturus_get_power_profile_mode()
1424 if (profile_mode > PP_SMC_POWER_PROFILE_CUSTOM) { in arcturus_set_power_profile_mode()
Damdgpu_smu.c859 smu->workload_prority[PP_SMC_POWER_PROFILE_CUSTOM] = 6; in smu_sw_init()
867 smu->workload_setting[6] = PP_SMC_POWER_PROFILE_CUSTOM; in smu_sw_init()
1700 if (!(type < PP_SMC_POWER_PROFILE_CUSTOM)) in smu_switch_power_profile()
Dvega20_ppt.c223 WORKLOAD_MAP(PP_SMC_POWER_PROFILE_CUSTOM, WORKLOAD_PPLIB_CUSTOM_BIT),
305 if (profile > PP_SMC_POWER_PROFILE_CUSTOM) in vega20_get_workload_type()
1816 for (i = 0; i <= PP_SMC_POWER_PROFILE_CUSTOM; i++) { in vega20_get_power_profile_mode()
1902 if (smu->power_profile_mode > PP_SMC_POWER_PROFILE_CUSTOM) { in vega20_set_power_profile_mode()
1907 if (smu->power_profile_mode == PP_SMC_POWER_PROFILE_CUSTOM) { in vega20_set_power_profile_mode()
Damd_powerplay.c955 if (!(type < PP_SMC_POWER_PROFILE_CUSTOM)) in pp_dpm_switch_power_profile()
/Linux-v5.4/drivers/gpu/drm/amd/include/
Dkgd_pp_interface.h144 PP_SMC_POWER_PROFILE_CUSTOM = 0x6, enumerator
/Linux-v5.4/drivers/gpu/drm/amd/powerplay/hwmgr/
Dvega20_hwmgr.c3873 case PP_SMC_POWER_PROFILE_CUSTOM: in conv_power_profile_to_pplib_workload()
3915 for (i = 0; i <= PP_SMC_POWER_PROFILE_CUSTOM; i++) { in vega20_get_power_profile_mode()
3993 if (power_profile_mode > PP_SMC_POWER_PROFILE_CUSTOM) { in vega20_set_power_profile_mode()
3998 if (power_profile_mode == PP_SMC_POWER_PROFILE_CUSTOM) { in vega20_set_power_profile_mode()
Dsmu7_hwmgr.c5009 case PP_SMC_POWER_PROFILE_CUSTOM: in smu7_set_power_profile_mode()
5016 tmp = smu7_profiling[PP_SMC_POWER_PROFILE_CUSTOM]; in smu7_set_power_profile_mode()
5029 smu7_profiling[PP_SMC_POWER_PROFILE_CUSTOM] = tmp; in smu7_set_power_profile_mode()
Dvega10_hwmgr.c4933 for (i = 0; i < PP_SMC_POWER_PROFILE_CUSTOM; i++) in vega10_get_power_profile_mode()
4954 if (power_profile_mode == PP_SMC_POWER_PROFILE_CUSTOM) { in vega10_set_power_profile_mode()
/Linux-v5.4/drivers/gpu/drm/amd/amdgpu/
Damdgpu_pm.c1283 if (profile_mode == PP_SMC_POWER_PROFILE_CUSTOM) { in amdgpu_set_pp_power_profile_mode()