Searched refs:dll_state_on (Results 1 - 5 of 5) sorted by relevance
/linux-4.4.14/drivers/gpu/drm/radeon/ |
H A D | cypress_dpm.c | 476 bool strobe_mode, bool dll_state_on) cypress_populate_mclk_value() 578 if (dll_state_on) cypress_populate_mclk_value() 683 bool dll_state_on; cypress_convert_power_level_to_smc() local 718 dll_state_on = ((RREG32(MC_SEQ_MISC5) >> 1) & 0x1) ? true : false; cypress_convert_power_level_to_smc() 720 dll_state_on = ((RREG32(MC_SEQ_MISC6) >> 1) & 0x1) ? true : false; cypress_convert_power_level_to_smc() 722 dll_state_on = eg_pi->dll_default_on; cypress_convert_power_level_to_smc() 729 dll_state_on); cypress_convert_power_level_to_smc() 473 cypress_populate_mclk_value(struct radeon_device *rdev, u32 engine_clock, u32 memory_clock, RV7XX_SMC_MCLK_VALUE *mclk, bool strobe_mode, bool dll_state_on) cypress_populate_mclk_value() argument
|
H A D | ci_dpm.c | 2762 bool dll_state_on) ci_calculate_mclk_params() 2826 if (dll_state_on) ci_calculate_mclk_params() 2851 bool dll_state_on; ci_populate_single_memory_level() local 2924 dll_state_on = ((RREG32(MC_SEQ_MISC5) >> 1) & 0x1) ? true : false; ci_populate_single_memory_level() 2926 dll_state_on = ((RREG32(MC_SEQ_MISC6) >> 1) & 0x1) ? true : false; ci_populate_single_memory_level() 2928 dll_state_on = pi->dll_default_on; ci_populate_single_memory_level() 2932 dll_state_on = ((RREG32(MC_SEQ_MISC5) >> 1) & 0x1) ? true : false; ci_populate_single_memory_level() 2935 ret = ci_calculate_mclk_params(rdev, memory_clock, memory_level, memory_level->StrobeEnable, dll_state_on); ci_populate_single_memory_level() 2758 ci_calculate_mclk_params(struct radeon_device *rdev, u32 memory_clock, SMU7_Discrete_MemoryLevel *mclk, bool strobe_mode, bool dll_state_on) ci_calculate_mclk_params() argument
|
H A D | ni_dpm.c | 2165 bool dll_state_on) ni_populate_mclk_value() 2261 if (dll_state_on) ni_populate_mclk_value() 2317 bool dll_state_on; ni_convert_power_level_to_smc() local 2347 dll_state_on = ((RREG32(MC_SEQ_MISC5) >> 1) & 0x1) ? true : false; ni_convert_power_level_to_smc() 2349 dll_state_on = ((RREG32(MC_SEQ_MISC6) >> 1) & 0x1) ? true : false; ni_convert_power_level_to_smc() 2351 dll_state_on = false; ni_convert_power_level_to_smc() 2359 dll_state_on); ni_convert_power_level_to_smc() 2160 ni_populate_mclk_value(struct radeon_device *rdev, u32 engine_clock, u32 memory_clock, NISLANDS_SMC_MCLK_VALUE *mclk, bool strobe_mode, bool dll_state_on) ni_populate_mclk_value() argument
|
H A D | si_dpm.c | 4890 bool dll_state_on) si_populate_mclk_value() 4955 if (dll_state_on) si_populate_mclk_value() 4997 bool dll_state_on; si_convert_power_level_to_smc() local 5036 dll_state_on = ((RREG32(MC_SEQ_MISC5) >> 1) & 0x1) ? true : false; si_convert_power_level_to_smc() 5038 dll_state_on = ((RREG32(MC_SEQ_MISC6) >> 1) & 0x1) ? true : false; si_convert_power_level_to_smc() 5040 dll_state_on = false; si_convert_power_level_to_smc() 5046 dll_state_on = ((RREG32(MC_SEQ_MISC5) >> 1) & 0x1) ? true : false; si_convert_power_level_to_smc() 5053 (level->strobeMode & SISLANDS_SMC_STROBE_ENABLE) != 0, dll_state_on); si_convert_power_level_to_smc() 4885 si_populate_mclk_value(struct radeon_device *rdev, u32 engine_clock, u32 memory_clock, SISLANDS_SMC_MCLK_VALUE *mclk, bool strobe_mode, bool dll_state_on) si_populate_mclk_value() argument
|
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/ |
H A D | ci_dpm.c | 2892 bool dll_state_on) ci_calculate_mclk_params() 2959 if (dll_state_on) ci_calculate_mclk_params() 2986 bool dll_state_on; ci_populate_single_memory_level() local 3060 dll_state_on = ((RREG32(mmMC_SEQ_MISC5) >> 1) & 0x1) ? true : false; ci_populate_single_memory_level() 3062 dll_state_on = ((RREG32(mmMC_SEQ_MISC6) >> 1) & 0x1) ? true : false; ci_populate_single_memory_level() 3064 dll_state_on = pi->dll_default_on; ci_populate_single_memory_level() 3068 dll_state_on = ((RREG32(mmMC_SEQ_MISC5) >> 1) & 0x1) ? true : false; ci_populate_single_memory_level() 3071 ret = ci_calculate_mclk_params(adev, memory_clock, memory_level, memory_level->StrobeEnable, dll_state_on); ci_populate_single_memory_level() 2888 ci_calculate_mclk_params(struct amdgpu_device *adev, u32 memory_clock, SMU7_Discrete_MemoryLevel *mclk, bool strobe_mode, bool dll_state_on) ci_calculate_mclk_params() argument
|
Completed in 193 milliseconds