Lines Matching refs:intel_crtc
495 struct intel_crtc *crtc;
528 struct intel_crtc { struct
670 #define to_intel_crtc(x) container_of(x, struct intel_crtc, base)
930 static inline unsigned int intel_num_planes(struct intel_crtc *crtc) in intel_num_planes()
967 int intel_get_crtc_scanline(struct intel_crtc *crtc);
985 void intel_ddi_enable_pipe_clock(struct intel_crtc *intel_crtc);
986 void intel_ddi_disable_pipe_clock(struct intel_crtc *intel_crtc);
987 bool intel_ddi_pll_select(struct intel_crtc *crtc,
1052 bool intel_pipe_has_type(struct intel_crtc *crtc, enum intel_output_type type);
1111 struct intel_shared_dpll *intel_crtc_to_shared_dpll(struct intel_crtc *crtc);
1117 struct intel_shared_dpll *intel_get_shared_dpll(struct intel_crtc *crtc,
1155 void intel_dp_get_m_n(struct intel_crtc *crtc,
1157 void intel_dp_set_m_n(struct intel_crtc *crtc, enum link_m_n_set m_n);
1167 void hsw_enable_ips(struct intel_crtc *crtc);
1168 void hsw_disable_ips(struct intel_crtc *crtc);
1179 int skl_max_scale(struct intel_crtc *crtc, struct intel_crtc_state *crtc_state);
1286 void intel_fbc_disable_crtc(struct intel_crtc *crtc);
1336 void intel_pch_panel_fitting(struct intel_crtc *crtc,
1339 void intel_gmch_panel_fitting(struct intel_crtc *crtc,
1440 void intel_pipe_update_start(struct intel_crtc *crtc);
1441 void intel_pipe_update_end(struct intel_crtc *crtc);
1461 struct intel_crtc *crtc) in intel_atomic_get_crtc_state()
1471 struct intel_crtc *intel_crtc,