Lines Matching refs:intel_crtc
45 struct intel_crtc;
335 #define for_each_intel_plane_on_crtc(dev, intel_crtc, intel_plane) \ argument
339 for_each_if((intel_plane)->pipe == (intel_crtc)->pipe)
341 #define for_each_intel_crtc(dev, intel_crtc) \ argument
342 list_for_each_entry(intel_crtc, \
346 #define for_each_intel_crtc_mask(dev, intel_crtc, crtc_mask) \ argument
347 list_for_each_entry(intel_crtc, \
350 for_each_if((crtc_mask) & drm_crtc_mask(&intel_crtc->base))
428 enum pipe intel_crtc_pch_transcoder(struct intel_crtc *crtc);
460 u32 intel_crtc_get_vblank_counter(struct intel_crtc *crtc);
498 void intel_dp_get_m_n(struct intel_crtc *crtc,
509 bool intel_crtc_active(struct intel_crtc *crtc);
518 void intel_crtc_arm_fifo_underrun(struct intel_crtc *crtc,
539 int bdw_get_pipemisc_bpp(struct intel_crtc *crtc);