Lines Matching refs:intel_crtc
137 struct intel_crtc *new_crtc;
440 struct intel_crtc { struct
563 #define to_intel_crtc(x) container_of(x, struct intel_crtc, base)
805 static inline unsigned int intel_num_planes(struct intel_crtc *crtc) in intel_num_planes()
842 int intel_get_crtc_scanline(struct intel_crtc *crtc);
861 void intel_ddi_enable_pipe_clock(struct intel_crtc *intel_crtc);
862 void intel_ddi_disable_pipe_clock(struct intel_crtc *intel_crtc);
863 bool intel_ddi_pll_select(struct intel_crtc *crtc,
948 bool intel_pipe_has_type(struct intel_crtc *crtc, enum intel_output_type type);
1005 struct intel_shared_dpll *intel_crtc_to_shared_dpll(struct intel_crtc *crtc);
1011 struct intel_shared_dpll *intel_get_shared_dpll(struct intel_crtc *crtc,
1013 void intel_put_shared_dpll(struct intel_crtc *crtc);
1041 void intel_dp_get_m_n(struct intel_crtc *crtc,
1043 void intel_dp_set_m_n(struct intel_crtc *crtc, enum link_m_n_set m_n);
1049 void hsw_enable_ips(struct intel_crtc *crtc);
1050 void hsw_disable_ips(struct intel_crtc *crtc);
1191 void intel_pch_panel_fitting(struct intel_crtc *crtc,
1194 void intel_gmch_panel_fitting(struct intel_crtc *crtc,
1287 bool intel_pipe_update_start(struct intel_crtc *crtc,
1289 void intel_pipe_update_end(struct intel_crtc *crtc, u32 start_vbl_count);
1311 struct intel_crtc *crtc) in intel_atomic_get_crtc_state()