Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/radeon/
Dradeon_legacy_crtc.c780 pll->flags |= RADEON_PLL_PREFER_LOW_REF_DIV; in radeon_set_pll()
Dradeon_mode.h153 #define RADEON_PLL_PREFER_LOW_REF_DIV (1 << 4) macro
Datombios_crtc.c584 radeon_crtc->pll_flags |= RADEON_PLL_PREFER_LOW_REF_DIV; in atombios_adjust_pll()
603 radeon_crtc->pll_flags |= RADEON_PLL_PREFER_LOW_REF_DIV; in atombios_adjust_pll()
Dradeon_display.c1245 } else if (((pll->flags & RADEON_PLL_PREFER_LOW_REF_DIV) && (ref_div < best_ref_div)) || in radeon_compute_pll_legacy()