Searched refs:target_clock (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_pll.c129 unsigned target_clock = pll->flags & AMDGPU_PLL_USE_FRAC_FB_DIV ? local
179 post_div_min = vco_min / target_clock;
180 if ((target_clock * post_div_min) < vco_min)
185 post_div_max = vco_max / target_clock;
186 if ((target_clock * post_div_max) > vco_max)
193 nom = target_clock;
210 diff = abs(target_clock - (pll->reference_freq * fb_div) /
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/display/
H A Dintel_dvo.c232 int target_clock = mode->clock; local
245 target_clock = fixed_mode->clock;
248 if (target_clock > max_dotclk)
H A Dintel_display.h547 int ilk_get_lanes_required(int target_clock, int link_bw, int bpp);
H A Dintel_dp.c626 int target_clock = mode->clock; local
644 target_clock = fixed_mode->clock;
651 mode_rate = intel_dp_link_required(target_clock, 18);
673 target_clock,
677 target_clock,
683 target_clock > max_dotclk)
H A Dintel_display.c10004 int ilk_get_lanes_required(int target_clock, int link_bw, int bpp) argument
10011 u32 bps = target_clock * bpp * 21 / 20;
/netbsd-current/sys/arch/evbarm/stand/boot2440/
H A Dmain.c368 uint32_t target_clock = wallclock+us; local
370 while( wallclock < target_clock) {
/netbsd-current/sys/external/bsd/drm2/dist/drm/radeon/
H A Dradeon_display.c961 unsigned target_clock = pll->flags & RADEON_PLL_USE_FRAC_FB_DIV ? local
1014 post_div_min = vco_min / target_clock;
1015 if ((target_clock * post_div_min) < vco_min)
1020 post_div_max = vco_max / target_clock;
1021 if ((target_clock * post_div_max) > vco_max)
1028 nom = target_clock;
1045 diff = abs(target_clock - (pll->reference_freq * fb_div) /

Completed in 323 milliseconds