Home
last modified time | relevance | path

Searched refs:strobe_mode (Results 1 - 25 of 32) sorted by relevance

12

/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_atombios.h160 bool strobe_mode,
165 bool strobe_mode,
213 bool strobe_mode,
H A Damdgpu_atombios.c999 bool strobe_mode, in amdgpu_atombios_get_clock_dividers()
1038 if (strobe_mode) in amdgpu_atombios_get_clock_dividers()
1088 bool strobe_mode, in amdgpu_atombios_get_memory_pll_dividers()
1108 if (strobe_mode) in amdgpu_atombios_get_memory_pll_dividers()
996 amdgpu_atombios_get_clock_dividers(struct amdgpu_device *adev, u8 clock_type, u32 clock, bool strobe_mode, struct atom_clock_dividers *dividers) amdgpu_atombios_get_clock_dividers() argument
1086 amdgpu_atombios_get_memory_pll_dividers(struct amdgpu_device *adev, u32 clock, bool strobe_mode, struct atom_mpll_param *mpll_param) amdgpu_atombios_get_memory_pll_dividers() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_atombios.h157 bool strobe_mode,
163 bool strobe_mode,
205 bool strobe_mode,
H A Damdgpu_atombios.c999 bool strobe_mode, in amdgpu_atombios_get_clock_dividers()
1038 if (strobe_mode) in amdgpu_atombios_get_clock_dividers()
1089 bool strobe_mode, in amdgpu_atombios_get_memory_pll_dividers()
1109 if (strobe_mode) in amdgpu_atombios_get_memory_pll_dividers()
996 amdgpu_atombios_get_clock_dividers(struct amdgpu_device *adev, u8 clock_type, u32 clock, bool strobe_mode, struct atom_clock_dividers *dividers) amdgpu_atombios_get_clock_dividers() argument
1087 amdgpu_atombios_get_memory_pll_dividers(struct amdgpu_device *adev, u32 clock, bool strobe_mode, struct atom_mpll_param *mpll_param) amdgpu_atombios_get_memory_pll_dividers() argument
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
H A Dcypress_dpm.c428 bool strobe_mode = false; in cypress_get_strobe_mode_settings() local
432 strobe_mode = true; in cypress_get_strobe_mode_settings()
433 result = cypress_get_mclk_frequency_ratio(rdev, mclk, strobe_mode); in cypress_get_strobe_mode_settings()
435 if (strobe_mode) in cypress_get_strobe_mode_settings()
477 bool strobe_mode, bool dll_state_on) in cypress_populate_mclk_value()
502 memory_clock, strobe_mode, &dividers); in cypress_populate_mclk_value()
506 if (!strobe_mode) { in cypress_populate_mclk_value()
543 if (strobe_mode) in cypress_populate_mclk_value()
616 u32 memory_clock, bool strobe_mode) in cypress_get_mclk_frequency_ratio()
621 if (strobe_mode) { in cypress_get_mclk_frequency_ratio()
474 cypress_populate_mclk_value(struct radeon_device *rdev, u32 engine_clock, u32 memory_clock, RV7XX_SMC_MCLK_VALUE *mclk, bool strobe_mode, bool dll_state_on) cypress_populate_mclk_value() argument
615 cypress_get_mclk_frequency_ratio(struct radeon_device *rdev, u32 memory_clock, bool strobe_mode) cypress_get_mclk_frequency_ratio() argument
1125 u32 strobe_mode; cypress_force_mc_use_s1() local
1186 u32 strobe_mode; cypress_force_mc_use_s0() local
[all...]
H A Dcypress_dpm.h157 u32 memory_clock, bool strobe_mode);
H A Dsi_dpm.c3820 u8 si_get_mclk_frequency_ratio(u32 memory_clock, bool strobe_mode) in si_get_mclk_frequency_ratio() argument
3824 if (strobe_mode) { in si_get_mclk_frequency_ratio()
3845 bool strobe_mode = false; in si_get_strobe_mode_settings() local
3849 strobe_mode = true; in si_get_strobe_mode_settings()
3852 result = si_get_mclk_frequency_ratio(mclk, strobe_mode); in si_get_strobe_mode_settings()
3856 if (strobe_mode) in si_get_strobe_mode_settings()
4859 bool strobe_mode, in si_populate_mclk_value()
4876 ret = radeon_atom_get_memory_pll_dividers(rdev, memory_clock, strobe_mode, &mpll_param); in si_populate_mclk_value()
4855 si_populate_mclk_value(struct radeon_device *rdev, u32 engine_clock, u32 memory_clock, SISLANDS_SMC_MCLK_VALUE *mclk, bool strobe_mode, bool dll_state_on) si_populate_mclk_value() argument
H A Dni_dpm.c2163 bool strobe_mode, in ni_populate_mclk_value()
2183 memory_clock, strobe_mode, &dividers); in ni_populate_mclk_value()
2187 if (!strobe_mode) { in ni_populate_mclk_value()
2224 if (strobe_mode) in ni_populate_mclk_value()
2159 ni_populate_mclk_value(struct radeon_device *rdev, u32 engine_clock, u32 memory_clock, NISLANDS_SMC_MCLK_VALUE *mclk, bool strobe_mode, bool dll_state_on) ni_populate_mclk_value() argument
H A Dradeon_atombios.c2840 bool strobe_mode, in radeon_atom_get_clock_dividers()
2905 if (strobe_mode) in radeon_atom_get_clock_dividers()
2956 bool strobe_mode, in radeon_atom_get_memory_pll_dividers()
2976 if (strobe_mode) in radeon_atom_get_memory_pll_dividers()
2837 radeon_atom_get_clock_dividers(struct radeon_device *rdev, u8 clock_type, u32 clock, bool strobe_mode, struct atom_clock_dividers *dividers) radeon_atom_get_clock_dividers() argument
2954 radeon_atom_get_memory_pll_dividers(struct radeon_device *rdev, u32 clock, bool strobe_mode, struct atom_mpll_param *mpll_param) radeon_atom_get_memory_pll_dividers() argument
/kernel/linux/linux-6.6/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()
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()
619 if (strobe_mode) { in cypress_get_mclk_frequency_ratio()
472 cypress_populate_mclk_value(struct radeon_device *rdev, u32 engine_clock, u32 memory_clock, RV7XX_SMC_MCLK_VALUE *mclk, bool strobe_mode, bool dll_state_on) cypress_populate_mclk_value() argument
613 cypress_get_mclk_frequency_ratio(struct radeon_device *rdev, u32 memory_clock, bool strobe_mode) cypress_get_mclk_frequency_ratio() argument
1123 u32 strobe_mode; cypress_force_mc_use_s1() local
1184 u32 strobe_mode; cypress_force_mc_use_s0() local
[all...]
H A Dcypress_dpm.h157 u32 memory_clock, bool strobe_mode);
H A Dsi_dpm.h238 u8 si_get_mclk_frequency_ratio(u32 memory_clock, bool strobe_mode);
H A 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()
4858 bool strobe_mode, in si_populate_mclk_value()
4875 ret = radeon_atom_get_memory_pll_dividers(rdev, memory_clock, strobe_mode, &mpll_param); in si_populate_mclk_value()
4854 si_populate_mclk_value(struct radeon_device *rdev, u32 engine_clock, u32 memory_clock, SISLANDS_SMC_MCLK_VALUE *mclk, bool strobe_mode, bool dll_state_on) si_populate_mclk_value() argument
H A Dni_dpm.c2164 bool strobe_mode, in ni_populate_mclk_value()
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()
2160 ni_populate_mclk_value(struct radeon_device *rdev, u32 engine_clock, u32 memory_clock, NISLANDS_SMC_MCLK_VALUE *mclk, bool strobe_mode, bool dll_state_on) ni_populate_mclk_value() argument
/kernel/linux/linux-6.6/drivers/media/i2c/
H A Dst-vgxy61.c428 enum vgxy61_strobe_mode strobe_mode; member
909 sensor->strobe_mode = VGXY61_STROBE_ENABLED; in vgxy61_update_gpios_strobe_mode()
913 sensor->strobe_mode = VGXY61_STROBE_LONG; in vgxy61_update_gpios_strobe_mode()
926 sensor->strobe_mode, in vgxy61_update_gpios_strobe_mode()
1155 sensor->strobe_mode, i); in vgxy61_apply_settings()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dppatomctrl.h290 extern int atomctrl_get_memory_pll_dividers_si(struct pp_hwmgr *hwmgr, uint32_t clock_value, pp_atomctrl_memory_clock_param *mpll_param, bool strobe_mode);
H A Dppatomctrl.c245 * @param strobe_mode input parameter: 1 for strobe mode, 0 for performance mode
251 bool strobe_mode) in atomctrl_get_memory_pll_dividers_si()
258 mpll_parameters.ucInputFlag = (uint8_t)((strobe_mode) ? 1 : 0); in atomctrl_get_memory_pll_dividers_si()
247 atomctrl_get_memory_pll_dividers_si( struct pp_hwmgr *hwmgr, uint32_t clock_value, pp_atomctrl_memory_clock_param *mpll_param, bool strobe_mode) atomctrl_get_memory_pll_dividers_si() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dppatomctrl.h305 extern int atomctrl_get_memory_pll_dividers_si(struct pp_hwmgr *hwmgr, uint32_t clock_value, pp_atomctrl_memory_clock_param *mpll_param, bool strobe_mode);
H A Dppatomctrl.c283 * @strobe_mode: input parameter: 1 for strobe mode, 0 for performance mode
289 bool strobe_mode) in atomctrl_get_memory_pll_dividers_si()
296 mpll_parameters.ucInputFlag = (uint8_t)((strobe_mode) ? 1 : 0); in atomctrl_get_memory_pll_dividers_si()
285 atomctrl_get_memory_pll_dividers_si( struct pp_hwmgr *hwmgr, uint32_t clock_value, pp_atomctrl_memory_clock_param *mpll_param, bool strobe_mode) atomctrl_get_memory_pll_dividers_si() argument
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/smumgr/
H A Diceland_smumgr.c1048 bool strobe_mode, in iceland_calculate_mclk_params()
1068 memory_clock, &mpll_param, strobe_mode); in iceland_calculate_mclk_params()
1170 bool strobe_mode) in iceland_get_mclk_frequency_ratio()
1174 if (strobe_mode) { in iceland_get_mclk_frequency_ratio()
1044 iceland_calculate_mclk_params( struct pp_hwmgr *hwmgr, uint32_t memory_clock, SMU71_Discrete_MemoryLevel *mclk, bool strobe_mode, bool dllStateOn ) iceland_calculate_mclk_params() argument
1169 iceland_get_mclk_frequency_ratio(uint32_t memory_clock, bool strobe_mode) iceland_get_mclk_frequency_ratio() argument
H A Dci_smumgr.c1026 bool strobe_mode, in ci_calculate_mclk_params()
1045 memory_clock, &mpll_param, strobe_mode); in ci_calculate_mclk_params()
1119 bool strobe_mode) in ci_get_mclk_frequency_ratio()
1123 if (strobe_mode) { in ci_get_mclk_frequency_ratio()
1022 ci_calculate_mclk_params( struct pp_hwmgr *hwmgr, uint32_t memory_clock, SMU7_Discrete_MemoryLevel *mclk, bool strobe_mode, bool dllStateOn ) ci_calculate_mclk_params() argument
1118 ci_get_mclk_frequency_ratio(uint32_t memory_clock, bool strobe_mode) ci_get_mclk_frequency_ratio() argument
H A Dtonga_smumgr.c791 bool strobe_mode, in tonga_calculate_mclk_params()
811 memory_clock, &mpll_param, strobe_mode); in tonga_calculate_mclk_params()
921 bool strobe_mode) in tonga_get_mclk_frequency_ratio()
925 if (strobe_mode) { in tonga_get_mclk_frequency_ratio()
787 tonga_calculate_mclk_params( struct pp_hwmgr *hwmgr, uint32_t memory_clock, SMU72_Discrete_MemoryLevel *mclk, bool strobe_mode, bool dllStateOn ) tonga_calculate_mclk_params() argument
920 tonga_get_mclk_frequency_ratio(uint32_t memory_clock, bool strobe_mode) tonga_get_mclk_frequency_ratio() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/powerplay/smumgr/
H A Diceland_smumgr.c1048 bool strobe_mode, in iceland_calculate_mclk_params()
1068 memory_clock, &mpll_param, strobe_mode); in iceland_calculate_mclk_params()
1170 bool strobe_mode) in iceland_get_mclk_frequency_ratio()
1174 if (strobe_mode) { in iceland_get_mclk_frequency_ratio()
1044 iceland_calculate_mclk_params( struct pp_hwmgr *hwmgr, uint32_t memory_clock, SMU71_Discrete_MemoryLevel *mclk, bool strobe_mode, bool dllStateOn ) iceland_calculate_mclk_params() argument
1169 iceland_get_mclk_frequency_ratio(uint32_t memory_clock, bool strobe_mode) iceland_get_mclk_frequency_ratio() argument
H A Dtonga_smumgr.c791 bool strobe_mode, in tonga_calculate_mclk_params()
811 memory_clock, &mpll_param, strobe_mode); in tonga_calculate_mclk_params()
921 bool strobe_mode) in tonga_get_mclk_frequency_ratio()
925 if (strobe_mode) { in tonga_get_mclk_frequency_ratio()
787 tonga_calculate_mclk_params( struct pp_hwmgr *hwmgr, uint32_t memory_clock, SMU72_Discrete_MemoryLevel *mclk, bool strobe_mode, bool dllStateOn ) tonga_calculate_mclk_params() argument
920 tonga_get_mclk_frequency_ratio(uint32_t memory_clock, bool strobe_mode) tonga_get_mclk_frequency_ratio() argument
H A Dci_smumgr.c1027 bool strobe_mode, in ci_calculate_mclk_params()
1046 memory_clock, &mpll_param, strobe_mode); in ci_calculate_mclk_params()
1120 bool strobe_mode) in ci_get_mclk_frequency_ratio()
1124 if (strobe_mode) { in ci_get_mclk_frequency_ratio()
1023 ci_calculate_mclk_params( struct pp_hwmgr *hwmgr, uint32_t memory_clock, SMU7_Discrete_MemoryLevel *mclk, bool strobe_mode, bool dllStateOn ) ci_calculate_mclk_params() argument
1119 ci_get_mclk_frequency_ratio(uint32_t memory_clock, bool strobe_mode) ci_get_mclk_frequency_ratio() argument

Completed in 71 milliseconds

12