Searched refs:ih_data (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_sdma.c178 struct ras_dispatch_if ih_data = { local
185 ih_data.head = *ras_if;
187 amdgpu_ras_interrupt_dispatch(adev, &ih_data);
H A Damdgpu_umc.c146 struct ras_dispatch_if ih_data = { local
153 ih_data.head = *ras_if;
155 amdgpu_ras_interrupt_dispatch(adev, &ih_data);
H A Damdgpu_ras.c1205 struct ras_ih_data *data = &obj->ih_data;
1245 container_of(data, struct ras_manager, ih_data);
1254 struct ras_ih_data *data = &obj->ih_data;
1284 data = &obj->ih_data;
1311 data = &obj->ih_data;
H A Damdgpu_gfx_v8_0.c6785 static void gfx_v8_0_parse_sq_irq(struct amdgpu_device *adev, unsigned ih_data) argument
6791 enc = REG_GET_FIELD(ih_data, SQ_INTERRUPT_WORD_CMN, ENCODING);
6792 se_id = REG_GET_FIELD(ih_data, SQ_INTERRUPT_WORD_CMN, SE_ID);
6802 REG_GET_FIELD(ih_data, SQ_INTERRUPT_WORD_AUTO, IMMED_OVERFLOW),
6803 REG_GET_FIELD(ih_data, SQ_INTERRUPT_WORD_AUTO, HOST_REG_OVERFLOW),
6804 REG_GET_FIELD(ih_data, SQ_INTERRUPT_WORD_AUTO, HOST_CMD_OVERFLOW),
6805 REG_GET_FIELD(ih_data, SQ_INTERRUPT_WORD_AUTO, CMD_TIMESTAMP),
6806 REG_GET_FIELD(ih_data, SQ_INTERRUPT_WORD_AUTO, REG_TIMESTAMP),
6807 REG_GET_FIELD(ih_data, SQ_INTERRUPT_WORD_AUTO, THREAD_TRACE_BUF_FULL),
6808 REG_GET_FIELD(ih_data, SQ_INTERRUPT_WORD_AUT
6868 unsigned ih_data = entry->src_data[0]; local
[all...]
H A Damdgpu_gfx.h213 unsigned ih_data; member in struct:sq_work
H A Damdgpu_ras.h407 struct ras_ih_data ih_data; member in struct:ras_manager
H A Damdgpu_gfx.c654 struct ras_dispatch_if ih_data = { local
661 ih_data.head = *ras_if;
664 amdgpu_ras_interrupt_dispatch(adev, &ih_data);

Completed in 86 milliseconds