Home
last modified time | relevance | path

Searched refs:ref_div_max (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/
Damdgpu_pll.c83 unsigned fb_div_max, unsigned ref_div_max, in amdgpu_pll_get_fb_ref_div() argument
87 ref_div_max = min(128 / post_div, ref_div_max); in amdgpu_pll_get_fb_ref_div()
90 *ref_div = min(max(DIV_ROUND_CLOSEST(den, post_div), 1u), ref_div_max); in amdgpu_pll_get_fb_ref_div()
126 unsigned ref_div_min, ref_div_max, ref_div; in amdgpu_pll_compute() local
147 ref_div_max = pll->reference_div; in amdgpu_pll_compute()
149 ref_div_max = pll->max_ref_div; in amdgpu_pll_compute()
201 ref_div_max, &fb_div, &ref_div); in amdgpu_pll_compute()
215 amdgpu_pll_get_fb_ref_div(nom, den, post_div, fb_div_max, ref_div_max, in amdgpu_pll_compute()
/linux-4.4.14/drivers/gpu/drm/radeon/
Dradeon_display.c951 unsigned fb_div_max, unsigned ref_div_max, in avivo_get_fb_ref_div() argument
955 ref_div_max = max(min(100 / post_div, ref_div_max), 1u); in avivo_get_fb_ref_div()
958 *ref_div = min(max(DIV_ROUND_CLOSEST(den, post_div), 1u), ref_div_max); in avivo_get_fb_ref_div()
994 unsigned ref_div_min, ref_div_max, ref_div; in radeon_compute_pll_avivo() local
1015 ref_div_max = pll->reference_div; in radeon_compute_pll_avivo()
1018 ref_div_max = min(pll->max_ref_div, 7u); in radeon_compute_pll_avivo()
1020 ref_div_max = pll->max_ref_div; in radeon_compute_pll_avivo()
1072 ref_div_max, &fb_div, &ref_div); in radeon_compute_pll_avivo()
1086 avivo_get_fb_ref_div(nom, den, post_div, fb_div_max, ref_div_max, in radeon_compute_pll_avivo()