/src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/ |
cik_event_interrupt.c | 48 if ((ihre->source_id == CIK_INTSRC_GFX_PAGE_INV_FAULT || 49 ihre->source_id == CIK_INTSRC_GFX_MEM_PROT_FAULT) && 83 return ihre->source_id == CIK_INTSRC_CP_END_OF_PIPE || 84 ihre->source_id == CIK_INTSRC_SDMA_TRAP || 85 ihre->source_id == CIK_INTSRC_SQ_INTERRUPT_MSG || 86 ihre->source_id == CIK_INTSRC_CP_BAD_OPCODE || 87 ihre->source_id == CIK_INTSRC_GFX_PAGE_INV_FAULT || 88 ihre->source_id == CIK_INTSRC_GFX_MEM_PROT_FAULT; 103 if (ihre->source_id == CIK_INTSRC_CP_END_OF_PIPE) 105 else if (ihre->source_id == CIK_INTSRC_SDMA_TRAP [all...] |
kfd_int_process_v9.c | 38 uint16_t source_id, client_id, pasid, vmid; local in function:event_interrupt_isr_v9 47 source_id = SOC15_SOURCE_ID_FROM_IH_ENTRY(ih_ring_entry); 70 client_id, source_id, vmid, pasid); 82 return source_id == SOC15_INTSRC_CP_END_OF_PIPE || 83 source_id == SOC15_INTSRC_SDMA_TRAP || 84 source_id == SOC15_INTSRC_SQ_INTERRUPT_MSG || 85 source_id == SOC15_INTSRC_CP_BAD_OPCODE || 94 uint16_t source_id, client_id, pasid, vmid; local in function:event_interrupt_wq_v9 97 source_id = SOC15_SOURCE_ID_FROM_IH_ENTRY(ih_ring_entry); 103 if (source_id == SOC15_INTSRC_CP_END_OF_PIPE [all...] |
cik_int.h | 31 uint32_t source_id; member in struct:cik_ih_ring_entry
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/pm/ |
nouveau_nvkm_engine_pm_base.c | 726 u8 source_id = 0; local in function:nvkm_perfsrc_new 735 source_id++; 761 sig->source[source_nr++] = source_id + 1;
|
/src/sys/dev/pci/ |
if_iwmreg.h | 6269 * @source_id: the source from where we got the MCC, see iwm_mcc_source 6274 uint8_t source_id; member in struct:iwm_mcc_update_cmd_v1 6285 * @source_id: the source from where we got the MCC, see iwm_mcc_source 6292 uint8_t source_id; member in struct:iwm_mcc_update_cmd 6306 * @source_id: the MCC source, see iwm_mcc_source 6316 uint8_t source_id; member in struct:iwm_mcc_update_resp_v1 6329 * @source_id: the MCC source, see iwm_mcc_source 6341 uint8_t source_id; member in struct:iwm_mcc_update_resp 6360 * @source_id: identity of the change originator, see iwm_mcc_source 6365 uint8_t source_id; member in struct:iwm_mcc_chub_notif [all...] |
if_iwm.c | 6575 mcc_cmd.source_id = IWM_MCC_SOURCE_GET_CURRENT; 6577 mcc_cmd.source_id = IWM_MCC_SOURCE_OLD_FW;
|