Searched refs:profile_mode_mask (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/gpu/drm/amd/pm/
H A Damdgpu_dpm.c969 uint32_t profile_mode_mask = AMD_DPM_FORCED_LEVEL_PROFILE_STANDARD | local
995 if (!(current_level & profile_mode_mask) &&
999 if (!(current_level & profile_mode_mask) &&
1000 (level & profile_mode_mask)) {
1008 } else if ((current_level & profile_mode_mask) &&
1009 !(level & profile_mode_mask)) {
/linux-master/drivers/gpu/drm/amd/pm/powerplay/
H A Damd_powerplay.c359 uint32_t profile_mode_mask = AMD_DPM_FORCED_LEVEL_PROFILE_STANDARD | local
364 if (!(hwmgr->dpm_level & profile_mode_mask)) {
366 if (*level & profile_mode_mask) {
372 if (!(*level & profile_mode_mask)) {
/linux-master/drivers/gpu/drm/amd/pm/powerplay/smumgr/
H A Dci_smumgr.c2863 uint32_t profile_mode_mask = AMD_DPM_FORCED_LEVEL_PROFILE_STANDARD | local
2884 if (hwmgr->dpm_level & profile_mode_mask || !PP_CAP(PHM_PlatformCaps_UVDDPM))
2900 uint32_t profile_mode_mask = AMD_DPM_FORCED_LEVEL_PROFILE_STANDARD | local
2916 if (hwmgr->dpm_level & profile_mode_mask || !PP_CAP(PHM_PlatformCaps_VCEDPM))
/linux-master/drivers/gpu/drm/amd/pm/swsmu/
H A Damdgpu_smu.c2151 uint32_t profile_mode_mask = AMD_DPM_FORCED_LEVEL_PROFILE_STANDARD | local
2162 if (!(smu_dpm_ctx->dpm_level & profile_mode_mask)) {
2164 if (*level & profile_mode_mask) {
2173 if (!(*level & profile_mode_mask)) {

Completed in 147 milliseconds