Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/drm/amd/amdgpu/
H A Damdgpu_atombios.h157 bool strobe_mode,
163 bool strobe_mode,
205 bool strobe_mode,
H A Damdgpu_atombios.c999 bool strobe_mode, in amdgpu_atombios_get_clock_dividers() argument
1038 if (strobe_mode) in amdgpu_atombios_get_clock_dividers()
1089 bool strobe_mode, in amdgpu_atombios_get_memory_pll_dividers() argument
1109 if (strobe_mode) in amdgpu_atombios_get_memory_pll_dividers()
/openbsd/sys/dev/pci/drm/radeon/
H 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()
619 if (strobe_mode) { in cypress_get_mclk_frequency_ratio()
635 if (strobe_mode) { in cypress_get_mclk_frequency_ratio()
1123 u32 strobe_mode; in cypress_force_mc_use_s1() local
1152 mc_seq_cg |= SEQ_CG_RESP(strobe_mode); in cypress_force_mc_use_s1()
1184 u32 strobe_mode; in cypress_force_mc_use_s0() local
[all …]
H A Dcypress_dpm.h157 u32 memory_clock, bool strobe_mode);
H A Dsi_dpm.h238 u8 si_get_mclk_frequency_ratio(u32 memory_clock, bool strobe_mode);
H 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()
H 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()
H A Dradeon_atombios.c2847 bool strobe_mode, in radeon_atom_get_clock_dividers() argument
2912 if (strobe_mode) in radeon_atom_get_clock_dividers()
2963 bool strobe_mode, in radeon_atom_get_memory_pll_dividers() argument
2983 if (strobe_mode) in radeon_atom_get_memory_pll_dividers()
H A Dradeon.h308 bool strobe_mode,
312 bool strobe_mode,
H A Dci_dpm.c2752 bool strobe_mode, in ci_calculate_mclk_params() argument
2768 ret = radeon_atom_get_memory_pll_dividers(rdev, memory_clock, strobe_mode, &mpll_param); in ci_calculate_mclk_params()
/openbsd/sys/dev/pci/drm/amd/pm/powerplay/hwmgr/
H A Dppatomctrl.h305 …_hwmgr *hwmgr, uint32_t clock_value, pp_atomctrl_memory_clock_param *mpll_param, bool strobe_mode);
H 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()
/openbsd/sys/dev/pci/drm/amd/pm/powerplay/smumgr/
H 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()
H A Dci_smumgr.c1027 bool strobe_mode, in ci_calculate_mclk_params() argument
1046 memory_clock, &mpll_param, strobe_mode); in ci_calculate_mclk_params()
1120 bool strobe_mode) in ci_get_mclk_frequency_ratio() argument
1124 if (strobe_mode) { in ci_get_mclk_frequency_ratio()
H 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()
/openbsd/sys/dev/pci/drm/amd/pm/legacy-dpm/
H A Damdgpu_si_dpm.c4297 static u8 si_get_mclk_frequency_ratio(u32 memory_clock, bool strobe_mode) in si_get_mclk_frequency_ratio() argument
4301 if (strobe_mode) { in si_get_mclk_frequency_ratio()
4322 bool strobe_mode = false; in si_get_strobe_mode_settings() local
4326 strobe_mode = true; in si_get_strobe_mode_settings()
4329 result = si_get_mclk_frequency_ratio(mclk, strobe_mode); in si_get_strobe_mode_settings()
4333 if (strobe_mode) in si_get_strobe_mode_settings()
5360 bool strobe_mode, in si_populate_mclk_value() argument
5377 ret = amdgpu_atombios_get_memory_pll_dividers(adev, memory_clock, strobe_mode, &mpll_param); in si_populate_mclk_value()