Searched refs:unmap_queues_size (Results 1 – 11 of 11) sorted by relevance
/linux/drivers/gpu/drm/amd/amdkfd/ |
H A D | kfd_packet_manager_v9.c | 425 .unmap_queues_size = sizeof(struct pm4_mes_unmap_queues), 444 .unmap_queues_size = sizeof(struct pm4_mes_unmap_queues),
|
H A D | kfd_packet_manager_vi.c | 313 .unmap_queues_size = sizeof(struct pm4_mes_unmap_queues),
|
H A D | kfd_packet_manager.c | 430 size = pm->pmf->unmap_queues_size; in pm_send_unmap_queue()
|
H A D | kfd_priv.h | 1427 int unmap_queues_size; member
|
/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_gfx.h | 149 int unmap_queues_size; member
|
H A D | amdgpu_amdkfd.c | 856 if (amdgpu_ring_alloc(kiq_ring, kiq->pmf->unmap_queues_size)) { in amdgpu_amdkfd_unmap_hiq()
|
H A D | amdgpu_gfx.c | 522 if (amdgpu_ring_alloc(kiq_ring, kiq->pmf->unmap_queues_size * in amdgpu_gfx_disable_kcq() 575 if (amdgpu_ring_alloc(kiq_ring, kiq->pmf->unmap_queues_size * in amdgpu_gfx_disable_kgq()
|
H A D | gfx_v9_0.c | 1059 .unmap_queues_size = 6, 5749 if (amdgpu_ring_alloc(kiq_ring, kiq->pmf->unmap_queues_size)) { in gfx_v9_0_ring_preempt_ib() 7286 if (amdgpu_ring_alloc(kiq_ring, kiq->pmf->unmap_queues_size)) { in gfx_v9_0_reset_kcq()
|
H A D | gfx_v12_0.c | 371 .unmap_queues_size = 6, 4538 if (amdgpu_ring_alloc(kiq_ring, kiq->pmf->unmap_queues_size)) { in gfx_v12_0_ring_preempt_ib()
|
H A D | gfx_v11_0.c | 427 .unmap_queues_size = 6, 5993 if (amdgpu_ring_alloc(kiq_ring, kiq->pmf->unmap_queues_size)) { in gfx_v11_0_ring_preempt_ib()
|
H A D | gfx_v10_0.c | 3800 .unmap_queues_size = 6, 8795 if (amdgpu_ring_alloc(kiq_ring, kiq->pmf->unmap_queues_size)) { in gfx_v10_0_ring_preempt_ib() 9528 if (amdgpu_ring_alloc(kiq_ring, kiq->pmf->unmap_queues_size)) { in gfx_v10_0_reset_kcq()
|