Home
last modified time | relevance | path

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

/trueos/sys/dev/drm2/radeon/
HDatombios_crtc.c593 radeon_crtc->pll_flags |= RADEON_PLL_USE_REF_DIV; in atombios_adjust_pll()
613 radeon_crtc->pll_flags |= RADEON_PLL_USE_REF_DIV; in atombios_adjust_pll()
686 radeon_crtc->pll_flags |= RADEON_PLL_USE_REF_DIV; in atombios_adjust_pll()
HDradeon_mode.h140 #define RADEON_PLL_USE_REF_DIV (1 << 2) macro
HDradeon_display.c821 if (pll->flags & RADEON_PLL_USE_REF_DIV) in radeon_compute_pll_avivo()
915 if (pll->flags & RADEON_PLL_USE_REF_DIV) in radeon_compute_pll_legacy()
HDradeon_legacy_crtc.c786 pll->flags |= RADEON_PLL_USE_REF_DIV; in radeon_set_pll()