Searched refs:mem_level (Results 1 – 3 of 3) sorted by relevance
965 uint32_t clock, struct SMU75_Discrete_MemoryLevel *mem_level) in vegam_calculate_mclk_params() argument974 mem_level->MclkFrequency = (uint32_t)mpll_param.ulClock; in vegam_calculate_mclk_params()975 mem_level->Fcw_int = (uint16_t)mpll_param.ulMclk_fcw_int; in vegam_calculate_mclk_params()976 mem_level->Fcw_frac = (uint16_t)mpll_param.ulMclk_fcw_frac; in vegam_calculate_mclk_params()977 mem_level->Postdiv = (uint8_t)mpll_param.ulPostDiv; in vegam_calculate_mclk_params()983 uint32_t clock, struct SMU75_Discrete_MemoryLevel *mem_level) in vegam_populate_single_memory_level() argument995 &mem_level->MinVoltage, &mem_level->MinMvdd); in vegam_populate_single_memory_level()1001 result = vegam_calculate_mclk_params(hwmgr, clock, mem_level); in vegam_populate_single_memory_level()1006 mem_level->EnabledForThrottle = 1; in vegam_populate_single_memory_level()1007 mem_level->EnabledForActivity = 0; in vegam_populate_single_memory_level()[all …]
1163 uint32_t clock, struct SMU73_Discrete_MemoryLevel *mem_level) in fiji_populate_single_memory_level() argument1180 (uint32_t *)(&mem_level->MinVoltage), &mem_level->MinMvdd); in fiji_populate_single_memory_level()1186 mem_level->EnabledForThrottle = 1; in fiji_populate_single_memory_level()1187 mem_level->EnabledForActivity = 0; in fiji_populate_single_memory_level()1188 mem_level->UpHyst = data->current_profile_setting.mclk_up_hyst; in fiji_populate_single_memory_level()1189 mem_level->DownHyst = data->current_profile_setting.mclk_down_hyst; in fiji_populate_single_memory_level()1190 mem_level->VoltageDownHyst = 0; in fiji_populate_single_memory_level()1191 mem_level->ActivityLevel = data->current_profile_setting.mclk_activity; in fiji_populate_single_memory_level()1192 mem_level->StutterEnable = false; in fiji_populate_single_memory_level()1194 mem_level->DisplayWatermark = PPSMC_DISPLAY_WATERMARK_LOW; in fiji_populate_single_memory_level()[all …]
1073 uint32_t clock, struct SMU74_Discrete_MemoryLevel *mem_level) in polaris10_populate_single_memory_level() argument1091 &mem_level->MinVoltage, &mem_level->MinMvdd); in polaris10_populate_single_memory_level()1097 mem_level->MclkFrequency = clock; in polaris10_populate_single_memory_level()1098 mem_level->EnabledForThrottle = 1; in polaris10_populate_single_memory_level()1099 mem_level->EnabledForActivity = 0; in polaris10_populate_single_memory_level()1100 mem_level->UpHyst = data->current_profile_setting.mclk_up_hyst; in polaris10_populate_single_memory_level()1101 mem_level->DownHyst = data->current_profile_setting.mclk_down_hyst; in polaris10_populate_single_memory_level()1102 mem_level->VoltageDownHyst = 0; in polaris10_populate_single_memory_level()1103 mem_level->ActivityLevel = data->current_profile_setting.mclk_activity; in polaris10_populate_single_memory_level()1104 mem_level->StutterEnable = false; in polaris10_populate_single_memory_level()[all …]