Home
last modified time | relevance | path

Searched refs:dll_state_on (Results 1 – 9 of 9) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/radeon/
Dcypress_dpm.c476 bool strobe_mode, bool dll_state_on) in cypress_populate_mclk_value() argument
578 if (dll_state_on) in cypress_populate_mclk_value()
683 bool dll_state_on; in cypress_convert_power_level_to_smc() local
718 dll_state_on = ((RREG32(MC_SEQ_MISC5) >> 1) & 0x1) ? true : false; in cypress_convert_power_level_to_smc()
720 dll_state_on = ((RREG32(MC_SEQ_MISC6) >> 1) & 0x1) ? true : false; in cypress_convert_power_level_to_smc()
722 dll_state_on = eg_pi->dll_default_on; in cypress_convert_power_level_to_smc()
729 dll_state_on); in cypress_convert_power_level_to_smc()
Dni_dpm.c2163 bool dll_state_on) in ni_populate_mclk_value() argument
2259 if (dll_state_on) in ni_populate_mclk_value()
2315 bool dll_state_on; in ni_convert_power_level_to_smc() local
2345 dll_state_on = ((RREG32(MC_SEQ_MISC5) >> 1) & 0x1) ? true : false; in ni_convert_power_level_to_smc()
2347 dll_state_on = ((RREG32(MC_SEQ_MISC6) >> 1) & 0x1) ? true : false; in ni_convert_power_level_to_smc()
2349 dll_state_on = false; in ni_convert_power_level_to_smc()
2357 dll_state_on); in ni_convert_power_level_to_smc()
Dsi_dpm.c4875 bool dll_state_on) in si_populate_mclk_value() argument
4940 if (dll_state_on) in si_populate_mclk_value()
4982 bool dll_state_on; in si_convert_power_level_to_smc() local
5021 dll_state_on = ((RREG32(MC_SEQ_MISC5) >> 1) & 0x1) ? true : false; in si_convert_power_level_to_smc()
5023 dll_state_on = ((RREG32(MC_SEQ_MISC6) >> 1) & 0x1) ? true : false; in si_convert_power_level_to_smc()
5025 dll_state_on = false; in si_convert_power_level_to_smc()
5031 dll_state_on = ((RREG32(MC_SEQ_MISC5) >> 1) & 0x1) ? true : false; in si_convert_power_level_to_smc()
5038 (level->strobeMode & SISLANDS_SMC_STROBE_ENABLE) != 0, dll_state_on); in si_convert_power_level_to_smc()
Dci_dpm.c2790 bool dll_state_on) in ci_calculate_mclk_params() argument
2854 if (dll_state_on) in ci_calculate_mclk_params()
2879 bool dll_state_on; in ci_populate_single_memory_level() local
2952 dll_state_on = ((RREG32(MC_SEQ_MISC5) >> 1) & 0x1) ? true : false; in ci_populate_single_memory_level()
2954 dll_state_on = ((RREG32(MC_SEQ_MISC6) >> 1) & 0x1) ? true : false; in ci_populate_single_memory_level()
2956 dll_state_on = pi->dll_default_on; in ci_populate_single_memory_level()
2960 dll_state_on = ((RREG32(MC_SEQ_MISC5) >> 1) & 0x1) ? true : false; in ci_populate_single_memory_level()
2963 …_calculate_mclk_params(rdev, memory_clock, memory_level, memory_level->StrobeEnable, dll_state_on); in ci_populate_single_memory_level()
/Linux-v4.19/drivers/gpu/drm/amd/powerplay/smumgr/
Diceland_smumgr.c1235 bool dll_state_on; in iceland_populate_single_memory_level() local
1308 dll_state_on = ((cgs_read_register(hwmgr->device, mmMC_SEQ_MISC5) >> 1) & 0x1) ? 1 : 0; in iceland_populate_single_memory_level()
1310 dll_state_on = ((cgs_read_register(hwmgr->device, mmMC_SEQ_MISC6) >> 1) & 0x1) ? 1 : 0; in iceland_populate_single_memory_level()
1312 dll_state_on = data->dll_default_on; in iceland_populate_single_memory_level()
1316 dll_state_on = ((cgs_read_register(hwmgr->device, mmMC_SEQ_MISC5) >> 1) & 0x1) ? 1 : 0; in iceland_populate_single_memory_level()
1320 memory_clock, memory_level, memory_level->StrobeEnable, dll_state_on); in iceland_populate_single_memory_level()
Dci_smumgr.c1179 bool dll_state_on; in ci_populate_single_memory_level() local
1259 dll_state_on = ((cgs_read_register(hwmgr->device, mmMC_SEQ_MISC5) >> 1) & 0x1) ? 1 : 0; in ci_populate_single_memory_level()
1261 dll_state_on = ((cgs_read_register(hwmgr->device, mmMC_SEQ_MISC6) >> 1) & 0x1) ? 1 : 0; in ci_populate_single_memory_level()
1263 dll_state_on = data->dll_default_on; in ci_populate_single_memory_level()
1267 dll_state_on = ((cgs_read_register(hwmgr->device, mmMC_SEQ_MISC5) >> 1) & 0x1) ? 1 : 0; in ci_populate_single_memory_level()
1271 memory_clock, memory_level, memory_level->StrobeEnable, dll_state_on); in ci_populate_single_memory_level()
Dtonga_smumgr.c964 bool dll_state_on; in tonga_populate_single_memory_level() local
1038 dll_state_on = ((cgs_read_register(hwmgr->device, mmMC_SEQ_MISC5) >> 1) & 0x1) ? 1 : 0; in tonga_populate_single_memory_level()
1040 dll_state_on = ((cgs_read_register(hwmgr->device, mmMC_SEQ_MISC6) >> 1) & 0x1) ? 1 : 0; in tonga_populate_single_memory_level()
1044 dll_state_on = data->dll_default_on; in tonga_populate_single_memory_level()
1049 dll_state_on = ((cgs_read_register(hwmgr->device, mmMC_SEQ_MISC5) >> 1) & 0x1) ? 1 : 0; in tonga_populate_single_memory_level()
1053 memory_clock, memory_level, memory_level->StrobeEnable, dll_state_on); in tonga_populate_single_memory_level()
/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/
Dci_dpm.c2928 bool dll_state_on) in ci_calculate_mclk_params() argument
2995 if (dll_state_on) in ci_calculate_mclk_params()
3022 bool dll_state_on; in ci_populate_single_memory_level() local
3096 dll_state_on = ((RREG32(mmMC_SEQ_MISC5) >> 1) & 0x1) ? true : false; in ci_populate_single_memory_level()
3098 dll_state_on = ((RREG32(mmMC_SEQ_MISC6) >> 1) & 0x1) ? true : false; in ci_populate_single_memory_level()
3100 dll_state_on = pi->dll_default_on; in ci_populate_single_memory_level()
3104 dll_state_on = ((RREG32(mmMC_SEQ_MISC5) >> 1) & 0x1) ? true : false; in ci_populate_single_memory_level()
3107 …_calculate_mclk_params(adev, memory_clock, memory_level, memory_level->StrobeEnable, dll_state_on); in ci_populate_single_memory_level()
Dsi_dpm.c5339 bool dll_state_on) in si_populate_mclk_value() argument
5404 if (dll_state_on) in si_populate_mclk_value()
5446 bool dll_state_on; in si_convert_power_level_to_smc() local
5485 dll_state_on = ((RREG32(MC_SEQ_MISC5) >> 1) & 0x1) ? true : false; in si_convert_power_level_to_smc()
5487 dll_state_on = ((RREG32(MC_SEQ_MISC6) >> 1) & 0x1) ? true : false; in si_convert_power_level_to_smc()
5489 dll_state_on = false; in si_convert_power_level_to_smc()
5495 dll_state_on = ((RREG32(MC_SEQ_MISC5) >> 1) & 0x1) ? true : false; in si_convert_power_level_to_smc()
5502 (level->strobeMode & SISLANDS_SMC_STROBE_ENABLE) != 0, dll_state_on); in si_convert_power_level_to_smc()