Searched refs:dll_state_on (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/gpu/drm/radeon/ |
| H A D | cypress_dpm.c | 475 bool strobe_mode, bool dll_state_on) in cypress_populate_mclk_value() argument 581 if (dll_state_on) in cypress_populate_mclk_value() 686 bool dll_state_on; in cypress_convert_power_level_to_smc() local 721 dll_state_on = ((RREG32(MC_SEQ_MISC5) >> 1) & 0x1) ? true : false; in cypress_convert_power_level_to_smc() 723 dll_state_on = ((RREG32(MC_SEQ_MISC6) >> 1) & 0x1) ? true : false; in cypress_convert_power_level_to_smc() 725 dll_state_on = eg_pi->dll_default_on; in cypress_convert_power_level_to_smc() 732 dll_state_on); in cypress_convert_power_level_to_smc()
|
| H A D | ni_dpm.c | 2165 bool dll_state_on) in ni_populate_mclk_value() argument 2265 if (dll_state_on) in ni_populate_mclk_value() 2321 bool dll_state_on; in ni_convert_power_level_to_smc() local 2351 dll_state_on = ((RREG32(MC_SEQ_MISC5) >> 1) & 0x1) ? true : false; in ni_convert_power_level_to_smc() 2353 dll_state_on = ((RREG32(MC_SEQ_MISC6) >> 1) & 0x1) ? true : false; in ni_convert_power_level_to_smc() 2355 dll_state_on = false; in ni_convert_power_level_to_smc() 2363 dll_state_on); in ni_convert_power_level_to_smc()
|
| H A D | ci_dpm.c | 2748 bool dll_state_on) in ci_calculate_mclk_params() argument 2812 if (dll_state_on) in ci_calculate_mclk_params() 2837 bool dll_state_on; in ci_populate_single_memory_level() local 2910 dll_state_on = ((RREG32(MC_SEQ_MISC5) >> 1) & 0x1) ? true : false; in ci_populate_single_memory_level() 2912 dll_state_on = ((RREG32(MC_SEQ_MISC6) >> 1) & 0x1) ? true : false; in ci_populate_single_memory_level() 2914 dll_state_on = pi->dll_default_on; in ci_populate_single_memory_level() 2918 dll_state_on = ((RREG32(MC_SEQ_MISC5) >> 1) & 0x1) ? true : false; in ci_populate_single_memory_level() 2921 …_calculate_mclk_params(rdev, memory_clock, memory_level, memory_level->StrobeEnable, dll_state_on); in ci_populate_single_memory_level()
|
| H A D | si_dpm.c | 4822 bool dll_state_on) in si_populate_mclk_value() argument 4887 if (dll_state_on) in si_populate_mclk_value() 4929 bool dll_state_on; in si_convert_power_level_to_smc() local 4968 dll_state_on = ((RREG32(MC_SEQ_MISC5) >> 1) & 0x1) ? true : false; in si_convert_power_level_to_smc() 4970 dll_state_on = ((RREG32(MC_SEQ_MISC6) >> 1) & 0x1) ? true : false; in si_convert_power_level_to_smc() 4972 dll_state_on = false; in si_convert_power_level_to_smc() 4978 dll_state_on = ((RREG32(MC_SEQ_MISC5) >> 1) & 0x1) ? true : false; in si_convert_power_level_to_smc() 4985 (level->strobeMode & SISLANDS_SMC_STROBE_ENABLE) != 0, dll_state_on); in si_convert_power_level_to_smc()
|
| /linux/drivers/gpu/drm/amd/pm/powerplay/smumgr/ |
| H A D | iceland_smumgr.c | 1235 bool dll_state_on; in iceland_populate_single_memory_level() local 1309 dll_state_on = ((cgs_read_register(hwmgr->device, mmMC_SEQ_MISC5) >> 1) & 0x1) ? 1 : 0; in iceland_populate_single_memory_level() 1311 dll_state_on = ((cgs_read_register(hwmgr->device, mmMC_SEQ_MISC6) >> 1) & 0x1) ? 1 : 0; in iceland_populate_single_memory_level() 1313 dll_state_on = data->dll_default_on; in iceland_populate_single_memory_level() 1317 dll_state_on = ((cgs_read_register(hwmgr->device, mmMC_SEQ_MISC5) >> 1) & 0x1) ? 1 : 0; in iceland_populate_single_memory_level() 1321 memory_clock, memory_level, memory_level->StrobeEnable, dll_state_on); in iceland_populate_single_memory_level()
|
| H A D | tonga_smumgr.c | 974 bool dll_state_on; in tonga_populate_single_memory_level() local 1049 dll_state_on = ((cgs_read_register(hwmgr->device, mmMC_SEQ_MISC5) >> 1) & 0x1) ? 1 : 0; in tonga_populate_single_memory_level() 1051 dll_state_on = ((cgs_read_register(hwmgr->device, mmMC_SEQ_MISC6) >> 1) & 0x1) ? 1 : 0; in tonga_populate_single_memory_level() 1055 dll_state_on = data->dll_default_on; in tonga_populate_single_memory_level() 1060 dll_state_on = ((cgs_read_register(hwmgr->device, mmMC_SEQ_MISC5) >> 1) & 0x1) ? 1 : 0; in tonga_populate_single_memory_level() 1064 memory_clock, memory_level, memory_level->StrobeEnable, dll_state_on); in tonga_populate_single_memory_level()
|
| /linux/drivers/gpu/drm/amd/pm/legacy-dpm/ |
| H A D | si_dpm.c | 5417 bool dll_state_on) in si_populate_mclk_value() argument 5482 if (dll_state_on) in si_populate_mclk_value() 5524 bool dll_state_on; in si_convert_power_level_to_smc() local 5559 dll_state_on = ((RREG32(MC_SEQ_MISC5) >> 1) & 0x1) ? true : false; in si_convert_power_level_to_smc() 5561 dll_state_on = ((RREG32(MC_SEQ_MISC6) >> 1) & 0x1) ? true : false; in si_convert_power_level_to_smc() 5563 dll_state_on = false; in si_convert_power_level_to_smc() 5569 dll_state_on = ((RREG32(MC_SEQ_MISC5) >> 1) & 0x1) ? true : false; in si_convert_power_level_to_smc() 5576 (level->strobeMode & SISLANDS_SMC_STROBE_ENABLE) != 0, dll_state_on); in si_convert_power_level_to_smc()
|