Lines Matching full:ppll
2257 * dce_v11_0_pick_pll - Allocate a PPLL for use by the crtc.
2261 * Returns the PPLL (Pixel PLL) to be used by the crtc. For DP monitors
2262 * a single PPLL can be used for all DP crtcs/encoders. For non-DP
2263 * monitors a dedicated PPLL must be used. If a particular board has
2321 /* skip PPLL programming if using ext clock */ in dce_v11_0_pick_pll()
2324 /* use the same PPLL for all DP monitors */ in dce_v11_0_pick_pll()
2330 /* use the same PPLL for all monitors with the same clock */ in dce_v11_0_pick_pll()
2343 DRM_ERROR("unable to allocate a PPLL\n"); in dce_v11_0_pick_pll()
2352 DRM_ERROR("unable to allocate a PPLL\n"); in dce_v11_0_pick_pll()
2671 /* disable the ppll */ in dce_v11_0_crtc_disable()
2681 /* disable the ppll */ in dce_v11_0_crtc_disable()
2763 /* if we can't get a PPLL for a non-DP encoder, fail */ in dce_v11_0_crtc_mode_fixup()