Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/
Damdgpu_atombios.h154 bool strobe_mode,
159 bool strobe_mode,
Damdgpu_atombios.c934 bool strobe_mode, in amdgpu_atombios_get_clock_dividers() argument
981 bool strobe_mode, in amdgpu_atombios_get_memory_pll_dividers() argument
1001 if (strobe_mode) in amdgpu_atombios_get_memory_pll_dividers()
Dci_dpm.c257 static u8 ci_get_mclk_frequency_ratio(u32 memory_clock, bool strobe_mode) in ci_get_mclk_frequency_ratio() argument
261 if (strobe_mode) { in ci_get_mclk_frequency_ratio()
2891 bool strobe_mode, in ci_calculate_mclk_params() argument
2907 ret = amdgpu_atombios_get_memory_pll_dividers(adev, memory_clock, strobe_mode, &mpll_param); in ci_calculate_mclk_params()
/linux-4.4.14/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.c3850 u8 si_get_mclk_frequency_ratio(u32 memory_clock, bool strobe_mode) in si_get_mclk_frequency_ratio() argument
3854 if (strobe_mode) { in si_get_mclk_frequency_ratio()
3875 bool strobe_mode = false; in si_get_strobe_mode_settings() local
3879 strobe_mode = true; in si_get_strobe_mode_settings()
3882 result = si_get_mclk_frequency_ratio(mclk, strobe_mode); in si_get_strobe_mode_settings()
3886 if (strobe_mode) in si_get_strobe_mode_settings()
4889 bool strobe_mode, in si_populate_mclk_value() argument
4906 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()