Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_fifo_underrun.c69 if (crtc->cpu_fifo_underrun_disabled) in ivb_can_enable_err_int()
290 old = !crtc->cpu_fifo_underrun_disabled; in __intel_set_cpu_fifo_underrun_reporting()
291 crtc->cpu_fifo_underrun_disabled = !enable; in __intel_set_cpu_fifo_underrun_reporting()
406 crtc->cpu_fifo_underrun_disabled) in intel_cpu_fifo_underrun_irq_handler()
479 if (crtc->cpu_fifo_underrun_disabled) in intel_check_cpu_fifo_underruns()
520 crtc->cpu_fifo_underrun_disabled = !enable; in intel_init_fifo_underrun_reporting()
H A Dintel_display_types.h1459 bool cpu_fifo_underrun_disabled; member
H A Dintel_display_debugfs.c603 str_yes_no(!crtc->cpu_fifo_underrun_disabled), in intel_crtc_info()