Home
last modified time | relevance | path

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

/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.c2165 bool dll_state_on) in ni_populate_mclk_value() argument
2261 if (dll_state_on) in ni_populate_mclk_value()
2317 bool dll_state_on; in ni_convert_power_level_to_smc() local
2347 dll_state_on = ((RREG32(MC_SEQ_MISC5) >> 1) & 0x1) ? true : false; in ni_convert_power_level_to_smc()
2349 dll_state_on = ((RREG32(MC_SEQ_MISC6) >> 1) & 0x1) ? true : false; in ni_convert_power_level_to_smc()
2351 dll_state_on = false; in ni_convert_power_level_to_smc()
2359 dll_state_on); in ni_convert_power_level_to_smc()
Dsi_dpm.c4928 bool dll_state_on) in si_populate_mclk_value() argument
4993 if (dll_state_on) in si_populate_mclk_value()
5035 bool dll_state_on; in si_convert_power_level_to_smc() local
5074 dll_state_on = ((RREG32(MC_SEQ_MISC5) >> 1) & 0x1) ? true : false; in si_convert_power_level_to_smc()
5076 dll_state_on = ((RREG32(MC_SEQ_MISC6) >> 1) & 0x1) ? true : false; in si_convert_power_level_to_smc()
5078 dll_state_on = false; in si_convert_power_level_to_smc()
5084 dll_state_on = ((RREG32(MC_SEQ_MISC5) >> 1) & 0x1) ? true : false; in si_convert_power_level_to_smc()
5091 (level->strobeMode & SISLANDS_SMC_STROBE_ENABLE) != 0, dll_state_on); in si_convert_power_level_to_smc()
Dci_dpm.c2768 bool dll_state_on) in ci_calculate_mclk_params() argument
2832 if (dll_state_on) in ci_calculate_mclk_params()
2857 bool dll_state_on; in ci_populate_single_memory_level() local
2930 dll_state_on = ((RREG32(MC_SEQ_MISC5) >> 1) & 0x1) ? true : false; in ci_populate_single_memory_level()
2932 dll_state_on = ((RREG32(MC_SEQ_MISC6) >> 1) & 0x1) ? true : false; in ci_populate_single_memory_level()
2934 dll_state_on = pi->dll_default_on; in ci_populate_single_memory_level()
2938 dll_state_on = ((RREG32(MC_SEQ_MISC5) >> 1) & 0x1) ? true : false; in ci_populate_single_memory_level()
2941 …_calculate_mclk_params(rdev, memory_clock, memory_level, memory_level->StrobeEnable, dll_state_on); in ci_populate_single_memory_level()
/drivers/gpu/drm/amd/amdgpu/
Dci_dpm.c2898 bool dll_state_on) in ci_calculate_mclk_params() argument
2965 if (dll_state_on) in ci_calculate_mclk_params()
2992 bool dll_state_on; in ci_populate_single_memory_level() local
3066 dll_state_on = ((RREG32(mmMC_SEQ_MISC5) >> 1) & 0x1) ? true : false; in ci_populate_single_memory_level()
3068 dll_state_on = ((RREG32(mmMC_SEQ_MISC6) >> 1) & 0x1) ? true : false; in ci_populate_single_memory_level()
3070 dll_state_on = pi->dll_default_on; in ci_populate_single_memory_level()
3074 dll_state_on = ((RREG32(mmMC_SEQ_MISC5) >> 1) & 0x1) ? true : false; in ci_populate_single_memory_level()
3077 …_calculate_mclk_params(adev, memory_clock, memory_level, memory_level->StrobeEnable, dll_state_on); in ci_populate_single_memory_level()