Searched refs:step_size (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/sys/dev/pci/drm/amd/amdgpu/
H A Damdgpu_atombios_crtc.c866 u32 step_size; local
874 step_size = (4 * amount * ref_div * ((u32)amdgpu_crtc->ss.rate * 2048)) /
877 step_size = (2 * amount * ref_div * ((u32)amdgpu_crtc->ss.rate * 2048)) /
879 amdgpu_crtc->ss.step = step_size;
/openbsd-current/sys/dev/pci/drm/radeon/
H A Drv6xx_dpm.c195 bool increasing_vco, u32 step_size)
202 next.vco_frequency = (cur->vco_frequency * (100 + step_size)) / 100;
204 next.vco_frequency = (cur->vco_frequency * 100 + 99 + step_size) / (100 + step_size);
193 rv6xx_next_vco_step(struct radeon_device *rdev, struct rv6xx_sclk_stepping *cur, bool increasing_vco, u32 step_size) argument
H A Datombios_crtc.c1113 u32 step_size; local
1121 step_size = (4 * amount * ref_div * ((u32)radeon_crtc->ss.rate * 2048)) /
1124 step_size = (2 * amount * ref_div * ((u32)radeon_crtc->ss.rate * 2048)) /
1126 radeon_crtc->ss.step = step_size;

Completed in 132 milliseconds