HomeSort by: relevance | last modified time | path
    Searched refs:strobe_mode (Results 1 - 15 of 15) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_atombios.h 162 bool strobe_mode,
167 bool strobe_mode,
215 bool strobe_mode,
amdgpu_atombios.c 1006 bool strobe_mode,
1045 if (strobe_mode)
1095 bool strobe_mode,
1115 if (strobe_mode)
amdgpu_si_dpm.c 4308 static u8 si_get_mclk_frequency_ratio(u32 memory_clock, bool strobe_mode)
4312 if (strobe_mode) {
4333 bool strobe_mode = false; local in function:si_get_strobe_mode_settings
4337 strobe_mode = true;
4340 result = si_get_mclk_frequency_ratio(mclk, strobe_mode);
4344 if (strobe_mode)
5344 bool strobe_mode,
5361 ret = amdgpu_atombios_get_memory_pll_dividers(adev, memory_clock, strobe_mode, &mpll_param);
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_cypress_dpm.c 433 bool strobe_mode = false; local in function:cypress_get_strobe_mode_settings
437 strobe_mode = true;
438 result = cypress_get_mclk_frequency_ratio(rdev, mclk, strobe_mode);
440 if (strobe_mode)
482 bool strobe_mode, bool dll_state_on)
507 memory_clock, strobe_mode, &dividers);
511 if (!strobe_mode) {
548 if (strobe_mode)
617 u32 memory_clock, bool strobe_mode)
622 if (strobe_mode) {
1126 u32 strobe_mode; local in function:cypress_force_mc_use_s1
1187 u32 strobe_mode; local in function:cypress_force_mc_use_s0
    [all...]
cypress_dpm.h 159 u32 memory_clock, bool strobe_mode);
radeon_si_dpm.c 3841 u8 si_get_mclk_frequency_ratio(u32 memory_clock, bool strobe_mode)
3845 if (strobe_mode) {
3866 bool strobe_mode = false; local in function:si_get_strobe_mode_settings
3870 strobe_mode = true;
3873 result = si_get_mclk_frequency_ratio(mclk, strobe_mode);
3877 if (strobe_mode)
4880 bool strobe_mode,
4897 ret = radeon_atom_get_memory_pll_dividers(rdev, memory_clock, strobe_mode, &mpll_param);
radeon_atombios.c 2835 bool strobe_mode,
2900 if (strobe_mode)
2951 bool strobe_mode,
2971 if (strobe_mode)
radeon_ni_dpm.c 2168 bool strobe_mode,
2188 memory_clock, strobe_mode, &dividers);
2192 if (!strobe_mode) {
2229 if (strobe_mode)
radeon.h 309 bool strobe_mode,
313 bool strobe_mode,
radeon_ci_dpm.c 175 extern u8 si_get_mclk_frequency_ratio(u32 memory_clock, bool strobe_mode);
2797 bool strobe_mode,
2813 ret = radeon_atom_get_memory_pll_dividers(rdev, memory_clock, strobe_mode, &mpll_param);
  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/
ppatomctrl.h 301 extern int atomctrl_get_memory_pll_dividers_si(struct pp_hwmgr *hwmgr, uint32_t clock_value, pp_atomctrl_memory_clock_param *mpll_param, bool strobe_mode);
amdgpu_ppatomctrl.c 250 * @param strobe_mode input parameter: 1 for strobe mode, 0 for performance mode
256 bool strobe_mode)
263 mpll_parameters.ucInputFlag = (uint8_t)((strobe_mode) ? 1 : 0);
  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/smumgr/
amdgpu_iceland_smumgr.c 1053 bool strobe_mode,
1073 memory_clock, &mpll_param, strobe_mode);
1175 bool strobe_mode)
1179 if (strobe_mode) {
amdgpu_ci_smumgr.c 1030 bool strobe_mode,
1049 memory_clock, &mpll_param, strobe_mode);
1123 bool strobe_mode)
1127 if (strobe_mode) {
amdgpu_tonga_smumgr.c 796 bool strobe_mode,
816 memory_clock, &mpll_param, strobe_mode);
926 bool strobe_mode)
930 if (strobe_mode) {

Completed in 48 milliseconds