Lines Matching refs:intel_crtc
52 struct intel_crtc;
269 #define for_each_intel_plane_on_crtc(dev, intel_crtc, intel_plane) \ argument
273 for_each_if((intel_plane)->pipe == (intel_crtc)->pipe)
275 #define for_each_intel_crtc(dev, intel_crtc) \ argument
276 list_for_each_entry(intel_crtc, \
280 #define for_each_intel_crtc_in_pipe_mask(dev, intel_crtc, pipe_mask) \ argument
281 list_for_each_entry(intel_crtc, \
284 for_each_if((pipe_mask) & BIT(intel_crtc->pipe))
395 struct intel_crtc *crtc);
417 struct intel_crtc *intel_master_crtc(const struct intel_crtc_state *crtc_state);
478 void intel_cpu_transcoder_set_m1_n1(struct intel_crtc *crtc,
481 void intel_cpu_transcoder_set_m2_n2(struct intel_crtc *crtc,
484 void intel_cpu_transcoder_get_m1_n1(struct intel_crtc *crtc,
487 void intel_cpu_transcoder_get_m2_n2(struct intel_crtc *crtc,
490 void i9xx_crtc_clock_get(struct intel_crtc *crtc,
497 void intel_crtc_arm_fifo_underrun(struct intel_crtc *crtc,
501 int bdw_get_pipe_misc_bpp(struct intel_crtc *crtc);
509 void intel_plane_disable_noatomic(struct intel_crtc *crtc,
523 void intel_modeset_put_crtc_power_domains(struct intel_crtc *crtc,