Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/smu12/
H A Drenoir_ppt.c137 WORKLOAD_MAP(PP_SMC_POWER_PROFILE_CUSTOM, WORKLOAD_PPLIB_CUSTOM_BIT),
872 if (profile_mode > PP_SMC_POWER_PROFILE_CUSTOM) { in renoir_set_power_profile_mode()
1114 for (i = 0; i <= PP_SMC_POWER_PROFILE_CUSTOM; i++) { in renoir_get_power_profile_mode()
/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/smu11/
H A Darcturus_ppt.c227 WORKLOAD_MAP(PP_SMC_POWER_PROFILE_CUSTOM, WORKLOAD_PPLIB_CUSTOM_BIT),
1406 for (i = 0; i <= PP_SMC_POWER_PROFILE_CUSTOM; i++) { in arcturus_get_power_profile_mode()
1476 if (profile_mode > PP_SMC_POWER_PROFILE_CUSTOM) { in arcturus_set_power_profile_mode()
1485 if ((profile_mode == PP_SMC_POWER_PROFILE_CUSTOM) && in arcturus_set_power_profile_mode()
H A Dnavi10_ppt.c237 WORKLOAD_MAP(PP_SMC_POWER_PROFILE_CUSTOM, WORKLOAD_PPLIB_CUSTOM_BIT),
1949 for (i = 0; i <= PP_SMC_POWER_PROFILE_CUSTOM; i++) { in navi10_get_power_profile_mode()
2021 if (smu->power_profile_mode > PP_SMC_POWER_PROFILE_CUSTOM) { in navi10_set_power_profile_mode()
2026 if (smu->power_profile_mode == PP_SMC_POWER_PROFILE_CUSTOM) { in navi10_set_power_profile_mode()
H A Dsienna_cichlid_ppt.c250 WORKLOAD_MAP(PP_SMC_POWER_PROFILE_CUSTOM, WORKLOAD_PPLIB_CUSTOM_BIT),
1631 for (i = 0; i <= PP_SMC_POWER_PROFILE_CUSTOM; i++) { in sienna_cichlid_get_power_profile_mode()
1706 if (smu->power_profile_mode > PP_SMC_POWER_PROFILE_CUSTOM) { in sienna_cichlid_set_power_profile_mode()
1711 if (smu->power_profile_mode == PP_SMC_POWER_PROFILE_CUSTOM) { in sienna_cichlid_set_power_profile_mode()
H A Dvangogh_ppt.c205 WORKLOAD_MAP(PP_SMC_POWER_PROFILE_CUSTOM, WORKLOAD_PPLIB_CUSTOM_BIT),
/openbmc/linux/drivers/gpu/drm/amd/include/
H A Dkgd_pp_interface.h164 PP_SMC_POWER_PROFILE_CUSTOM = 0x6, enumerator
/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/
H A Damdgpu_smu.c1131 smu->workload_prority[PP_SMC_POWER_PROFILE_CUSTOM] = 6; in smu_sw_init()
1139 smu->workload_setting[6] = PP_SMC_POWER_PROFILE_CUSTOM; in smu_sw_init()
1951 if (!(type < PP_SMC_POWER_PROFILE_CUSTOM)) in smu_switch_power_profile()
/openbmc/linux/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.c1437 case PP_SMC_POWER_PROFILE_CUSTOM: in conv_power_profile_to_pplib_workload()
H A Dsmu7_hwmgr.c5643 case PP_SMC_POWER_PROFILE_CUSTOM: in smu7_set_power_profile_mode()
5650 tmp = smu7_profiling[PP_SMC_POWER_PROFILE_CUSTOM]; in smu7_set_power_profile_mode()
5663 smu7_profiling[PP_SMC_POWER_PROFILE_CUSTOM] = tmp; in smu7_set_power_profile_mode()
H A Dvega10_hwmgr.c5342 for (i = 0; i < PP_SMC_POWER_PROFILE_CUSTOM; i++) in vega10_get_power_profile_mode()
5371 if (power_profile_mode == PP_SMC_POWER_PROFILE_CUSTOM) { in vega10_set_power_profile_mode()
/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/smu13/
H A Dsmu_v13_0_7_ppt.c232 WORKLOAD_MAP(PP_SMC_POWER_PROFILE_CUSTOM, WORKLOAD_PPLIB_CUSTOM_BIT),
2069 if (smu->power_profile_mode == PP_SMC_POWER_PROFILE_CUSTOM) { in smu_v13_0_7_set_power_profile_mode()
H A Dsmu_v13_0_0_ppt.c263 WORKLOAD_MAP(PP_SMC_POWER_PROFILE_CUSTOM, WORKLOAD_PPLIB_CUSTOM_BIT),
2121 if (smu->power_profile_mode == PP_SMC_POWER_PROFILE_CUSTOM) { in smu_v13_0_0_set_power_profile_mode()
/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/
H A Damd_powerplay.c941 if (!(type < PP_SMC_POWER_PROFILE_CUSTOM)) in pp_dpm_switch_power_profile()
/openbmc/linux/drivers/gpu/drm/amd/pm/
H A Damdgpu_pm.c1437 if (profile_mode == PP_SMC_POWER_PROFILE_CUSTOM) { in amdgpu_set_pp_power_profile_mode()