Searched refs:target_clock (Results 1 - 6 of 6) sorted by relevance
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_pll.c | 121 unsigned target_clock = pll->flags & AMDGPU_PLL_USE_FRAC_FB_DIV ? amdgpu_pll_compute() local 171 post_div_min = vco_min / target_clock; amdgpu_pll_compute() 172 if ((target_clock * post_div_min) < vco_min) amdgpu_pll_compute() 177 post_div_max = vco_max / target_clock; amdgpu_pll_compute() 178 if ((target_clock * post_div_max) > vco_max) amdgpu_pll_compute() 185 nom = target_clock; amdgpu_pll_compute() 202 diff = abs(target_clock - (pll->reference_freq * fb_div) / amdgpu_pll_compute()
|
/linux-4.4.14/drivers/gpu/drm/i915/ |
H A D | intel_dvo.c | 208 int target_clock = mode->clock; intel_dvo_mode_valid() local 221 target_clock = fixed_mode->clock; intel_dvo_mode_valid() 224 if (target_clock > max_dotclk) intel_dvo_mode_valid()
|
H A D | intel_drv.h | 1058 int ironlake_get_lanes_required(int target_clock, int link_bw, int bpp); 1162 bool bxt_find_best_dpll(struct intel_crtc_state *crtc_state, int target_clock,
|
H A D | intel_dp.c | 209 int target_clock = mode->clock; intel_dp_mode_valid() local 219 target_clock = fixed_mode->clock; intel_dp_mode_valid() 226 mode_rate = intel_dp_link_required(target_clock, 18); intel_dp_mode_valid()
|
H A D | intel_display.c | 1057 bool bxt_find_best_dpll(struct intel_crtc_state *crtc_state, int target_clock, bxt_find_best_dpll() argument 1063 target_clock, refclk, NULL, best_clock); bxt_find_best_dpll() 8799 int ironlake_get_lanes_required(int target_clock, int link_bw, int bpp) ironlake_get_lanes_required() argument 8806 u32 bps = target_clock * bpp * 21 / 20; ironlake_get_lanes_required()
|
/linux-4.4.14/drivers/gpu/drm/radeon/ |
H A D | radeon_display.c | 989 unsigned target_clock = pll->flags & RADEON_PLL_USE_FRAC_FB_DIV ? radeon_compute_pll_avivo() local 1042 post_div_min = vco_min / target_clock; radeon_compute_pll_avivo() 1043 if ((target_clock * post_div_min) < vco_min) radeon_compute_pll_avivo() 1048 post_div_max = vco_max / target_clock; radeon_compute_pll_avivo() 1049 if ((target_clock * post_div_max) > vco_max) radeon_compute_pll_avivo() 1056 nom = target_clock; radeon_compute_pll_avivo() 1073 diff = abs(target_clock - (pll->reference_freq * fb_div) / radeon_compute_pll_avivo()
|
Completed in 303 milliseconds