Searched refs:ih_ring_entry_size (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdkfd/ |
D | kfd_interrupt.c | 57 KFD_IH_NUM_ENTRIES * kfd->device_info->ih_ring_entry_size, in kfd_interrupt_init() 117 kfd->device_info->ih_ring_entry_size); in enqueue_ih_ring_entry() 118 if (count != kfd->device_info->ih_ring_entry_size) { in enqueue_ih_ring_entry() 136 kfd->device_info->ih_ring_entry_size); in dequeue_ih_ring_entry() 138 WARN_ON(count && count != kfd->device_info->ih_ring_entry_size); in dequeue_ih_ring_entry() 140 return count == kfd->device_info->ih_ring_entry_size; in dequeue_ih_ring_entry() 149 if (dev->device_info->ih_ring_entry_size > sizeof(ih_ring_entry)) { in interrupt_wq()
|
D | kfd_device.c | 89 .ih_ring_entry_size = 4 * sizeof(uint32_t), 108 .ih_ring_entry_size = 4 * sizeof(uint32_t), 127 .ih_ring_entry_size = 8 * sizeof(uint32_t), 146 .ih_ring_entry_size = 4 * sizeof(uint32_t), 164 .ih_ring_entry_size = 4 * sizeof(uint32_t), 182 .ih_ring_entry_size = 4 * sizeof(uint32_t), 200 .ih_ring_entry_size = 4 * sizeof(uint32_t), 219 .ih_ring_entry_size = 4 * sizeof(uint32_t), 237 .ih_ring_entry_size = 4 * sizeof(uint32_t), 255 .ih_ring_entry_size = 4 * sizeof(uint32_t), [all …]
|
D | kfd_int_process_v9.c | 56 dev->device_info->ih_ring_entry_size); in event_interrupt_isr_v9()
|
D | kfd_priv.h | 197 size_t ih_ring_entry_size; member
|