Searched refs:PP_SMC_POWER_PROFILE_CUSTOM (Results 1 – 16 of 16) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/amd/pm/swsmu/smu12/ |
D | renoir_ppt.c | 137 WORKLOAD_MAP(PP_SMC_POWER_PROFILE_CUSTOM, WORKLOAD_PPLIB_CUSTOM_BIT), 870 if (profile_mode > PP_SMC_POWER_PROFILE_CUSTOM) { in renoir_set_power_profile_mode() 1151 for (i = 0; i <= PP_SMC_POWER_PROFILE_CUSTOM; i++) { in renoir_get_power_profile_mode()
|
/linux-6.12.1/drivers/gpu/drm/amd/pm/swsmu/smu11/ |
D | arcturus_ppt.c | 227 WORKLOAD_MAP(PP_SMC_POWER_PROFILE_CUSTOM, WORKLOAD_PPLIB_CUSTOM_BIT), 1384 for (i = 0; i <= PP_SMC_POWER_PROFILE_CUSTOM; i++) { in arcturus_get_power_profile_mode() 1453 if (profile_mode > PP_SMC_POWER_PROFILE_CUSTOM) { in arcturus_set_power_profile_mode() 1459 if ((profile_mode == PP_SMC_POWER_PROFILE_CUSTOM) && in arcturus_set_power_profile_mode()
|
D | navi10_ppt.c | 237 WORKLOAD_MAP(PP_SMC_POWER_PROFILE_CUSTOM, WORKLOAD_PPLIB_CUSTOM_BIT), 1942 for (i = 0; i <= PP_SMC_POWER_PROFILE_CUSTOM; i++) { in navi10_get_power_profile_mode() 2014 if (smu->power_profile_mode > PP_SMC_POWER_PROFILE_CUSTOM) { in navi10_set_power_profile_mode() 2019 if (smu->power_profile_mode == PP_SMC_POWER_PROFILE_CUSTOM) { in navi10_set_power_profile_mode()
|
D | sienna_cichlid_ppt.c | 254 WORKLOAD_MAP(PP_SMC_POWER_PROFILE_CUSTOM, WORKLOAD_PPLIB_CUSTOM_BIT), 1644 for (i = 0; i <= PP_SMC_POWER_PROFILE_CUSTOM; i++) { in sienna_cichlid_get_power_profile_mode() 1719 if (smu->power_profile_mode > PP_SMC_POWER_PROFILE_CUSTOM) { in sienna_cichlid_set_power_profile_mode() 1724 if (smu->power_profile_mode == PP_SMC_POWER_PROFILE_CUSTOM) { in sienna_cichlid_set_power_profile_mode()
|
D | vangogh_ppt.c | 205 WORKLOAD_MAP(PP_SMC_POWER_PROFILE_CUSTOM, WORKLOAD_PPLIB_CUSTOM_BIT),
|
/linux-6.12.1/drivers/gpu/drm/amd/include/ |
D | kgd_pp_interface.h | 171 PP_SMC_POWER_PROFILE_CUSTOM = 0x6, enumerator
|
/linux-6.12.1/drivers/gpu/drm/amd/pm/swsmu/ |
D | amdgpu_smu.c | 1274 smu->workload_prority[PP_SMC_POWER_PROFILE_CUSTOM] = 6; in smu_sw_init() 1288 smu->workload_setting[6] = PP_SMC_POWER_PROFILE_CUSTOM; in smu_sw_init() 2347 if (!(type < PP_SMC_POWER_PROFILE_CUSTOM)) in smu_switch_power_profile()
|
/linux-6.12.1/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
D | vega20_hwmgr.c | 3983 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()
|
D | smu10_hwmgr.c | 1441 case PP_SMC_POWER_PROFILE_CUSTOM: in conv_power_profile_to_pplib_workload()
|
D | smu7_hwmgr.c | 5650 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()
|
D | vega10_hwmgr.c | 5347 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.12.1/drivers/gpu/drm/amd/pm/swsmu/smu13/ |
D | smu_v13_0_7_ppt.c | 241 WORKLOAD_MAP(PP_SMC_POWER_PROFILE_CUSTOM, WORKLOAD_PPLIB_CUSTOM_BIT), 2452 if (smu->power_profile_mode == PP_SMC_POWER_PROFILE_CUSTOM) { in smu_v13_0_7_set_power_profile_mode()
|
D | smu_v13_0_0_ppt.c | 272 WORKLOAD_MAP(PP_SMC_POWER_PROFILE_CUSTOM, WORKLOAD_PPLIB_CUSTOM_BIT), 2497 if (smu->power_profile_mode == PP_SMC_POWER_PROFILE_CUSTOM) { in smu_v13_0_0_set_power_profile_mode()
|
/linux-6.12.1/drivers/gpu/drm/amd/pm/swsmu/smu14/ |
D | smu_v14_0_2_ppt.c | 242 WORKLOAD_MAP(PP_SMC_POWER_PROFILE_CUSTOM, WORKLOAD_PPLIB_CUSTOM_BIT), 1748 if (smu->power_profile_mode == PP_SMC_POWER_PROFILE_CUSTOM) { in smu_v14_0_2_set_power_profile_mode()
|
/linux-6.12.1/drivers/gpu/drm/amd/pm/powerplay/ |
D | amd_powerplay.c | 943 if (!(type < PP_SMC_POWER_PROFILE_CUSTOM)) in pp_dpm_switch_power_profile()
|
/linux-6.12.1/drivers/gpu/drm/amd/pm/ |
D | amdgpu_pm.c | 1475 if (profile_mode == PP_SMC_POWER_PROFILE_CUSTOM) { in amdgpu_set_pp_power_profile_mode()
|