Home
last modified time | relevance | path

Searched refs:pch_fifo_underrun_disabled (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/drivers/gpu/drm/i915/display/
Dintel_fifo_underrun.c87 if (crtc->pch_fifo_underrun_disabled) in cpt_can_enable_serr_int()
369 old = !crtc->pch_fifo_underrun_disabled; in intel_set_pch_fifo_underrun_reporting()
370 crtc->pch_fifo_underrun_disabled = !enable; in intel_set_pch_fifo_underrun_reporting()
506 if (crtc->pch_fifo_underrun_disabled) in intel_check_pch_fifo_underruns()
532 crtc->pch_fifo_underrun_disabled = !enable; in intel_init_fifo_underrun_reporting()
Dintel_display_types.h1457 bool pch_fifo_underrun_disabled; member
Dintel_display_debugfs.c604 str_yes_no(!crtc->pch_fifo_underrun_disabled)); in intel_crtc_info()