Home
last modified time | relevance | path

Searched refs:strobe_mode (Results 1 – 16 of 16) sorted by relevance

/linux/drivers/gpu/drm/amd/amdgpu/
A Damdgpu_atombios.h160 bool strobe_mode,
165 bool strobe_mode,
203 bool strobe_mode,
A Damdgpu_atombios.c999 bool strobe_mode, in amdgpu_atombios_get_clock_dividers() argument
1038 if (strobe_mode) in amdgpu_atombios_get_clock_dividers()
1088 bool strobe_mode, in amdgpu_atombios_get_memory_pll_dividers() argument
1108 if (strobe_mode) in amdgpu_atombios_get_memory_pll_dividers()
/linux/drivers/gpu/drm/radeon/
A Dcypress_dpm.c426 bool strobe_mode = false; in cypress_get_strobe_mode_settings() local
430 strobe_mode = true; in cypress_get_strobe_mode_settings()
433 if (strobe_mode) in cypress_get_strobe_mode_settings()
504 if (!strobe_mode) { in cypress_populate_mclk_value()
541 if (strobe_mode) in cypress_populate_mclk_value()
615 if (strobe_mode) { in cypress_get_mclk_frequency_ratio()
631 if (strobe_mode) { in cypress_get_mclk_frequency_ratio()
1119 u32 strobe_mode; in cypress_force_mc_use_s1() local
1148 mc_seq_cg |= SEQ_CG_RESP(strobe_mode); in cypress_force_mc_use_s1()
1180 u32 strobe_mode; in cypress_force_mc_use_s0() local
[all …]
A Dcypress_dpm.h157 u32 memory_clock, bool strobe_mode);
A Dsi_dpm.h238 u8 si_get_mclk_frequency_ratio(u32 memory_clock, bool strobe_mode);
A Dsi_dpm.c3817 u8 si_get_mclk_frequency_ratio(u32 memory_clock, bool strobe_mode) in si_get_mclk_frequency_ratio() argument
3821 if (strobe_mode) { in si_get_mclk_frequency_ratio()
3842 bool strobe_mode = false; in si_get_strobe_mode_settings() local
3846 strobe_mode = true; in si_get_strobe_mode_settings()
3849 result = si_get_mclk_frequency_ratio(mclk, strobe_mode); in si_get_strobe_mode_settings()
3853 if (strobe_mode) in si_get_strobe_mode_settings()
4858 bool strobe_mode, in si_populate_mclk_value() argument
4875 ret = radeon_atom_get_memory_pll_dividers(rdev, memory_clock, strobe_mode, &mpll_param); in si_populate_mclk_value()
A Dni_dpm.c2164 bool strobe_mode, in ni_populate_mclk_value() argument
2184 memory_clock, strobe_mode, &dividers); in ni_populate_mclk_value()
2188 if (!strobe_mode) { in ni_populate_mclk_value()
2225 if (strobe_mode) in ni_populate_mclk_value()
A Dradeon_atombios.c2834 bool strobe_mode, in radeon_atom_get_clock_dividers() argument
2899 if (strobe_mode) in radeon_atom_get_clock_dividers()
2950 bool strobe_mode, in radeon_atom_get_memory_pll_dividers() argument
2970 if (strobe_mode) in radeon_atom_get_memory_pll_dividers()
A Dradeon.h297 bool strobe_mode,
301 bool strobe_mode,
A Dci_dpm.c2754 bool strobe_mode, in ci_calculate_mclk_params() argument
2770 ret = radeon_atom_get_memory_pll_dividers(rdev, memory_clock, strobe_mode, &mpll_param); in ci_calculate_mclk_params()
/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
A Dppatomctrl.h307 …_hwmgr *hwmgr, uint32_t clock_value, pp_atomctrl_memory_clock_param *mpll_param, bool strobe_mode);
A Dppatomctrl.c289 bool strobe_mode) in atomctrl_get_memory_pll_dividers_si() argument
296 mpll_parameters.ucInputFlag = (uint8_t)((strobe_mode) ? 1 : 0); in atomctrl_get_memory_pll_dividers_si()
/linux/drivers/gpu/drm/amd/pm/powerplay/smumgr/
A Diceland_smumgr.c1048 bool strobe_mode, in iceland_calculate_mclk_params() argument
1068 memory_clock, &mpll_param, strobe_mode); in iceland_calculate_mclk_params()
1170 bool strobe_mode) in iceland_get_mclk_frequency_ratio() argument
1174 if (strobe_mode) { in iceland_get_mclk_frequency_ratio()
A Dci_smumgr.c1026 bool strobe_mode, in ci_calculate_mclk_params() argument
1045 memory_clock, &mpll_param, strobe_mode); in ci_calculate_mclk_params()
1119 bool strobe_mode) in ci_get_mclk_frequency_ratio() argument
1123 if (strobe_mode) { in ci_get_mclk_frequency_ratio()
A Dtonga_smumgr.c791 bool strobe_mode, in tonga_calculate_mclk_params() argument
811 memory_clock, &mpll_param, strobe_mode); in tonga_calculate_mclk_params()
921 bool strobe_mode) in tonga_get_mclk_frequency_ratio() argument
925 if (strobe_mode) { in tonga_get_mclk_frequency_ratio()
/linux/drivers/gpu/drm/amd/pm/powerplay/
A Dsi_dpm.c4282 static u8 si_get_mclk_frequency_ratio(u32 memory_clock, bool strobe_mode) in si_get_mclk_frequency_ratio() argument
4286 if (strobe_mode) { in si_get_mclk_frequency_ratio()
4307 bool strobe_mode = false; in si_get_strobe_mode_settings() local
4311 strobe_mode = true; in si_get_strobe_mode_settings()
4314 result = si_get_mclk_frequency_ratio(mclk, strobe_mode); in si_get_strobe_mode_settings()
4318 if (strobe_mode) in si_get_strobe_mode_settings()
5320 bool strobe_mode, in si_populate_mclk_value() argument
5337 ret = amdgpu_atombios_get_memory_pll_dividers(adev, memory_clock, strobe_mode, &mpll_param); in si_populate_mclk_value()

Completed in 94 milliseconds