Searched refs:dll_state_on (Results 1 – 8 of 8) 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 | 4815 bool dll_state_on) in si_populate_mclk_value() argument 4880 if (dll_state_on) in si_populate_mclk_value() 4922 bool dll_state_on; in si_convert_power_level_to_smc() local 4961 dll_state_on = ((RREG32(MC_SEQ_MISC5) >> 1) & 0x1) ? true : false; in si_convert_power_level_to_smc() 4963 dll_state_on = ((RREG32(MC_SEQ_MISC6) >> 1) & 0x1) ? true : false; in si_convert_power_level_to_smc() 4965 dll_state_on = false; in si_convert_power_level_to_smc() 4971 dll_state_on = ((RREG32(MC_SEQ_MISC5) >> 1) & 0x1) ? true : false; in si_convert_power_level_to_smc() 4978 (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 | ci_smumgr.c | 1182 bool dll_state_on; in ci_populate_single_memory_level() local 1263 dll_state_on = ((cgs_read_register(hwmgr->device, mmMC_SEQ_MISC5) >> 1) & 0x1) ? 1 : 0; in ci_populate_single_memory_level() 1265 dll_state_on = ((cgs_read_register(hwmgr->device, mmMC_SEQ_MISC6) >> 1) & 0x1) ? 1 : 0; in ci_populate_single_memory_level() 1267 dll_state_on = data->dll_default_on; in ci_populate_single_memory_level() 1271 dll_state_on = ((cgs_read_register(hwmgr->device, mmMC_SEQ_MISC5) >> 1) & 0x1) ? 1 : 0; in ci_populate_single_memory_level() 1275 memory_clock, memory_level, memory_level->StrobeEnable, dll_state_on); in ci_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 | 5363 bool dll_state_on) in si_populate_mclk_value() argument 5428 if (dll_state_on) in si_populate_mclk_value() 5470 bool dll_state_on; in si_convert_power_level_to_smc() local 5505 dll_state_on = ((RREG32(MC_SEQ_MISC5) >> 1) & 0x1) ? true : false; in si_convert_power_level_to_smc() 5507 dll_state_on = ((RREG32(MC_SEQ_MISC6) >> 1) & 0x1) ? true : false; in si_convert_power_level_to_smc() 5509 dll_state_on = false; in si_convert_power_level_to_smc() 5515 dll_state_on = ((RREG32(MC_SEQ_MISC5) >> 1) & 0x1) ? true : false; in si_convert_power_level_to_smc() 5522 (level->strobeMode & SISLANDS_SMC_STROBE_ENABLE) != 0, dll_state_on); in si_convert_power_level_to_smc()
|