Searched refs:target_clock (Results 1 – 6 of 6) sorted by relevance
129 unsigned target_clock = pll->flags & AMDGPU_PLL_USE_FRAC_FB_DIV ? in amdgpu_pll_compute() local179 post_div_min = vco_min / target_clock; in amdgpu_pll_compute()180 if ((target_clock * post_div_min) < vco_min) in amdgpu_pll_compute()185 post_div_max = vco_max / target_clock; in amdgpu_pll_compute()186 if ((target_clock * post_div_max) > vco_max) in amdgpu_pll_compute()193 nom = target_clock; in amdgpu_pll_compute()210 diff = abs(target_clock - (pll->reference_freq * fb_div) / in amdgpu_pll_compute()
230 int target_clock = mode->clock; in intel_dvo_mode_valid() local243 target_clock = fixed_mode->clock; in intel_dvo_mode_valid()246 if (target_clock > max_dotclk) in intel_dvo_mode_valid()
662 int target_clock) in intel_dp_mode_valid_downstream() argument674 target_bw = bpp * target_clock; in intel_dp_mode_valid_downstream()688 target_clock > intel_dp->dfp.max_dotclock) in intel_dp_mode_valid_downstream()692 tmds_clock = target_clock; in intel_dp_mode_valid_downstream()714 int target_clock = mode->clock; in intel_dp_mode_valid() local735 target_clock = fixed_mode->clock; in intel_dp_mode_valid()741 if ((target_clock > max_dotclk || mode->hdisplay > 5120) && in intel_dp_mode_valid()746 if (target_clock > max_dotclk) in intel_dp_mode_valid()753 mode_rate = intel_dp_link_required(target_clock, in intel_dp_mode_valid()782 target_clock, in intel_dp_mode_valid()[all …]
570 int ilk_get_lanes_required(int target_clock, int link_bw, int bpp);
5935 int ilk_get_lanes_required(int target_clock, int link_bw, int bpp) in ilk_get_lanes_required() argument5942 u32 bps = target_clock * bpp * 21 / 20; in ilk_get_lanes_required()
959 unsigned target_clock = pll->flags & RADEON_PLL_USE_FRAC_FB_DIV ? in radeon_compute_pll_avivo() local1012 post_div_min = vco_min / target_clock; in radeon_compute_pll_avivo()1013 if ((target_clock * post_div_min) < vco_min) in radeon_compute_pll_avivo()1018 post_div_max = vco_max / target_clock; in radeon_compute_pll_avivo()1019 if ((target_clock * post_div_max) > vco_max) in radeon_compute_pll_avivo()1026 nom = target_clock; in radeon_compute_pll_avivo()1043 diff = abs(target_clock - (pll->reference_freq * fb_div) / in radeon_compute_pll_avivo()