Home
last modified time | relevance | path

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

/netbsd/sys/external/bsd/drm2/dist/drm/radeon/
H A Dradeon_legacy_crtc.c811 pll->flags |= RADEON_PLL_NO_ODD_POST_DIV; in radeon_set_pll()
H A Dradeon_mode.h152 #define RADEON_PLL_NO_ODD_POST_DIV (1 << 1) macro
H A Dradeon_display.c1171 if ((pll->flags & RADEON_PLL_NO_ODD_POST_DIV) && (post_div & 1)) in radeon_compute_pll_legacy()
H A Dradeon_atombios_crtc.c656 radeon_crtc->pll_flags |= RADEON_PLL_NO_ODD_POST_DIV; in atombios_adjust_pll()