Searched refs:mem_level (Results 1 – 3 of 3) sorted by relevance
962 uint32_t clock, struct SMU75_Discrete_MemoryLevel *mem_level) in vegam_calculate_mclk_params() argument971 mem_level->MclkFrequency = (uint32_t)mpll_param.ulClock; in vegam_calculate_mclk_params()972 mem_level->Fcw_int = (uint16_t)mpll_param.ulMclk_fcw_int; in vegam_calculate_mclk_params()973 mem_level->Fcw_frac = (uint16_t)mpll_param.ulMclk_fcw_frac; in vegam_calculate_mclk_params()974 mem_level->Postdiv = (uint8_t)mpll_param.ulPostDiv; in vegam_calculate_mclk_params()980 uint32_t clock, struct SMU75_Discrete_MemoryLevel *mem_level) in vegam_populate_single_memory_level() argument992 &mem_level->MinVoltage, &mem_level->MinMvdd); in vegam_populate_single_memory_level()998 result = vegam_calculate_mclk_params(hwmgr, clock, mem_level); in vegam_populate_single_memory_level()1003 mem_level->EnabledForThrottle = 1; in vegam_populate_single_memory_level()1004 mem_level->EnabledForActivity = 0; in vegam_populate_single_memory_level()[all …]
1176 uint32_t clock, struct SMU73_Discrete_MemoryLevel *mem_level) in fiji_populate_single_memory_level() argument1193 (uint32_t *)(&mem_level->MinVoltage), &mem_level->MinMvdd); in fiji_populate_single_memory_level()1199 mem_level->EnabledForThrottle = 1; in fiji_populate_single_memory_level()1200 mem_level->EnabledForActivity = 0; in fiji_populate_single_memory_level()1201 mem_level->UpHyst = data->current_profile_setting.mclk_up_hyst; in fiji_populate_single_memory_level()1202 mem_level->DownHyst = data->current_profile_setting.mclk_down_hyst; in fiji_populate_single_memory_level()1203 mem_level->VoltageDownHyst = 0; in fiji_populate_single_memory_level()1204 mem_level->ActivityLevel = data->current_profile_setting.mclk_activity; in fiji_populate_single_memory_level()1205 mem_level->StutterEnable = false; in fiji_populate_single_memory_level()1207 mem_level->DisplayWatermark = PPSMC_DISPLAY_WATERMARK_LOW; in fiji_populate_single_memory_level()[all …]
1071 uint32_t clock, struct SMU74_Discrete_MemoryLevel *mem_level) in polaris10_populate_single_memory_level() argument1089 &mem_level->MinVoltage, &mem_level->MinMvdd); in polaris10_populate_single_memory_level()1095 mem_level->MclkFrequency = clock; in polaris10_populate_single_memory_level()1096 mem_level->EnabledForThrottle = 1; in polaris10_populate_single_memory_level()1097 mem_level->EnabledForActivity = 0; in polaris10_populate_single_memory_level()1098 mem_level->UpHyst = data->current_profile_setting.mclk_up_hyst; in polaris10_populate_single_memory_level()1099 mem_level->DownHyst = data->current_profile_setting.mclk_down_hyst; in polaris10_populate_single_memory_level()1100 mem_level->VoltageDownHyst = 0; in polaris10_populate_single_memory_level()1101 mem_level->ActivityLevel = data->current_profile_setting.mclk_activity; in polaris10_populate_single_memory_level()1102 mem_level->StutterEnable = false; in polaris10_populate_single_memory_level()[all …]