Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/radeon/
H A Dradeon_display.c983 if (pll->flags & RADEON_PLL_USE_REF_DIV) in radeon_compute_pll_avivo()
989 pll->flags & RADEON_PLL_USE_REF_DIV) in radeon_compute_pll_avivo()
1146 if (pll->flags & RADEON_PLL_USE_REF_DIV) in radeon_compute_pll_legacy()
H A Datombios_crtc.c623 radeon_crtc->pll_flags |= RADEON_PLL_USE_REF_DIV; in atombios_adjust_pll()
645 radeon_crtc->pll_flags |= RADEON_PLL_USE_REF_DIV; in atombios_adjust_pll()
732 radeon_crtc->pll_flags |= RADEON_PLL_USE_REF_DIV; in atombios_adjust_pll()
H A Dradeon_mode.h150 #define RADEON_PLL_USE_REF_DIV (1 << 2) macro
H A Dradeon_legacy_crtc.c810 pll->flags |= RADEON_PLL_USE_REF_DIV; in radeon_set_pll()