Home
last modified time | relevance | path

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

/linux-4.1.27/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.c3776 u8 si_get_mclk_frequency_ratio(u32 memory_clock, bool strobe_mode) in si_get_mclk_frequency_ratio() argument
3780 if (strobe_mode) { in si_get_mclk_frequency_ratio()
3801 bool strobe_mode = false; in si_get_strobe_mode_settings() local
3805 strobe_mode = true; in si_get_strobe_mode_settings()
3808 result = si_get_mclk_frequency_ratio(mclk, strobe_mode); in si_get_strobe_mode_settings()
3812 if (strobe_mode) in si_get_strobe_mode_settings()
4815 bool strobe_mode, in si_populate_mclk_value() argument
4832 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.c2827 bool strobe_mode, in radeon_atom_get_clock_dividers() argument
2892 if (strobe_mode) in radeon_atom_get_clock_dividers()
2943 bool strobe_mode, in radeon_atom_get_memory_pll_dividers() argument
2963 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);
2761 bool strobe_mode, in ci_calculate_mclk_params() argument
2777 ret = radeon_atom_get_memory_pll_dividers(rdev, memory_clock, strobe_mode, &mpll_param); in ci_calculate_mclk_params()