Lines Matching full:pch

55  * The code also supports underrun detection on the PCH transcoder.
237 drm_err(&dev_priv->drm, "pch fifo underrun on pch transcoder %c\n", in cpt_check_pch_fifo_underruns()
261 "uncleared pch fifo underrun on pch transcoder %c\n", in cpt_set_fifo_underrun_reporting()
323 * intel_set_pch_fifo_underrun_reporting - set PCH fifo underrun reporting state
325 * @pch_transcoder: the PCH transcoder (same as pipe on IVB and older)
328 * This function makes us disable or enable PCH fifo underruns for a specific
329 * PCH transcoder. Notice that on some PCHs (e.g. CPT/PPT), disabling FIFO
330 * underrun reporting for one transcoder may also disable all the other PCH
347 * NOTE: Pre-LPT has a fixed cpu pipe -> pch transcoder mapping, but LPT in intel_set_pch_fifo_underrun_reporting()
348 * has only one pch transcoder A that all pipes can use. To avoid racy in intel_set_pch_fifo_underrun_reporting()
349 * pch transcoder -> pipe lookups from interrupt code simply store the in intel_set_pch_fifo_underrun_reporting()
407 * intel_pch_fifo_underrun_irq_handler - handle PCH fifo underrun interrupt
409 * @pch_transcoder: the PCH transcoder (same as pipe on IVB and older)
411 * This handles a PCH fifo underrun interrupt, generating an underrun warning
423 drm_err(&dev_priv->drm, "PCH transcoder %c FIFO underrun\n", in intel_pch_fifo_underrun_irq_handler()
457 * intel_check_pch_fifo_underruns - check for PCH fifo underruns immediately
460 * Check for PCH fifo underruns immediately. Useful on CPT/PPT where the shared
461 * error interrupt may have been disabled, and so PCH fifo underruns won't
488 * We track the PCH trancoder underrun reporting state in intel_init_fifo_underrun_reporting()
490 * reporting state for PCH transcoder A, crtc for pipe B housing in intel_init_fifo_underrun_reporting()
491 * it for PCH transcoder B, etc. LPT-H has only PCH transcoder A, in intel_init_fifo_underrun_reporting()
493 * PCH transcoders B and C would prevent enabling the south in intel_init_fifo_underrun_reporting()