Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/i915/display/
Dintel_fifo_underrun.c84 if (crtc->pch_fifo_underrun_disabled) in cpt_can_enable_serr_int()
366 old = !crtc->pch_fifo_underrun_disabled; in intel_set_pch_fifo_underrun_reporting()
367 crtc->pch_fifo_underrun_disabled = !enable; in intel_set_pch_fifo_underrun_reporting()
503 if (crtc->pch_fifo_underrun_disabled) in intel_check_pch_fifo_underruns()
Dintel_modeset_setup.c250 crtc->pch_fifo_underrun_disabled = true; in intel_sanitize_fifo_underrun_reporting()
Dintel_display_types.h1371 bool pch_fifo_underrun_disabled; member
Dintel_display_debugfs.c892 str_yes_no(!crtc->pch_fifo_underrun_disabled)); in intel_crtc_info()