Home
last modified time | relevance | path

Searched refs:pch_transcoder (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/i915/
Dintel_fifo_underrun.c192 enum pipe pch_transcoder, in ibx_set_fifo_underrun_reporting() argument
196 uint32_t bit = (pch_transcoder == PIPE_A) ? in ibx_set_fifo_underrun_reporting()
208 enum pipe pch_transcoder = crtc->pipe; in cpt_check_pch_fifo_underruns() local
213 if ((serr_int & SERR_INT_TRANS_FIFO_UNDERRUN(pch_transcoder)) == 0) in cpt_check_pch_fifo_underruns()
216 I915_WRITE(SERR_INT, SERR_INT_TRANS_FIFO_UNDERRUN(pch_transcoder)); in cpt_check_pch_fifo_underruns()
219 trace_intel_pch_fifo_underrun(dev_priv, pch_transcoder); in cpt_check_pch_fifo_underruns()
221 pipe_name(pch_transcoder)); in cpt_check_pch_fifo_underruns()
225 enum pipe pch_transcoder, in cpt_set_fifo_underrun_reporting() argument
232 SERR_INT_TRANS_FIFO_UNDERRUN(pch_transcoder)); in cpt_set_fifo_underrun_reporting()
242 SERR_INT_TRANS_FIFO_UNDERRUN(pch_transcoder)) { in cpt_set_fifo_underrun_reporting()
[all …]
Di915_trace.h42 TP_PROTO(struct drm_i915_private *dev_priv, enum pipe pch_transcoder),
43 TP_ARGS(dev_priv, pch_transcoder),
52 enum pipe pipe = pch_transcoder;
Dintel_drv.h1351 enum pipe pch_transcoder,
1356 enum pipe pch_transcoder);
Dintel_display.c4536 enum pipe pch_transcoder) in ironlake_pch_transcoder_set_timings() argument
4542 I915_WRITE(PCH_TRANS_HTOTAL(pch_transcoder), in ironlake_pch_transcoder_set_timings()
4544 I915_WRITE(PCH_TRANS_HBLANK(pch_transcoder), in ironlake_pch_transcoder_set_timings()
4546 I915_WRITE(PCH_TRANS_HSYNC(pch_transcoder), in ironlake_pch_transcoder_set_timings()
4549 I915_WRITE(PCH_TRANS_VTOTAL(pch_transcoder), in ironlake_pch_transcoder_set_timings()
4551 I915_WRITE(PCH_TRANS_VBLANK(pch_transcoder), in ironlake_pch_transcoder_set_timings()
4553 I915_WRITE(PCH_TRANS_VSYNC(pch_transcoder), in ironlake_pch_transcoder_set_timings()
4555 I915_WRITE(PCH_TRANS_VSYNCSHIFT(pch_transcoder), in ironlake_pch_transcoder_set_timings()
13295 enum pipe pch_transcoder = in intel_crtc_arm_fifo_underrun() local
13298 intel_set_pch_fifo_underrun_reporting(dev_priv, pch_transcoder, true); in intel_crtc_arm_fifo_underrun()
[all …]