Home
last modified time | relevance | path

Searched refs:profile_mode_mask (Results 1 – 3 of 3) sorted by relevance

/drivers/gpu/drm/amd/pm/powerplay/
Damd_powerplay.c315 uint32_t profile_mode_mask = AMD_DPM_FORCED_LEVEL_PROFILE_STANDARD | in pp_dpm_en_umd_pstate() local
320 if (!(hwmgr->dpm_level & profile_mode_mask)) { in pp_dpm_en_umd_pstate()
322 if (*level & profile_mode_mask) { in pp_dpm_en_umd_pstate()
334 if (!(*level & profile_mode_mask)) { in pp_dpm_en_umd_pstate()
/drivers/gpu/drm/amd/pm/swsmu/
Damdgpu_smu.c1624 uint32_t profile_mode_mask = AMD_DPM_FORCED_LEVEL_PROFILE_STANDARD | in smu_enable_umd_pstate() local
1635 if (!(smu_dpm_ctx->dpm_level & profile_mode_mask)) { in smu_enable_umd_pstate()
1637 if (*level & profile_mode_mask) { in smu_enable_umd_pstate()
1653 if (!(*level & profile_mode_mask)) { in smu_enable_umd_pstate()
/drivers/gpu/drm/amd/pm/powerplay/smumgr/
Dci_smumgr.c2861 uint32_t profile_mode_mask = AMD_DPM_FORCED_LEVEL_PROFILE_STANDARD | in ci_update_uvd_smc_table() local
2882 if (hwmgr->dpm_level & profile_mode_mask || !PP_CAP(PHM_PlatformCaps_UVDDPM)) in ci_update_uvd_smc_table()
2898 uint32_t profile_mode_mask = AMD_DPM_FORCED_LEVEL_PROFILE_STANDARD | in ci_update_vce_smc_table() local
2914 if (hwmgr->dpm_level & profile_mode_mask || !PP_CAP(PHM_PlatformCaps_VCEDPM)) in ci_update_vce_smc_table()