Searched refs:PP_SMC_POWER_PROFILE_CUSTOM (Results 1 – 14 of 14) sorted by relevance
/linux/drivers/gpu/drm/amd/pm/swsmu/smu12/ |
A D | renoir_ppt.c | 128 WORKLOAD_MAP(PP_SMC_POWER_PROFILE_CUSTOM, WORKLOAD_PPLIB_CUSTOM_BIT), 862 if (profile_mode > PP_SMC_POWER_PROFILE_CUSTOM) { in renoir_set_power_profile_mode() 1112 for (i = 0; i <= PP_SMC_POWER_PROFILE_CUSTOM; i++) { in renoir_get_power_profile_mode()
|
/linux/drivers/gpu/drm/amd/pm/swsmu/smu11/ |
A D | arcturus_ppt.c | 229 WORKLOAD_MAP(PP_SMC_POWER_PROFILE_CUSTOM, WORKLOAD_PPLIB_CUSTOM_BIT), 1432 for (i = 0; i <= PP_SMC_POWER_PROFILE_CUSTOM; i++) { in arcturus_get_power_profile_mode() 1502 if (profile_mode > PP_SMC_POWER_PROFILE_CUSTOM) { in arcturus_set_power_profile_mode() 1511 if ((profile_mode == PP_SMC_POWER_PROFILE_CUSTOM) && in arcturus_set_power_profile_mode()
|
A D | vangogh_ppt.c | 190 WORKLOAD_MAP(PP_SMC_POWER_PROFILE_CUSTOM, WORKLOAD_PPLIB_CUSTOM_BIT), 1056 for (i = 0; i <= PP_SMC_POWER_PROFILE_CUSTOM; i++) { in vangogh_get_power_profile_mode() 1080 if (profile_mode > PP_SMC_POWER_PROFILE_CUSTOM) { in vangogh_set_power_profile_mode()
|
A D | navi10_ppt.c | 238 WORKLOAD_MAP(PP_SMC_POWER_PROFILE_CUSTOM, WORKLOAD_PPLIB_CUSTOM_BIT), 1745 for (i = 0; i <= PP_SMC_POWER_PROFILE_CUSTOM; i++) { in navi10_get_power_profile_mode() 1817 if (smu->power_profile_mode > PP_SMC_POWER_PROFILE_CUSTOM) { in navi10_set_power_profile_mode() 1822 if (smu->power_profile_mode == PP_SMC_POWER_PROFILE_CUSTOM) { in navi10_set_power_profile_mode()
|
A D | sienna_cichlid_ppt.c | 239 WORKLOAD_MAP(PP_SMC_POWER_PROFILE_CUSTOM, WORKLOAD_PPLIB_CUSTOM_BIT), 1374 for (i = 0; i <= PP_SMC_POWER_PROFILE_CUSTOM; i++) { in sienna_cichlid_get_power_profile_mode() 1449 if (smu->power_profile_mode > PP_SMC_POWER_PROFILE_CUSTOM) { in sienna_cichlid_set_power_profile_mode() 1454 if (smu->power_profile_mode == PP_SMC_POWER_PROFILE_CUSTOM) { in sienna_cichlid_set_power_profile_mode()
|
/linux/drivers/gpu/drm/amd/include/ |
A D | kgd_pp_interface.h | 152 PP_SMC_POWER_PROFILE_CUSTOM = 0x6, enumerator
|
/linux/drivers/gpu/drm/amd/pm/swsmu/ |
A D | smu_cmn.c | 442 if (index > PP_SMC_POWER_PROFILE_CUSTOM || in smu_cmn_to_asic_specific_index()
|
A D | amdgpu_smu.c | 1058 smu->workload_prority[PP_SMC_POWER_PROFILE_CUSTOM] = 6; in smu_sw_init() 1066 smu->workload_setting[6] = PP_SMC_POWER_PROFILE_CUSTOM; in smu_sw_init() 1836 if (!(type < PP_SMC_POWER_PROFILE_CUSTOM)) in smu_switch_power_profile()
|
/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
A D | vega20_hwmgr.c | 3970 case PP_SMC_POWER_PROFILE_CUSTOM: in conv_power_profile_to_pplib_workload() 4014 for (i = 0; i <= PP_SMC_POWER_PROFILE_CUSTOM; i++) { in vega20_get_power_profile_mode() 4092 if (power_profile_mode > PP_SMC_POWER_PROFILE_CUSTOM) { in vega20_set_power_profile_mode() 4097 if (power_profile_mode == PP_SMC_POWER_PROFILE_CUSTOM) { in vega20_set_power_profile_mode()
|
A D | smu10_hwmgr.c | 1423 case PP_SMC_POWER_PROFILE_CUSTOM: in conv_power_profile_to_pplib_workload()
|
A D | smu7_hwmgr.c | 5594 case PP_SMC_POWER_PROFILE_CUSTOM: in smu7_set_power_profile_mode() 5601 tmp = smu7_profiling[PP_SMC_POWER_PROFILE_CUSTOM]; in smu7_set_power_profile_mode() 5614 smu7_profiling[PP_SMC_POWER_PROFILE_CUSTOM] = tmp; in smu7_set_power_profile_mode()
|
A D | vega10_hwmgr.c | 5122 for (i = 0; i < PP_SMC_POWER_PROFILE_CUSTOM; i++) in vega10_get_power_profile_mode() 5150 if (power_profile_mode == PP_SMC_POWER_PROFILE_CUSTOM) { in vega10_set_power_profile_mode()
|
/linux/drivers/gpu/drm/amd/pm/powerplay/ |
A D | amd_powerplay.c | 969 if (!(type < PP_SMC_POWER_PROFILE_CUSTOM)) in pp_dpm_switch_power_profile()
|
/linux/drivers/gpu/drm/amd/pm/ |
A D | amdgpu_pm.c | 1512 if (profile_mode == PP_SMC_POWER_PROFILE_CUSTOM) { in amdgpu_set_pp_power_profile_mode()
|
Completed in 72 milliseconds