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

  /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...]
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);
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
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);

Completed in 22 milliseconds