Searched refs:RADEON_PLL_PREFER_LOW_REF_DIV (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/dev/drm2/radeon/
H A Dradeon_mode.h142 #define RADEON_PLL_PREFER_LOW_REF_DIV (1 << 4) macro
H A Dradeon_legacy_crtc.c759 pll->flags |= RADEON_PLL_PREFER_LOW_REF_DIV;
H A Datombios_crtc.c557 radeon_crtc->pll_flags |= RADEON_PLL_PREFER_LOW_REF_DIV;
575 radeon_crtc->pll_flags |= RADEON_PLL_PREFER_LOW_REF_DIV;
H A Dradeon_display.c1021 } else if (((pll->flags & RADEON_PLL_PREFER_LOW_REF_DIV) && (ref_div < best_ref_div)) ||

Completed in 119 milliseconds