Lines Matching refs:source_id
44 if ((ihre->source_id == CIK_INTSRC_GFX_PAGE_INV_FAULT || in cik_event_interrupt_isr()
45 ihre->source_id == CIK_INTSRC_GFX_MEM_PROT_FAULT) && in cik_event_interrupt_isr()
79 return ihre->source_id == CIK_INTSRC_CP_END_OF_PIPE || in cik_event_interrupt_isr()
80 ihre->source_id == CIK_INTSRC_SDMA_TRAP || in cik_event_interrupt_isr()
81 ihre->source_id == CIK_INTSRC_SQ_INTERRUPT_MSG || in cik_event_interrupt_isr()
82 ihre->source_id == CIK_INTSRC_CP_BAD_OPCODE || in cik_event_interrupt_isr()
83 ((ihre->source_id == CIK_INTSRC_GFX_PAGE_INV_FAULT || in cik_event_interrupt_isr()
84 ihre->source_id == CIK_INTSRC_GFX_MEM_PROT_FAULT) && in cik_event_interrupt_isr()
99 if (ihre->source_id == CIK_INTSRC_CP_END_OF_PIPE) in cik_event_interrupt_wq()
101 else if (ihre->source_id == CIK_INTSRC_SDMA_TRAP) in cik_event_interrupt_wq()
103 else if (ihre->source_id == CIK_INTSRC_SQ_INTERRUPT_MSG) in cik_event_interrupt_wq()
105 else if (ihre->source_id == CIK_INTSRC_CP_BAD_OPCODE) in cik_event_interrupt_wq()
107 else if (ihre->source_id == CIK_INTSRC_GFX_PAGE_INV_FAULT || in cik_event_interrupt_wq()
108 ihre->source_id == CIK_INTSRC_GFX_MEM_PROT_FAULT) { in cik_event_interrupt_wq()