Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/
H A 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()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/powerplay/
H A Damd_powerplay.c359 uint32_t profile_mode_mask = AMD_DPM_FORCED_LEVEL_PROFILE_STANDARD | in pp_dpm_en_umd_pstate() local
364 if (!(hwmgr->dpm_level & profile_mode_mask)) { in pp_dpm_en_umd_pstate()
366 if (*level & profile_mode_mask) { in pp_dpm_en_umd_pstate()
372 if (!(*level & profile_mode_mask)) { in pp_dpm_en_umd_pstate()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/
H A Damdgpu_dpm.c898 uint32_t profile_mode_mask = AMD_DPM_FORCED_LEVEL_PROFILE_STANDARD | in amdgpu_dpm_force_performance_level() local
924 if (!(current_level & profile_mode_mask) && in amdgpu_dpm_force_performance_level()
928 if (!(current_level & profile_mode_mask) && in amdgpu_dpm_force_performance_level()
929 (level & profile_mode_mask)) { in amdgpu_dpm_force_performance_level()
937 } else if ((current_level & profile_mode_mask) && in amdgpu_dpm_force_performance_level()
938 !(level & profile_mode_mask)) { in amdgpu_dpm_force_performance_level()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/swsmu/
H A Damdgpu_smu.c1467 uint32_t profile_mode_mask = AMD_DPM_FORCED_LEVEL_PROFILE_STANDARD | in smu_enable_umd_pstate() local
1478 if (!(smu_dpm_ctx->dpm_level & profile_mode_mask)) { in smu_enable_umd_pstate()
1480 if (*level & profile_mode_mask) { in smu_enable_umd_pstate()
1494 if (!(*level & profile_mode_mask)) { in smu_enable_umd_pstate()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/swsmu/
H A Damdgpu_smu.c1796 uint32_t profile_mode_mask = AMD_DPM_FORCED_LEVEL_PROFILE_STANDARD | in smu_enable_umd_pstate() local
1807 if (!(smu_dpm_ctx->dpm_level & profile_mode_mask)) { in smu_enable_umd_pstate()
1809 if (*level & profile_mode_mask) { in smu_enable_umd_pstate()
1818 if (!(*level & profile_mode_mask)) { in smu_enable_umd_pstate()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/smumgr/
H A 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()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/powerplay/smumgr/
H A Dci_smumgr.c2862 uint32_t profile_mode_mask = AMD_DPM_FORCED_LEVEL_PROFILE_STANDARD | in ci_update_uvd_smc_table() local
2883 if (hwmgr->dpm_level & profile_mode_mask || !PP_CAP(PHM_PlatformCaps_UVDDPM)) in ci_update_uvd_smc_table()
2899 uint32_t profile_mode_mask = AMD_DPM_FORCED_LEVEL_PROFILE_STANDARD | in ci_update_vce_smc_table() local
2915 if (hwmgr->dpm_level & profile_mode_mask || !PP_CAP(PHM_PlatformCaps_VCEDPM)) in ci_update_vce_smc_table()

Completed in 21 milliseconds