Lines Matching full:dpll
34 for ((__i) = 0; (__i) < (__i915)->display.dpll.num_shared_dpll && \
35 ((__pll) = &(__i915)->display.dpll.shared_dplls[(__i)]) ; (__i)++)
47 * enum intel_dpll_id - possible DPLL ids
49 * Enumeration of possible IDs for a DPLL. Real shared dpll ids must be >= 0.
53 * @DPLL_ID_PRIVATE: non-shared dpll in use
58 * @DPLL_ID_PCH_PLL_A: DPLL A in ILK, SNB and IVB
62 * @DPLL_ID_PCH_PLL_B: DPLL B in ILK, SNB and IVB
185 u32 dpll; member
196 * DPLL_CTRL1 has 6 bits for each each this DPLL. We store those in
199 * the DPLL.
233 * struct intel_shared_dpll_state - hold the DPLL atomic state
235 * This structure holds an atomic state for the DPLL, that can represent
244 * @pipe_mask: mask of pipes using this DPLL, active or not
249 * @hw_state: hardware configuration for the DPLL stored in
260 * @name: DPLL name; used for logging
270 * @id: unique indentifier for this DPLL
275 * @power_domain: extra power domain required by the DPLL
284 * Inform the state checker that the DPLL is kept enabled even if
308 * @active_mask: mask of active pipes (i.e. DPMS on) using this DPLL
324 * need to be grabbed to disable DC states while this DPLL is enabled
334 /* shared dpll functions */