Searched refs:pch_transcoder (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/display/ |
H A D | intel_fifo_underrun.c | 200 enum pipe pch_transcoder, in ibx_set_fifo_underrun_reporting() argument 204 u32 bit = (pch_transcoder == PIPE_A) ? in ibx_set_fifo_underrun_reporting() 216 enum pipe pch_transcoder = crtc->pipe; in cpt_check_pch_fifo_underruns() local 221 if ((serr_int & SERR_INT_TRANS_FIFO_UNDERRUN(pch_transcoder)) == 0) in cpt_check_pch_fifo_underruns() 224 I915_WRITE(SERR_INT, SERR_INT_TRANS_FIFO_UNDERRUN(pch_transcoder)); in cpt_check_pch_fifo_underruns() 227 trace_intel_pch_fifo_underrun(dev_priv, pch_transcoder); in cpt_check_pch_fifo_underruns() 229 pipe_name(pch_transcoder)); in cpt_check_pch_fifo_underruns() 233 enum pipe pch_transcoder, in cpt_set_fifo_underrun_reporting() argument 240 SERR_INT_TRANS_FIFO_UNDERRUN(pch_transcoder)); in cpt_set_fifo_underrun_reporting() 250 SERR_INT_TRANS_FIFO_UNDERRUN(pch_transcoder)) { in cpt_set_fifo_underrun_reporting() [all …]
|
H A D | intel_fifo_underrun.h | 20 enum pipe pch_transcoder, 25 enum pipe pch_transcoder);
|
H A D | intel_display.c | 5647 enum pipe pch_transcoder) in ilk_pch_transcoder_set_timings() argument 5653 I915_WRITE(PCH_TRANS_HTOTAL(pch_transcoder), in ilk_pch_transcoder_set_timings() 5655 I915_WRITE(PCH_TRANS_HBLANK(pch_transcoder), in ilk_pch_transcoder_set_timings() 5657 I915_WRITE(PCH_TRANS_HSYNC(pch_transcoder), in ilk_pch_transcoder_set_timings() 5660 I915_WRITE(PCH_TRANS_VTOTAL(pch_transcoder), in ilk_pch_transcoder_set_timings() 5662 I915_WRITE(PCH_TRANS_VBLANK(pch_transcoder), in ilk_pch_transcoder_set_timings() 5664 I915_WRITE(PCH_TRANS_VSYNC(pch_transcoder), in ilk_pch_transcoder_set_timings() 5666 I915_WRITE(PCH_TRANS_VSYNCSHIFT(pch_transcoder), in ilk_pch_transcoder_set_timings() 14784 enum pipe pch_transcoder = in intel_crtc_arm_fifo_underrun() local 14787 intel_set_pch_fifo_underrun_reporting(dev_priv, pch_transcoder, true); in intel_crtc_arm_fifo_underrun() [all …]
|