Searched refs:pch_transcoder (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.4/drivers/gpu/drm/i915/display/ |
D | intel_fifo_underrun.c | 195 enum pipe pch_transcoder, in ibx_set_fifo_underrun_reporting() argument 199 u32 bit = (pch_transcoder == PIPE_A) ? in ibx_set_fifo_underrun_reporting() 211 enum pipe pch_transcoder = crtc->pipe; in cpt_check_pch_fifo_underruns() local 216 if ((serr_int & SERR_INT_TRANS_FIFO_UNDERRUN(pch_transcoder)) == 0) in cpt_check_pch_fifo_underruns() 219 I915_WRITE(SERR_INT, SERR_INT_TRANS_FIFO_UNDERRUN(pch_transcoder)); in cpt_check_pch_fifo_underruns() 222 trace_intel_pch_fifo_underrun(dev_priv, pch_transcoder); in cpt_check_pch_fifo_underruns() 224 pipe_name(pch_transcoder)); in cpt_check_pch_fifo_underruns() 228 enum pipe pch_transcoder, in cpt_set_fifo_underrun_reporting() argument 235 SERR_INT_TRANS_FIFO_UNDERRUN(pch_transcoder)); in cpt_set_fifo_underrun_reporting() 245 SERR_INT_TRANS_FIFO_UNDERRUN(pch_transcoder)) { in cpt_set_fifo_underrun_reporting() [all …]
|
D | intel_fifo_underrun.h | 18 enum pipe pch_transcoder, 23 enum pipe pch_transcoder);
|
D | intel_display.c | 5108 enum pipe pch_transcoder) in ironlake_pch_transcoder_set_timings() argument 5114 I915_WRITE(PCH_TRANS_HTOTAL(pch_transcoder), in ironlake_pch_transcoder_set_timings() 5116 I915_WRITE(PCH_TRANS_HBLANK(pch_transcoder), in ironlake_pch_transcoder_set_timings() 5118 I915_WRITE(PCH_TRANS_HSYNC(pch_transcoder), in ironlake_pch_transcoder_set_timings() 5121 I915_WRITE(PCH_TRANS_VTOTAL(pch_transcoder), in ironlake_pch_transcoder_set_timings() 5123 I915_WRITE(PCH_TRANS_VBLANK(pch_transcoder), in ironlake_pch_transcoder_set_timings() 5125 I915_WRITE(PCH_TRANS_VSYNC(pch_transcoder), in ironlake_pch_transcoder_set_timings() 5127 I915_WRITE(PCH_TRANS_VSYNCSHIFT(pch_transcoder), in ironlake_pch_transcoder_set_timings() 14575 enum pipe pch_transcoder = in intel_crtc_arm_fifo_underrun() local 14578 intel_set_pch_fifo_underrun_reporting(dev_priv, pch_transcoder, true); in intel_crtc_arm_fifo_underrun() [all …]
|
/Linux-v5.4/drivers/gpu/drm/i915/ |
D | i915_trace.h | 123 TP_PROTO(struct drm_i915_private *dev_priv, enum pipe pch_transcoder), 124 TP_ARGS(dev_priv, pch_transcoder), 133 enum pipe pipe = pch_transcoder;
|