HomeSort by: relevance | last modified time | path
    Searched defs:profile_mode_mask (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/
amdgpu_amd_powerplay.c 319 uint32_t profile_mode_mask = AMD_DPM_FORCED_LEVEL_PROFILE_STANDARD | local in function:pp_dpm_en_umd_pstate
324 if (!(hwmgr->dpm_level & profile_mode_mask)) {
326 if (*level & profile_mode_mask) {
338 if (!(*level & profile_mode_mask)) {
amdgpu_smu.c 1675 uint32_t profile_mode_mask = AMD_DPM_FORCED_LEVEL_PROFILE_STANDARD | local in function:smu_enable_umd_pstate
1686 if (!(smu_dpm_ctx->dpm_level & profile_mode_mask)) {
1688 if (*level & profile_mode_mask) {
1700 if (!(*level & profile_mode_mask)) {
  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/smumgr/
amdgpu_ci_smumgr.c 2865 uint32_t profile_mode_mask = AMD_DPM_FORCED_LEVEL_PROFILE_STANDARD | local in function:ci_update_uvd_smc_table
2886 if (hwmgr->dpm_level & profile_mode_mask || !PP_CAP(PHM_PlatformCaps_UVDDPM))
2901 uint32_t profile_mode_mask = AMD_DPM_FORCED_LEVEL_PROFILE_STANDARD | local in function:ci_update_vce_smc_table
2917 if (hwmgr->dpm_level & profile_mode_mask || !PP_CAP(PHM_PlatformCaps_VCEDPM))

Completed in 16 milliseconds