Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_atombios.h158 bool strobe_mode,
164 bool strobe_mode,
206 bool strobe_mode,
H A Damdgpu_atombios.c1018 bool strobe_mode, in amdgpu_atombios_get_clock_dividers() argument
1059 if (strobe_mode) in amdgpu_atombios_get_clock_dividers()
1116 bool strobe_mode, in amdgpu_atombios_get_memory_pll_dividers() argument
1136 if (strobe_mode) in amdgpu_atombios_get_memory_pll_dividers()
/linux/drivers/gpu/drm/radeon/
H A Dcypress_dpm.c426 bool strobe_mode = false; in cypress_get_strobe_mode_settings() local
430 strobe_mode = true; in cypress_get_strobe_mode_settings()
431 result = cypress_get_mclk_frequency_ratio(rdev, mclk, strobe_mode); in cypress_get_strobe_mode_settings()
433 if (strobe_mode) in cypress_get_strobe_mode_settings()
475 bool strobe_mode, bool dll_state_on) in cypress_populate_mclk_value() argument
500 memory_clock, strobe_mode, &dividers); in cypress_populate_mclk_value()
504 if (!strobe_mode) { in cypress_populate_mclk_value()
541 if (strobe_mode) in cypress_populate_mclk_value()
614 u32 memory_clock, bool strobe_mode) in cypress_get_mclk_frequency_ratio() argument
619 if (strobe_mode) { in cypress_get_mclk_frequency_ratio()
[all …]
H A Dcypress_dpm.h157 u32 memory_clock, bool strobe_mode);
H A Dsi_dpm.h231 u8 si_get_mclk_frequency_ratio(u32 memory_clock, bool strobe_mode);
H A Dsi_dpm.c3780 u8 si_get_mclk_frequency_ratio(u32 memory_clock, bool strobe_mode) in si_get_mclk_frequency_ratio() argument
3784 if (strobe_mode) { in si_get_mclk_frequency_ratio()
3805 bool strobe_mode = false; in si_get_strobe_mode_settings() local
3809 strobe_mode = true; in si_get_strobe_mode_settings()
3812 result = si_get_mclk_frequency_ratio(mclk, strobe_mode); in si_get_strobe_mode_settings()
3816 if (strobe_mode) in si_get_strobe_mode_settings()
4821 bool strobe_mode, in si_populate_mclk_value() argument
4838 ret = radeon_atom_get_memory_pll_dividers(rdev, memory_clock, strobe_mode, &mpll_param); in si_populate_mclk_value()
H A 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()
H A Dradeon_atombios.c2828 bool strobe_mode, in radeon_atom_get_clock_dividers() argument
2893 if (strobe_mode) in radeon_atom_get_clock_dividers()
2944 bool strobe_mode, in radeon_atom_get_memory_pll_dividers() argument
2964 if (strobe_mode) in radeon_atom_get_memory_pll_dividers()
H A Dradeon.h297 bool strobe_mode,
301 bool strobe_mode,
H A Dci_dpm.c2747 bool strobe_mode, in ci_calculate_mclk_params() argument
2763 ret = radeon_atom_get_memory_pll_dividers(rdev, memory_clock, strobe_mode, &mpll_param); in ci_calculate_mclk_params()
/linux/drivers/media/i2c/
H A Dvgxy61.c426 enum vgxy61_strobe_mode strobe_mode; member
822 sensor->strobe_mode = VGXY61_STROBE_ENABLED; in vgxy61_update_gpios_strobe_mode()
826 sensor->strobe_mode = VGXY61_STROBE_LONG; in vgxy61_update_gpios_strobe_mode()
839 sensor->strobe_mode, in vgxy61_update_gpios_strobe_mode()
1068 sensor->strobe_mode, i); in vgxy61_apply_settings()
/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dppatomctrl.h305 …_hwmgr *hwmgr, uint32_t clock_value, pp_atomctrl_memory_clock_param *mpll_param, bool strobe_mode);
H A Dppatomctrl.c297 bool strobe_mode) in atomctrl_get_memory_pll_dividers_si() argument
304 mpll_parameters.ucInputFlag = (uint8_t)((strobe_mode) ? 1 : 0); in atomctrl_get_memory_pll_dividers_si()
/linux/drivers/gpu/drm/amd/pm/powerplay/smumgr/
H A Diceland_smumgr.c1048 bool strobe_mode, in iceland_calculate_mclk_params() argument
1068 memory_clock, &mpll_param, strobe_mode); in iceland_calculate_mclk_params()
1170 bool strobe_mode) in iceland_get_mclk_frequency_ratio() argument
1174 if (strobe_mode) { in iceland_get_mclk_frequency_ratio()
H A Dtonga_smumgr.c791 bool strobe_mode, in tonga_calculate_mclk_params() argument
811 memory_clock, &mpll_param, strobe_mode); in tonga_calculate_mclk_params()
921 bool strobe_mode) in tonga_get_mclk_frequency_ratio() argument
925 if (strobe_mode) { in tonga_get_mclk_frequency_ratio()
H A Dci_smumgr.c1027 bool strobe_mode, in ci_calculate_mclk_params() argument
1046 memory_clock, &mpll_param, strobe_mode); in ci_calculate_mclk_params()
1120 bool strobe_mode) in ci_get_mclk_frequency_ratio() argument
1124 if (strobe_mode) { in ci_get_mclk_frequency_ratio()
/linux/drivers/gpu/drm/amd/pm/legacy-dpm/
H A Dsi_dpm.c4348 static u8 si_get_mclk_frequency_ratio(u32 memory_clock, bool strobe_mode) in si_get_mclk_frequency_ratio() argument
4352 if (strobe_mode) { in si_get_mclk_frequency_ratio()
4373 bool strobe_mode = false; in si_get_strobe_mode_settings() local
4377 strobe_mode = true; in si_get_strobe_mode_settings()
4380 result = si_get_mclk_frequency_ratio(mclk, strobe_mode); in si_get_strobe_mode_settings()
4384 if (strobe_mode) in si_get_strobe_mode_settings()
5416 bool strobe_mode, in si_populate_mclk_value() argument
5433 ret = amdgpu_atombios_get_memory_pll_dividers(adev, memory_clock, strobe_mode, &mpll_param); in si_populate_mclk_value()