Searched refs:PP_SMC_POWER_PROFILE_CUSTOM (Results 1 – 16 of 16) sorted by relevance
| /linux/drivers/gpu/drm/amd/pm/swsmu/smu11/ ! |
| H A D | arcturus_ppt.c | 225 WORKLOAD_MAP(PP_SMC_POWER_PROFILE_CUSTOM, WORKLOAD_PPLIB_CUSTOM_BIT), 1326 for (i = 0; i <= PP_SMC_POWER_PROFILE_CUSTOM; i++) { in arcturus_get_power_profile_mode() 1457 if (workload_mask & (1 << PP_SMC_POWER_PROFILE_CUSTOM)) { in arcturus_set_power_profile_mode()
|
| H A D | navi10_ppt.c | 239 WORKLOAD_MAP(PP_SMC_POWER_PROFILE_CUSTOM, WORKLOAD_PPLIB_CUSTOM_BIT), 1690 for (i = 0; i <= PP_SMC_POWER_PROFILE_CUSTOM; i++) { in navi10_get_power_profile_mode() 1835 if (workload_mask & (1 << PP_SMC_POWER_PROFILE_CUSTOM)) { in navi10_set_power_profile_mode()
|
| H A D | sienna_cichlid_ppt.c | 256 WORKLOAD_MAP(PP_SMC_POWER_PROFILE_CUSTOM, WORKLOAD_PPLIB_CUSTOM_BIT), 1602 for (i = 0; i <= PP_SMC_POWER_PROFILE_CUSTOM; i++) { in sienna_cichlid_get_power_profile_mode() 1750 if (workload_mask & (1 << PP_SMC_POWER_PROFILE_CUSTOM)) { in sienna_cichlid_set_power_profile_mode()
|
| H A D | vangogh_ppt.c | 207 WORKLOAD_MAP(PP_SMC_POWER_PROFILE_CUSTOM, WORKLOAD_PPLIB_CUSTOM_BIT),
|
| /linux/drivers/gpu/drm/amd/pm/swsmu/smu12/ ! |
| H A D | renoir_ppt.c | 128 WORKLOAD_MAP(PP_SMC_POWER_PROFILE_CUSTOM, WORKLOAD_PPLIB_CUSTOM_BIT), 1125 for (i = 0; i <= PP_SMC_POWER_PROFILE_CUSTOM; i++) { in renoir_get_power_profile_mode()
|
| /linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ ! |
| H A D | vega20_hwmgr.c | 4036 case PP_SMC_POWER_PROFILE_CUSTOM: in conv_power_profile_to_pplib_workload() 4072 for (i = 0; i <= PP_SMC_POWER_PROFILE_CUSTOM; i++) { in vega20_get_power_profile_mode() 4150 if (power_profile_mode > PP_SMC_POWER_PROFILE_CUSTOM) { in vega20_set_power_profile_mode() 4155 if (power_profile_mode == PP_SMC_POWER_PROFILE_CUSTOM) { in vega20_set_power_profile_mode()
|
| H A D | smu10_hwmgr.c | 1451 case PP_SMC_POWER_PROFILE_CUSTOM: in conv_power_profile_to_pplib_workload()
|
| H A D | smu7_hwmgr.c | 5672 case PP_SMC_POWER_PROFILE_CUSTOM: in smu7_set_power_profile_mode() 5679 tmp = smu7_profiling[PP_SMC_POWER_PROFILE_CUSTOM]; in smu7_set_power_profile_mode() 5692 smu7_profiling[PP_SMC_POWER_PROFILE_CUSTOM] = tmp; in smu7_set_power_profile_mode()
|
| H A D | vega10_hwmgr.c | 5206 for (i = 0; i < PP_SMC_POWER_PROFILE_CUSTOM; i++) in vega10_get_power_profile_mode() 5235 if (power_profile_mode == PP_SMC_POWER_PROFILE_CUSTOM) { in vega10_set_power_profile_mode()
|
| /linux/drivers/gpu/drm/amd/include/ ! |
| H A D | kgd_pp_interface.h | 190 PP_SMC_POWER_PROFILE_CUSTOM = 0x6, enumerator
|
| /linux/drivers/gpu/drm/amd/pm/swsmu/smu13/ ! |
| H A D | smu_v13_0_7_ppt.c | 260 WORKLOAD_MAP(PP_SMC_POWER_PROFILE_CUSTOM, WORKLOAD_PPLIB_CUSTOM_BIT), 2564 if (workload_mask & (1 << PP_SMC_POWER_PROFILE_CUSTOM)) { in smu_v13_0_7_set_power_profile_mode()
|
| H A D | smu_v13_0_0_ppt.c | 271 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_0_set_power_profile_mode()
|
| /linux/drivers/gpu/drm/amd/pm/swsmu/smu14/ ! |
| H A D | smu_v14_0_2_ppt.c | 247 WORKLOAD_MAP(PP_SMC_POWER_PROFILE_CUSTOM, WORKLOAD_PPLIB_CUSTOM_BIT), 1821 if (workload_mask & (1 << PP_SMC_POWER_PROFILE_CUSTOM)) { in smu_v14_0_2_set_power_profile_mode()
|
| /linux/drivers/gpu/drm/amd/pm/powerplay/ ! |
| H A D | amd_powerplay.c | 916 if (!(type < PP_SMC_POWER_PROFILE_CUSTOM)) in pp_dpm_switch_power_profile()
|
| /linux/drivers/gpu/drm/amd/pm/swsmu/ ! |
| H A D | amdgpu_smu.c | 2483 if (!(type < PP_SMC_POWER_PROFILE_CUSTOM)) in smu_switch_power_profile() 3249 if (param[param_size] == PP_SMC_POWER_PROFILE_CUSTOM) { in smu_set_power_profile_mode()
|
| /linux/drivers/gpu/drm/amd/pm/ ! |
| H A D | amdgpu_pm.c | 1379 if (profile_mode == PP_SMC_POWER_PROFILE_CUSTOM) { in amdgpu_set_pp_power_profile_mode()
|