Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_pll.c86 unsigned int fb_div_max, unsigned int ref_div_max, in amdgpu_pll_get_fb_ref_div() argument
92 ref_div_max = min(100 / post_div, ref_div_max); in amdgpu_pll_get_fb_ref_div()
94 ref_div_max = min(128 / post_div, ref_div_max); in amdgpu_pll_get_fb_ref_div()
97 *ref_div = clamp(DIV_ROUND_CLOSEST(den, post_div), 1u, ref_div_max); in amdgpu_pll_get_fb_ref_div()
136 unsigned ref_div_min, ref_div_max, ref_div; in amdgpu_pll_compute() local
157 ref_div_max = pll->reference_div; in amdgpu_pll_compute()
159 ref_div_max = pll->max_ref_div; in amdgpu_pll_compute()
211 ref_div_max, &fb_div, &ref_div); in amdgpu_pll_compute()
225 amdgpu_pll_get_fb_ref_div(adev, nom, den, post_div, fb_div_max, ref_div_max, in amdgpu_pll_compute()