Symbol: PP_SMC_POWER_PROFILE_BOOTUP_DEFAULT
drivers/gpu/drm/amd/pm/powerplay/hwmgr/hwmgr.c
63
hwmgr->workload_prority[PP_SMC_POWER_PROFILE_BOOTUP_DEFAULT] = 0;
drivers/gpu/drm/amd/pm/powerplay/hwmgr/hwmgr.c
70
hwmgr->workload_setting[0] = PP_SMC_POWER_PROFILE_BOOTUP_DEFAULT;
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega10_hwmgr.c
840
hwmgr->workload_mask = 1 << hwmgr->workload_prority[PP_SMC_POWER_PROFILE_BOOTUP_DEFAULT];
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega10_hwmgr.c
841
hwmgr->power_profile_mode = PP_SMC_POWER_PROFILE_BOOTUP_DEFAULT;
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega10_hwmgr.c
842
hwmgr->default_power_profile_mode = PP_SMC_POWER_PROFILE_BOOTUP_DEFAULT;
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega20_hwmgr.c
4018
case PP_SMC_POWER_PROFILE_BOOTUP_DEFAULT:
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega20_hwmgr.c
445
hwmgr->workload_mask = 1 << hwmgr->workload_prority[PP_SMC_POWER_PROFILE_BOOTUP_DEFAULT];
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega20_hwmgr.c
446
hwmgr->power_profile_mode = PP_SMC_POWER_PROFILE_BOOTUP_DEFAULT;
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega20_hwmgr.c
447
hwmgr->default_power_profile_mode = PP_SMC_POWER_PROFILE_BOOTUP_DEFAULT;
drivers/gpu/drm/amd/pm/swsmu/amdgpu_smu.c
1320
PP_SMC_POWER_PROFILE_BOOTUP_DEFAULT;
drivers/gpu/drm/amd/pm/swsmu/amdgpu_smu.c
2514
u32 workload_mask = 1 << PP_SMC_POWER_PROFILE_BOOTUP_DEFAULT;
drivers/gpu/drm/amd/pm/swsmu/smu11/arcturus_ppt.c
221
WORKLOAD_MAP(PP_SMC_POWER_PROFILE_BOOTUP_DEFAULT, WORKLOAD_PPLIB_DEFAULT_BIT),
drivers/gpu/drm/amd/pm/swsmu/smu11/navi10_ppt.c
233
WORKLOAD_MAP(PP_SMC_POWER_PROFILE_BOOTUP_DEFAULT, WORKLOAD_PPLIB_DEFAULT_BIT),
drivers/gpu/drm/amd/pm/swsmu/smu11/sienna_cichlid_ppt.c
250
WORKLOAD_MAP(PP_SMC_POWER_PROFILE_BOOTUP_DEFAULT, WORKLOAD_PPLIB_DEFAULT_BIT),
drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_0_ppt.c
265
WORKLOAD_MAP(PP_SMC_POWER_PROFILE_BOOTUP_DEFAULT, WORKLOAD_PPLIB_DEFAULT_BIT),
drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_7_ppt.c
254
WORKLOAD_MAP(PP_SMC_POWER_PROFILE_BOOTUP_DEFAULT, WORKLOAD_PPLIB_DEFAULT_BIT),
drivers/gpu/drm/amd/pm/swsmu/smu14/smu_v14_0_2_ppt.c
241
WORKLOAD_MAP(PP_SMC_POWER_PROFILE_BOOTUP_DEFAULT, WORKLOAD_PPLIB_DEFAULT_BIT),