Home
last modified time | relevance | path

Searched refs:PP_SMC_POWER_PROFILE_BOOTUP_DEFAULT (Results 1 – 9 of 9) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/amd/powerplay/hwmgr/
Dhwmgr.c67 hwmgr->workload_prority[PP_SMC_POWER_PROFILE_BOOTUP_DEFAULT] = 0; in hwmgr_init_workload_prority()
74 hwmgr->workload_setting[0] = PP_SMC_POWER_PROFILE_BOOTUP_DEFAULT; in hwmgr_init_workload_prority()
Dvega20_hwmgr.c432 hwmgr->workload_mask = 1 << hwmgr->workload_prority[PP_SMC_POWER_PROFILE_BOOTUP_DEFAULT]; in vega20_hwmgr_backend_init()
433 hwmgr->power_profile_mode = PP_SMC_POWER_PROFILE_BOOTUP_DEFAULT; in vega20_hwmgr_backend_init()
434 hwmgr->default_power_profile_mode = PP_SMC_POWER_PROFILE_BOOTUP_DEFAULT; in vega20_hwmgr_backend_init()
3855 case PP_SMC_POWER_PROFILE_BOOTUP_DEFAULT: in conv_power_profile_to_pplib_workload()
Dsmu10_hwmgr.c1207 case PP_SMC_POWER_PROFILE_BOOTUP_DEFAULT: in conv_power_profile_to_pplib_workload()
Dvega10_hwmgr.c833 hwmgr->workload_mask = 1 << hwmgr->workload_prority[PP_SMC_POWER_PROFILE_BOOTUP_DEFAULT]; in vega10_hwmgr_backend_init()
834 hwmgr->power_profile_mode = PP_SMC_POWER_PROFILE_BOOTUP_DEFAULT; in vega10_hwmgr_backend_init()
835 hwmgr->default_power_profile_mode = PP_SMC_POWER_PROFILE_BOOTUP_DEFAULT; in vega10_hwmgr_backend_init()
/Linux-v5.4/drivers/gpu/drm/amd/powerplay/
Damdgpu_smu.c849 smu->power_profile_mode = PP_SMC_POWER_PROFILE_BOOTUP_DEFAULT; in smu_sw_init()
850 smu->default_power_profile_mode = PP_SMC_POWER_PROFILE_BOOTUP_DEFAULT; in smu_sw_init()
852 smu->workload_mask = 1 << smu->workload_prority[PP_SMC_POWER_PROFILE_BOOTUP_DEFAULT]; in smu_sw_init()
853 smu->workload_prority[PP_SMC_POWER_PROFILE_BOOTUP_DEFAULT] = 0; in smu_sw_init()
861 smu->workload_setting[0] = PP_SMC_POWER_PROFILE_BOOTUP_DEFAULT; in smu_sw_init()
Dnavi10_ppt.c203 WORKLOAD_MAP(PP_SMC_POWER_PROFILE_BOOTUP_DEFAULT, WORKLOAD_PPLIB_DEFAULT_BIT),
Darcturus_ppt.c183 WORKLOAD_MAP(PP_SMC_POWER_PROFILE_BOOTUP_DEFAULT, WORKLOAD_PPLIB_DEFAULT_BIT),
Dvega20_ppt.c217 WORKLOAD_MAP(PP_SMC_POWER_PROFILE_BOOTUP_DEFAULT, WORKLOAD_DEFAULT_BIT),
/Linux-v5.4/drivers/gpu/drm/amd/include/
Dkgd_pp_interface.h138 PP_SMC_POWER_PROFILE_BOOTUP_DEFAULT = 0x0, enumerator