Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/amd/pm/swsmu/smu11/
H A Darcturus_ppt.c227 WORKLOAD_MAP(PP_SMC_POWER_PROFILE_CUSTOM, WORKLOAD_PPLIB_CUSTOM_BIT),
1391 for (i = 0; i <= PP_SMC_POWER_PROFILE_CUSTOM; i++) { in arcturus_get_power_profile_mode()
1522 if (workload_mask & (1 << PP_SMC_POWER_PROFILE_CUSTOM)) { in arcturus_set_power_profile_mode()
H A Dsienna_cichlid_ppt.c254 WORKLOAD_MAP(PP_SMC_POWER_PROFILE_CUSTOM, WORKLOAD_PPLIB_CUSTOM_BIT),
1642 for (i = 0; i <= PP_SMC_POWER_PROFILE_CUSTOM; i++) { in sienna_cichlid_get_power_profile_mode()
1790 if (workload_mask & (1 << PP_SMC_POWER_PROFILE_CUSTOM)) { in sienna_cichlid_set_power_profile_mode()
H A Dnavi10_ppt.c237 WORKLOAD_MAP(PP_SMC_POWER_PROFILE_CUSTOM, WORKLOAD_PPLIB_CUSTOM_BIT),
1944 for (i = 0; i <= PP_SMC_POWER_PROFILE_CUSTOM; i++) { in navi10_get_power_profile_mode()
2089 if (workload_mask & (1 << PP_SMC_POWER_PROFILE_CUSTOM)) { in navi10_set_power_profile_mode()
H A Dvangogh_ppt.c205 WORKLOAD_MAP(PP_SMC_POWER_PROFILE_CUSTOM, WORKLOAD_PPLIB_CUSTOM_BIT),
/linux-6.15/drivers/gpu/drm/amd/pm/swsmu/smu12/
H A Drenoir_ppt.c137 WORKLOAD_MAP(PP_SMC_POWER_PROFILE_CUSTOM, WORKLOAD_PPLIB_CUSTOM_BIT),
1136 for (i = 0; i <= PP_SMC_POWER_PROFILE_CUSTOM; i++) { in renoir_get_power_profile_mode()
/linux-6.15/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dvega20_hwmgr.c3983 case PP_SMC_POWER_PROFILE_CUSTOM: in conv_power_profile_to_pplib_workload()
4019 for (i = 0; i <= PP_SMC_POWER_PROFILE_CUSTOM; i++) { in vega20_get_power_profile_mode()
4097 if (power_profile_mode > PP_SMC_POWER_PROFILE_CUSTOM) { in vega20_set_power_profile_mode()
4102 if (power_profile_mode == PP_SMC_POWER_PROFILE_CUSTOM) { in vega20_set_power_profile_mode()
H A Dsmu10_hwmgr.c1441 case PP_SMC_POWER_PROFILE_CUSTOM: in conv_power_profile_to_pplib_workload()
H A Dsmu7_hwmgr.c5650 case PP_SMC_POWER_PROFILE_CUSTOM: in smu7_set_power_profile_mode()
5657 tmp = smu7_profiling[PP_SMC_POWER_PROFILE_CUSTOM]; in smu7_set_power_profile_mode()
5670 smu7_profiling[PP_SMC_POWER_PROFILE_CUSTOM] = tmp; in smu7_set_power_profile_mode()
H A Dvega10_hwmgr.c5347 for (i = 0; i < PP_SMC_POWER_PROFILE_CUSTOM; i++) in vega10_get_power_profile_mode()
5376 if (power_profile_mode == PP_SMC_POWER_PROFILE_CUSTOM) { in vega10_set_power_profile_mode()
/linux-6.15/drivers/gpu/drm/amd/include/
H A Dkgd_pp_interface.h174 PP_SMC_POWER_PROFILE_CUSTOM = 0x6, enumerator
/linux-6.15/drivers/gpu/drm/amd/pm/swsmu/smu13/
H A Dsmu_v13_0_7_ppt.c243 WORKLOAD_MAP(PP_SMC_POWER_PROFILE_CUSTOM, WORKLOAD_PPLIB_CUSTOM_BIT),
2609 if (workload_mask & (1 << PP_SMC_POWER_PROFILE_CUSTOM)) { in smu_v13_0_7_set_power_profile_mode()
H A Dsmu_v13_0_0_ppt.c274 WORKLOAD_MAP(PP_SMC_POWER_PROFILE_CUSTOM, WORKLOAD_PPLIB_CUSTOM_BIT),
2669 if (workload_mask & (1 << PP_SMC_POWER_PROFILE_CUSTOM)) { in smu_v13_0_0_set_power_profile_mode()
/linux-6.15/drivers/gpu/drm/amd/pm/swsmu/smu14/
H A Dsmu_v14_0_2_ppt.c243 WORKLOAD_MAP(PP_SMC_POWER_PROFILE_CUSTOM, WORKLOAD_PPLIB_CUSTOM_BIT),
1874 if (workload_mask & (1 << PP_SMC_POWER_PROFILE_CUSTOM)) { in smu_v14_0_2_set_power_profile_mode()
/linux-6.15/drivers/gpu/drm/amd/pm/powerplay/
H A Damd_powerplay.c931 if (!(type < PP_SMC_POWER_PROFILE_CUSTOM)) in pp_dpm_switch_power_profile()
/linux-6.15/drivers/gpu/drm/amd/pm/swsmu/
H A Damdgpu_smu.c2392 if (!(type < PP_SMC_POWER_PROFILE_CUSTOM)) in smu_switch_power_profile()
3149 if (param[param_size] == PP_SMC_POWER_PROFILE_CUSTOM) { in smu_set_power_profile_mode()
/linux-6.15/drivers/gpu/drm/amd/pm/
H A Damdgpu_pm.c1387 if (profile_mode == PP_SMC_POWER_PROFILE_CUSTOM) { in amdgpu_set_pp_power_profile_mode()