Home
last modified time | relevance | path

Searched refs:PP_SMC_POWER_PROFILE_COMPUTE (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dhwmgr.c68 hwmgr->workload_prority[PP_SMC_POWER_PROFILE_COMPUTE] = 5; in hwmgr_init_workload_prority()
75 hwmgr->workload_setting[5] = PP_SMC_POWER_PROFILE_COMPUTE; in hwmgr_init_workload_prority()
H A Dvega20_hwmgr.c4018 case PP_SMC_POWER_PROFILE_COMPUTE: in conv_power_profile_to_pplib_workload()
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_amdkfd.c764 (void)amdgpu_dpm_switch_power_profile(adev, PP_SMC_POWER_PROFILE_COMPUTE, !idle); in amdgpu_amdkfd_set_compute_idle()
H A Damdgpu_gfx.c2769 profile = PP_SMC_POWER_PROFILE_COMPUTE; in amdgpu_gfx_profile_idle_work_handler()
2803 profile = PP_SMC_POWER_PROFILE_COMPUTE; in amdgpu_gfx_profile_ring_begin_use()
/linux/drivers/gpu/drm/amd/include/
H A Dkgd_pp_interface.h192 PP_SMC_POWER_PROFILE_COMPUTE = 0x5, enumerator
/linux/drivers/gpu/drm/amd/pm/swsmu/smu13/
H A Dsmu_v13_0_0_ppt.c271 WORKLOAD_MAP(PP_SMC_POWER_PROFILE_COMPUTE, WORKLOAD_PPLIB_COMPUTE_BIT),
2615 if ((workload_mask & (1 << PP_SMC_POWER_PROFILE_COMPUTE)) && in smu_v13_0_0_set_power_profile_mode()
H A Dsmu_v13_0_7_ppt.c260 WORKLOAD_MAP(PP_SMC_POWER_PROFILE_COMPUTE, WORKLOAD_PPLIB_COMPUTE_BIT),