Home
last modified time | relevance | path

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

/drivers/gpu/drm/radeon/
Dcypress_dpm.c427 bool strobe_mode = false; in cypress_get_strobe_mode_settings() local
431 strobe_mode = true; in cypress_get_strobe_mode_settings()
432 result = cypress_get_mclk_frequency_ratio(rdev, mclk, strobe_mode); in cypress_get_strobe_mode_settings()
434 if (strobe_mode) in cypress_get_strobe_mode_settings()
476 bool strobe_mode, bool dll_state_on) in cypress_populate_mclk_value() argument
501 memory_clock, strobe_mode, &dividers); in cypress_populate_mclk_value()
505 if (!strobe_mode) { in cypress_populate_mclk_value()
542 if (strobe_mode) in cypress_populate_mclk_value()
611 u32 memory_clock, bool strobe_mode) in cypress_get_mclk_frequency_ratio() argument
616 if (strobe_mode) { in cypress_get_mclk_frequency_ratio()
[all …]
Dcypress_dpm.h157 u32 memory_clock, bool strobe_mode);
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()
4856 bool strobe_mode, in si_populate_mclk_value() argument
4873 ret = radeon_atom_get_memory_pll_dividers(rdev, memory_clock, strobe_mode, &mpll_param); in si_populate_mclk_value()
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()
Dradeon_atombios.c2787 bool strobe_mode, in radeon_atom_get_clock_dividers() argument
2852 if (strobe_mode) in radeon_atom_get_clock_dividers()
2903 bool strobe_mode, in radeon_atom_get_memory_pll_dividers() argument
2923 if (strobe_mode) in radeon_atom_get_memory_pll_dividers()
Dradeon.h288 bool strobe_mode,
292 bool strobe_mode,
Dci_dpm.c169 extern u8 si_get_mclk_frequency_ratio(u32 memory_clock, bool strobe_mode);
2324 bool strobe_mode, in ci_calculate_mclk_params() argument
2340 ret = radeon_atom_get_memory_pll_dividers(rdev, memory_clock, strobe_mode, &mpll_param); in ci_calculate_mclk_params()