Lines Matching full:ppll

1753  * radeon_get_shared_dp_ppll - return the PPLL used by another crtc for DP
1757 * Returns the PPLL (Pixel PLL) used by another crtc/encoder which is
1758 * also in DP mode. For DP, a single PPLL can be used for all DP
1787 * radeon_get_shared_nondp_ppll - return the PPLL used by another non-DP crtc
1792 * Returns the PPLL (Pixel PLL) used by another non-DP crtc/encoder which can
1838 * radeon_atom_pick_pll - Allocate a PPLL for use by the crtc.
1842 * Returns the PPLL (Pixel PLL) to be used by the crtc. For DP monitors
1843 * a single PPLL can be used for all DP crtcs/encoders. For non-DP
1844 * monitors a dedicated PPLL must be used. If a particular board has
1887 /* skip PPLL programming if using ext clock */ in radeon_atom_pick_pll()
1890 /* use the same PPLL for all DP monitors */ in radeon_atom_pick_pll()
1896 /* use the same PPLL for all monitors with the same clock */ in radeon_atom_pick_pll()
1910 DRM_ERROR("unable to allocate a PPLL\n"); in radeon_atom_pick_pll()
1921 DRM_ERROR("unable to allocate a PPLL\n"); in radeon_atom_pick_pll()
1935 /* skip PPLL programming if using ext clock */ in radeon_atom_pick_pll()
1938 /* use the same PPLL for all DP monitors */ in radeon_atom_pick_pll()
1944 /* use the same PPLL for all monitors with the same clock */ in radeon_atom_pick_pll()
1955 DRM_ERROR("unable to allocate a PPLL\n"); in radeon_atom_pick_pll()
1961 /* skip PPLL programming if using ext clock */ in radeon_atom_pick_pll()
1969 DRM_ERROR("unable to allocate a PPLL\n"); in radeon_atom_pick_pll()
1972 /* in DP mode, the DP ref clock can come from PPLL, DCPLL, or ext clock, in radeon_atom_pick_pll()
1974 * DCE4: PPLL or ext clock in radeon_atom_pick_pll()
1975 * DCE5: PPLL, DCPLL, or ext clock in radeon_atom_pick_pll()
1976 * DCE6: PPLL, PPLL0, or ext clock in radeon_atom_pick_pll()
1979 * PPLL/DCPLL programming and only program the DP DTO for the in radeon_atom_pick_pll()
1984 /* skip PPLL programming if using ext clock */ in radeon_atom_pick_pll()
1993 /* use the same PPLL for all DP monitors */ in radeon_atom_pick_pll()
1999 /* use the same PPLL for all monitors with the same clock */ in radeon_atom_pick_pll()
2010 DRM_ERROR("unable to allocate a PPLL\n"); in radeon_atom_pick_pll()
2129 /* if we can't get a PPLL for a non-DP encoder, fail */ in atombios_crtc_mode_fixup()
2202 /* disable the ppll */ in atombios_crtc_disable()
2207 /* disable the ppll */ in atombios_crtc_disable()