Home
last modified time | relevance | path

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

/drivers/gpu/drm/amd/amdgpu/
Damdgpu_pll.c148 if (pll->flags & AMDGPU_PLL_USE_REF_DIV) in amdgpu_pll_compute()
154 pll->flags & AMDGPU_PLL_USE_REF_DIV) in amdgpu_pll_compute()
Datombios_crtc.c341 amdgpu_crtc->pll_flags |= AMDGPU_PLL_USE_REF_DIV; in amdgpu_atombios_crtc_adjust_pll()
436 amdgpu_crtc->pll_flags |= AMDGPU_PLL_USE_REF_DIV; in amdgpu_atombios_crtc_adjust_pll()
Damdgpu_mode.h177 #define AMDGPU_PLL_USE_REF_DIV (1 << 2) macro