Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/amdgpu/
A Damdgpu_pll.c131 unsigned target_clock = pll->flags & AMDGPU_PLL_USE_FRAC_FB_DIV ? in amdgpu_pll_compute() local
181 post_div_min = vco_min / target_clock; in amdgpu_pll_compute()
182 if ((target_clock * post_div_min) < vco_min) in amdgpu_pll_compute()
187 post_div_max = vco_max / target_clock; in amdgpu_pll_compute()
188 if ((target_clock * post_div_max) > vco_max) in amdgpu_pll_compute()
195 nom = target_clock; in amdgpu_pll_compute()
212 diff = abs(target_clock - (pll->reference_freq * fb_div) / in amdgpu_pll_compute()
/linux/drivers/gpu/drm/i915/display/
A Dintel_dvo.c227 int target_clock = mode->clock; in intel_dvo_mode_valid() local
243 target_clock = fixed_mode->clock; in intel_dvo_mode_valid()
246 if (target_clock > max_dotclk) in intel_dvo_mode_valid()
A Dintel_dp.c1222 int target_clock) in intel_dp_mode_valid_downstream() argument
1235 target_bw = bpp * target_clock; in intel_dp_mode_valid_downstream()
1249 target_clock > intel_dp->dfp.max_dotclock) in intel_dp_mode_valid_downstream()
1255 status = intel_dp_tmds_clock_valid(intel_dp, target_clock, in intel_dp_mode_valid_downstream()
1314 int target_clock = mode->clock; in intel_dp_mode_valid() local
1338 target_clock = fixed_mode->clock; in intel_dp_mode_valid()
1342 mode->hdisplay, target_clock)) { in intel_dp_mode_valid()
1346 if (target_clock > max_dotclk) in intel_dp_mode_valid()
1357 mode_rate = intel_dp_link_required(target_clock, in intel_dp_mode_valid()
1387 target_clock, in intel_dp_mode_valid()
[all …]
A Dintel_dp_mst.c1448 int target_clock = mode->clock; in intel_dp_mst_mode_valid_ctx() local
1489 mode->hdisplay, target_clock)) { in intel_dp_mst_mode_valid_ctx()
1516 target_clock, in intel_dp_mst_mode_valid_ctx()
1523 target_clock, in intel_dp_mst_mode_valid_ctx()
A Dintel_display.h476 int ilk_get_lanes_required(int target_clock, int link_bw, int bpp);
A Dintel_display.c3333 int ilk_get_lanes_required(int target_clock, int link_bw, int bpp) in ilk_get_lanes_required() argument
3340 u32 bps = target_clock * bpp * 21 / 20; in ilk_get_lanes_required()
/linux/drivers/gpu/drm/radeon/
A Dradeon_display.c964 unsigned target_clock = pll->flags & RADEON_PLL_USE_FRAC_FB_DIV ? in radeon_compute_pll_avivo() local
1017 post_div_min = vco_min / target_clock; in radeon_compute_pll_avivo()
1018 if ((target_clock * post_div_min) < vco_min) in radeon_compute_pll_avivo()
1023 post_div_max = vco_max / target_clock; in radeon_compute_pll_avivo()
1024 if ((target_clock * post_div_max) > vco_max) in radeon_compute_pll_avivo()
1031 nom = target_clock; in radeon_compute_pll_avivo()
1048 diff = abs(target_clock - (pll->reference_freq * fb_div) / in radeon_compute_pll_avivo()

Completed in 40 milliseconds