Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/radeon/
Dradeon_mode.h152 #define RADEON_PLL_PREFER_LOW_REF_DIV (1 << 4) macro
Dradeon_legacy_crtc.c784 pll->flags |= RADEON_PLL_PREFER_LOW_REF_DIV; in radeon_set_pll()
Datombios_crtc.c587 radeon_crtc->pll_flags |= RADEON_PLL_PREFER_LOW_REF_DIV; in atombios_adjust_pll()
606 radeon_crtc->pll_flags |= RADEON_PLL_PREFER_LOW_REF_DIV; in atombios_adjust_pll()
Dradeon_display.c1253 } else if (((pll->flags & RADEON_PLL_PREFER_LOW_REF_DIV) && (ref_div < best_ref_div)) || in radeon_compute_pll_legacy()