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()
231 int target_clock = mode->clock; in intel_dvo_mode_valid() local245 target_clock = fixed_mode->clock; in intel_dvo_mode_valid()248 if (target_clock > max_dotclk) in intel_dvo_mode_valid()
794 int target_clock) in intel_dp_mode_valid_downstream() argument806 target_bw = bpp * target_clock; in intel_dp_mode_valid_downstream()820 target_clock > intel_dp->dfp.max_dotclock) in intel_dp_mode_valid_downstream()824 tmds_clock = target_clock; in intel_dp_mode_valid_downstream()857 int target_clock = mode->clock; in intel_dp_mode_valid() local876 target_clock = fixed_mode->clock; in intel_dp_mode_valid()886 if (target_clock > max_dotclk) in intel_dp_mode_valid()893 mode_rate = intel_dp_link_required(target_clock, in intel_dp_mode_valid()922 target_clock, in intel_dp_mode_valid()928 target_clock, in intel_dp_mode_valid()[all …]
569 int ilk_get_lanes_required(int target_clock, int link_bw, int bpp);
4898 int ilk_get_lanes_required(int target_clock, int link_bw, int bpp) in ilk_get_lanes_required() argument4905 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()
Completed in 36 milliseconds