• Home
  • Raw
  • Download

Lines Matching refs:intel_crtc

236 	struct intel_crtc *crtc;  in ivb_can_enable_err_int()
295 struct intel_crtc *crtc; in cpt_can_enable_serr_int()
312 struct intel_crtc *crtc; in i9xx_check_fifo_underruns()
492 struct intel_crtc *intel_crtc = to_intel_crtc(crtc); in __intel_set_cpu_fifo_underrun_reporting() local
497 old = !intel_crtc->cpu_fifo_underrun_disabled; in __intel_set_cpu_fifo_underrun_reporting()
498 intel_crtc->cpu_fifo_underrun_disabled = !enable; in __intel_set_cpu_fifo_underrun_reporting()
531 struct intel_crtc *intel_crtc = to_intel_crtc(crtc); in __cpu_fifo_underrun_reporting_enabled() local
533 return !intel_crtc->cpu_fifo_underrun_disabled; in __cpu_fifo_underrun_reporting_enabled()
556 struct intel_crtc *intel_crtc = to_intel_crtc(crtc); in intel_set_pch_fifo_underrun_reporting() local
571 old = !intel_crtc->pch_fifo_underrun_disabled; in intel_set_pch_fifo_underrun_reporting()
572 intel_crtc->pch_fifo_underrun_disabled = !enable; in intel_set_pch_fifo_underrun_reporting()
729 struct intel_crtc *intel_crtc = to_intel_crtc(crtc); in i915_pipe_enabled() local
731 return intel_crtc->active; in i915_pipe_enabled()
810 struct intel_crtc *intel_crtc = in i915_get_vblank_counter() local
813 &intel_crtc->config.adjusted_mode; in i915_get_vblank_counter()
880 static int __intel_get_crtc_scanline(struct intel_crtc *crtc) in __intel_get_crtc_scanline()
910 struct intel_crtc *intel_crtc = to_intel_crtc(crtc); in i915_get_crtc_scanoutpos() local
911 const struct drm_display_mode *mode = &intel_crtc->config.adjusted_mode; in i915_get_crtc_scanoutpos()
918 if (!intel_crtc->active) { in i915_get_crtc_scanoutpos()
955 position = __intel_get_crtc_scanline(intel_crtc); in i915_get_crtc_scanoutpos()
1028 int intel_get_crtc_scanline(struct intel_crtc *crtc) in intel_get_crtc_scanline()