Home
last modified time | relevance | path

Searched refs:RADEON_PLL_PREFER_MINM_OVER_MAXP (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/gpu/drm/radeon/
H A Dradeon_display.c991 else if (pll->flags & RADEON_PLL_PREFER_MINM_OVER_MAXP) in radeon_compute_pll_avivo()
1038 if (pll->flags & RADEON_PLL_PREFER_MINM_OVER_MAXP) in radeon_compute_pll_avivo()
1052 !(pll->flags & RADEON_PLL_PREFER_MINM_OVER_MAXP))) { in radeon_compute_pll_avivo()
H A Dradeon_mode.h162 #define RADEON_PLL_PREFER_MINM_OVER_MAXP (1 << 14) macro
H A Datombios_crtc.c589 radeon_crtc->pll_flags |= RADEON_PLL_PREFER_MINM_OVER_MAXP; in atombios_adjust_pll()