Home
last modified time | relevance | path

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

/drivers/gpu/drm/amd/powerplay/
Damdgpu_smu.c1529 uint32_t profile_mode_mask = AMD_DPM_FORCED_LEVEL_PROFILE_STANDARD | in smu_enable_umd_pstate() local
1539 if (!(smu_dpm_ctx->dpm_level & profile_mode_mask)) { in smu_enable_umd_pstate()
1541 if (*level & profile_mode_mask) { in smu_enable_umd_pstate()
1553 if (!(*level & profile_mode_mask)) { in smu_enable_umd_pstate()
Damd_powerplay.c313 uint32_t profile_mode_mask = AMD_DPM_FORCED_LEVEL_PROFILE_STANDARD | in pp_dpm_en_umd_pstate() local
318 if (!(hwmgr->dpm_level & profile_mode_mask)) { in pp_dpm_en_umd_pstate()
320 if (*level & profile_mode_mask) { in pp_dpm_en_umd_pstate()
332 if (!(*level & profile_mode_mask)) { in pp_dpm_en_umd_pstate()
/drivers/gpu/drm/amd/powerplay/smumgr/
Dci_smumgr.c2860 uint32_t profile_mode_mask = AMD_DPM_FORCED_LEVEL_PROFILE_STANDARD | in ci_update_uvd_smc_table() local
2881 if (hwmgr->dpm_level & profile_mode_mask || !PP_CAP(PHM_PlatformCaps_UVDDPM)) in ci_update_uvd_smc_table()
2896 uint32_t profile_mode_mask = AMD_DPM_FORCED_LEVEL_PROFILE_STANDARD | in ci_update_vce_smc_table() local
2912 if (hwmgr->dpm_level & profile_mode_mask || !PP_CAP(PHM_PlatformCaps_VCEDPM)) in ci_update_vce_smc_table()