Lines Matching refs:fault_errors
100 enum pipe pipe, u32 fault_errors) in intel_pipe_fault_irq_handler() argument
106 if ((fault_errors & handler->fault) == 0) in intel_pipe_fault_irq_handler()
110 fault_errors &= ~handler->fault; in intel_pipe_fault_irq_handler()
113 WARN_ONCE(fault_errors, "[CRTC:%d:%s] unreported faults 0x%x\n", in intel_pipe_fault_irq_handler()
114 crtc->base.base.id, crtc->base.name, fault_errors); in intel_pipe_fault_irq_handler()
772 u32 fault_errors; in ivb_err_int_handler() local
784 fault_errors = err_int & ivb_err_int_pipe_fault_mask(pipe); in ivb_err_int_handler()
785 if (fault_errors) in ivb_err_int_handler()
787 pipe, fault_errors); in ivb_err_int_handler()
888 u32 fault_errors; in ilk_gtt_fault_irq_handler() local
890 fault_errors = gtt_fault & ilk_gtt_fault_pipe_fault_mask(pipe); in ilk_gtt_fault_irq_handler()
891 if (fault_errors) in ilk_gtt_fault_irq_handler()
893 pipe, fault_errors); in ilk_gtt_fault_irq_handler()
1445 u32 fault_errors; in gen8_de_irq_handler() local
1482 fault_errors = iir & gen8_de_pipe_fault_mask(dev_priv); in gen8_de_irq_handler()
1483 if (fault_errors) in gen8_de_irq_handler()
1486 pipe, fault_errors); in gen8_de_irq_handler()
1855 u32 fault_errors; in vlv_page_table_error_irq_handler() local
1857 fault_errors = dpinvgtt & vlv_dpinvgtt_pipe_fault_mask(pipe); in vlv_page_table_error_irq_handler()
1858 if (fault_errors) in vlv_page_table_error_irq_handler()
1860 pipe, fault_errors); in vlv_page_table_error_irq_handler()