Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/radeon/
Dradeon_display.c955 if (pll->flags & RADEON_PLL_USE_REF_DIV) in radeon_compute_pll_avivo()
961 pll->flags & RADEON_PLL_USE_REF_DIV) in radeon_compute_pll_avivo()
1120 if (pll->flags & RADEON_PLL_USE_REF_DIV) in radeon_compute_pll_legacy()
Datombios_crtc.c624 radeon_crtc->pll_flags |= RADEON_PLL_USE_REF_DIV; in atombios_adjust_pll()
644 radeon_crtc->pll_flags |= RADEON_PLL_USE_REF_DIV; in atombios_adjust_pll()
731 radeon_crtc->pll_flags |= RADEON_PLL_USE_REF_DIV; in atombios_adjust_pll()
Dradeon_mode.h151 #define RADEON_PLL_USE_REF_DIV (1 << 2) macro
Dradeon_legacy_crtc.c810 pll->flags |= RADEON_PLL_USE_REF_DIV; in radeon_set_pll()