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

/linux-master/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,
1039 if (strobe_mode)
1093 bool strobe_mode,
1113 if (strobe_mode)
996 amdgpu_atombios_get_clock_dividers(struct amdgpu_device *adev, u8 clock_type, u32 clock, bool strobe_mode, struct atom_clock_dividers *dividers) argument
1091 amdgpu_atombios_get_memory_pll_dividers(struct amdgpu_device *adev, u32 clock, bool strobe_mode, struct atom_mpll_param *mpll_param) argument
/linux-master/drivers/gpu/drm/radeon/
H A Dcypress_dpm.c426 bool strobe_mode = false; local
430 strobe_mode = true;
431 result = cypress_get_mclk_frequency_ratio(rdev, mclk, strobe_mode);
433 if (strobe_mode)
475 bool strobe_mode, bool dll_state_on)
500 memory_clock, strobe_mode, &dividers);
504 if (!strobe_mode) {
541 if (strobe_mode)
614 u32 memory_clock, bool strobe_mode)
619 if (strobe_mode) {
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) argument
613 cypress_get_mclk_frequency_ratio(struct radeon_device *rdev, u32 memory_clock, bool strobe_mode) argument
1123 u32 strobe_mode; local
1184 u32 strobe_mode; local
[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.c3773 u8 si_get_mclk_frequency_ratio(u32 memory_clock, bool strobe_mode) argument
3777 if (strobe_mode) {
3798 bool strobe_mode = false; local
3802 strobe_mode = true;
3805 result = si_get_mclk_frequency_ratio(mclk, strobe_mode);
3809 if (strobe_mode)
4814 bool strobe_mode,
4831 ret = radeon_atom_get_memory_pll_dividers(rdev, memory_clock, strobe_mode, &mpll_param);
4810 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) argument
H A Dni_dpm.c2164 bool strobe_mode,
2184 memory_clock, strobe_mode, &dividers);
2188 if (!strobe_mode) {
2225 if (strobe_mode)
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) argument
H A Dradeon_atombios.c2840 bool strobe_mode,
2905 if (strobe_mode)
2956 bool strobe_mode,
2976 if (strobe_mode)
2837 radeon_atom_get_clock_dividers(struct radeon_device *rdev, u8 clock_type, u32 clock, bool strobe_mode, struct atom_clock_dividers *dividers) argument
2954 radeon_atom_get_memory_pll_dividers(struct radeon_device *rdev, u32 clock, bool strobe_mode, struct atom_mpll_param *mpll_param) argument
H A Dradeon.h297 bool strobe_mode,
301 bool strobe_mode,
H A Dci_dpm.c2747 bool strobe_mode,
2763 ret = radeon_atom_get_memory_pll_dividers(rdev, memory_clock, strobe_mode, &mpll_param);
2744 ci_calculate_mclk_params(struct radeon_device *rdev, u32 memory_clock, SMU7_Discrete_MemoryLevel *mclk, bool strobe_mode, bool dll_state_on) argument
/linux-master/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)
296 mpll_parameters.ucInputFlag = (uint8_t)((strobe_mode) ? 1 : 0);
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) argument
/linux-master/drivers/media/i2c/
H A Dst-vgxy61.c426 enum vgxy61_strobe_mode strobe_mode; member in struct:vgxy61_dev
822 sensor->strobe_mode = VGXY61_STROBE_ENABLED;
826 sensor->strobe_mode = VGXY61_STROBE_LONG;
839 sensor->strobe_mode,
1068 sensor->strobe_mode, i);
/linux-master/drivers/gpu/drm/amd/pm/powerplay/smumgr/
H A Diceland_smumgr.c1048 bool strobe_mode,
1068 memory_clock, &mpll_param, strobe_mode);
1170 bool strobe_mode)
1174 if (strobe_mode) {
1044 iceland_calculate_mclk_params( struct pp_hwmgr *hwmgr, uint32_t memory_clock, SMU71_Discrete_MemoryLevel *mclk, bool strobe_mode, bool dllStateOn ) argument
1169 iceland_get_mclk_frequency_ratio(uint32_t memory_clock, bool strobe_mode) argument
H A Dtonga_smumgr.c791 bool strobe_mode,
811 memory_clock, &mpll_param, strobe_mode);
921 bool strobe_mode)
925 if (strobe_mode) {
787 tonga_calculate_mclk_params( struct pp_hwmgr *hwmgr, uint32_t memory_clock, SMU72_Discrete_MemoryLevel *mclk, bool strobe_mode, bool dllStateOn ) argument
920 tonga_get_mclk_frequency_ratio(uint32_t memory_clock, bool strobe_mode) argument
H A Dci_smumgr.c1027 bool strobe_mode,
1046 memory_clock, &mpll_param, strobe_mode);
1120 bool strobe_mode)
1124 if (strobe_mode) {
1023 ci_calculate_mclk_params( struct pp_hwmgr *hwmgr, uint32_t memory_clock, SMU7_Discrete_MemoryLevel *mclk, bool strobe_mode, bool dllStateOn ) argument
1119 ci_get_mclk_frequency_ratio(uint32_t memory_clock, bool strobe_mode) argument
/linux-master/drivers/gpu/drm/amd/pm/legacy-dpm/
H A Dsi_dpm.c4297 static u8 si_get_mclk_frequency_ratio(u32 memory_clock, bool strobe_mode) argument
4301 if (strobe_mode) {
4322 bool strobe_mode = false; local
4326 strobe_mode = true;
4329 result = si_get_mclk_frequency_ratio(mclk, strobe_mode);
4333 if (strobe_mode)
5360 bool strobe_mode,
5377 ret = amdgpu_atombios_get_memory_pll_dividers(adev, memory_clock, strobe_mode, &mpll_param);
5356 si_populate_mclk_value(struct amdgpu_device *adev, u32 engine_clock, u32 memory_clock, SISLANDS_SMC_MCLK_VALUE *mclk, bool strobe_mode, bool dll_state_on) argument

Completed in 312 milliseconds