Home
last modified time | relevance | path

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

/linux-4.4.14/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()
Dci_dpm.c2762 bool dll_state_on) in ci_calculate_mclk_params() argument
2826 if (dll_state_on) in ci_calculate_mclk_params()
2851 bool dll_state_on; in ci_populate_single_memory_level() local
2924 dll_state_on = ((RREG32(MC_SEQ_MISC5) >> 1) & 0x1) ? true : false; in ci_populate_single_memory_level()
2926 dll_state_on = ((RREG32(MC_SEQ_MISC6) >> 1) & 0x1) ? true : false; in ci_populate_single_memory_level()
2928 dll_state_on = pi->dll_default_on; in ci_populate_single_memory_level()
2932 dll_state_on = ((RREG32(MC_SEQ_MISC5) >> 1) & 0x1) ? true : false; in ci_populate_single_memory_level()
2935 …_calculate_mclk_params(rdev, memory_clock, memory_level, memory_level->StrobeEnable, dll_state_on); in ci_populate_single_memory_level()
Dsi_dpm.c4890 bool dll_state_on) in si_populate_mclk_value() argument
4955 if (dll_state_on) in si_populate_mclk_value()
4997 bool dll_state_on; in si_convert_power_level_to_smc() local
5036 dll_state_on = ((RREG32(MC_SEQ_MISC5) >> 1) & 0x1) ? true : false; in si_convert_power_level_to_smc()
5038 dll_state_on = ((RREG32(MC_SEQ_MISC6) >> 1) & 0x1) ? true : false; in si_convert_power_level_to_smc()
5040 dll_state_on = false; in si_convert_power_level_to_smc()
5046 dll_state_on = ((RREG32(MC_SEQ_MISC5) >> 1) & 0x1) ? true : false; in si_convert_power_level_to_smc()
5053 (level->strobeMode & SISLANDS_SMC_STROBE_ENABLE) != 0, dll_state_on); in si_convert_power_level_to_smc()
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/
Dci_dpm.c2892 bool dll_state_on) in ci_calculate_mclk_params() argument
2959 if (dll_state_on) in ci_calculate_mclk_params()
2986 bool dll_state_on; in ci_populate_single_memory_level() local
3060 dll_state_on = ((RREG32(mmMC_SEQ_MISC5) >> 1) & 0x1) ? true : false; in ci_populate_single_memory_level()
3062 dll_state_on = ((RREG32(mmMC_SEQ_MISC6) >> 1) & 0x1) ? true : false; in ci_populate_single_memory_level()
3064 dll_state_on = pi->dll_default_on; in ci_populate_single_memory_level()
3068 dll_state_on = ((RREG32(mmMC_SEQ_MISC5) >> 1) & 0x1) ? true : false; in ci_populate_single_memory_level()
3071 …_calculate_mclk_params(adev, memory_clock, memory_level, memory_level->StrobeEnable, dll_state_on); in ci_populate_single_memory_level()