Lines Matching refs:intel_crtc
903 struct intel_crtc { struct
973 struct intel_crtc *crtc);
1000 #define to_intel_crtc(x) container_of(x, struct intel_crtc, base)
1233 static inline struct intel_crtc *
1239 static inline struct intel_crtc *
1333 struct intel_crtc *crtc) in intel_atomic_get_old_crtc_state()
1341 struct intel_crtc *crtc) in intel_atomic_get_new_crtc_state()
1387 int intel_get_crtc_scanline(struct intel_crtc *crtc);
1406 void hsw_fdi_link_train(struct intel_crtc *crtc,
1480 enum pipe intel_crtc_pch_transcoder(struct intel_crtc *crtc);
1541 const struct intel_crtc *crtc = intel_get_crtc_for_pipe(dev_priv, pipe); in intel_wait_for_vblank_if_active()
1547 u32 intel_crtc_get_vblank_counter(struct intel_crtc *crtc);
1622 void intel_dp_get_m_n(struct intel_crtc *crtc,
1624 void intel_dp_set_m_n(struct intel_crtc *crtc, enum link_m_n_set m_n);
1630 bool intel_crtc_active(struct intel_crtc *crtc);
1637 void intel_crtc_arm_fifo_underrun(struct intel_crtc *crtc,
1642 int skl_max_scale(struct intel_crtc *crtc, struct intel_crtc_state *crtc_state,
1811 void intel_fbc_pre_update(struct intel_crtc *crtc,
1814 void intel_fbc_post_update(struct intel_crtc *crtc);
1817 void intel_fbc_enable(struct intel_crtc *crtc,
1820 void intel_fbc_disable(struct intel_crtc *crtc);
1883 void intel_pch_panel_fitting(struct intel_crtc *crtc,
1886 void intel_gmch_panel_fitting(struct intel_crtc *crtc,
2045 void intel_update_watermarks(struct intel_crtc *crtc);
2081 int skl_check_pipe_max_pixel_rate(struct intel_crtc *intel_crtc,
2105 void skl_disable_plane(struct intel_plane *plane, struct intel_crtc *crtc);
2137 struct intel_crtc *crtc) in intel_atomic_get_crtc_state()
2148 struct intel_crtc *intel_crtc,
2177 void intel_crtc_disable_pipe_crc(struct intel_crtc *crtc);
2178 void intel_crtc_enable_pipe_crc(struct intel_crtc *crtc);
2181 static inline void intel_crtc_disable_pipe_crc(struct intel_crtc *crtc) in intel_crtc_disable_pipe_crc()
2185 static inline void intel_crtc_enable_pipe_crc(struct intel_crtc *crtc) in intel_crtc_enable_pipe_crc()