Searched refs:unmap_queues_size (Results 1 – 9 of 9) sorted by relevance
/linux-6.3-rc2/drivers/gpu/drm/amd/amdkfd/ |
A D | kfd_packet_manager_v9.c | 342 .unmap_queues_size = sizeof(struct pm4_mes_unmap_queues), 359 .unmap_queues_size = sizeof(struct pm4_mes_unmap_queues),
|
A D | kfd_packet_manager_vi.c | 312 .unmap_queues_size = sizeof(struct pm4_mes_unmap_queues),
|
A D | kfd_packet_manager.c | 379 size = pm->pmf->unmap_queues_size; in pm_send_unmap_queue()
|
A D | kfd_priv.h | 1280 int unmap_queues_size; member
|
/linux-6.3-rc2/drivers/gpu/drm/amd/amdgpu/ |
A D | amdgpu_gfx.h | 100 int unmap_queues_size; member
|
A D | amdgpu_gfx.c | 477 if (amdgpu_ring_alloc(kiq_ring, kiq->pmf->unmap_queues_size * in amdgpu_gfx_disable_kcq()
|
A D | gfx_v11_0.c | 256 .unmap_queues_size = 6, 4420 if (amdgpu_ring_alloc(kiq_ring, kiq->pmf->unmap_queues_size * in gfx_v11_0_kiq_disable_kgq() 5606 if (amdgpu_ring_alloc(kiq_ring, kiq->pmf->unmap_queues_size)) { in gfx_v11_0_ring_preempt_ib()
|
A D | gfx_v9_0.c | 884 .unmap_queues_size = 6, 5354 if (amdgpu_ring_alloc(kiq_ring, kiq->pmf->unmap_queues_size)) { in gfx_v9_0_ring_preempt_ib()
|
A D | gfx_v10_0.c | 3632 .unmap_queues_size = 6, 7251 if (amdgpu_ring_alloc(kiq_ring, kiq->pmf->unmap_queues_size * in gfx_v10_0_kiq_disable_kgq() 8659 if (amdgpu_ring_alloc(kiq_ring, kiq->pmf->unmap_queues_size)) { in gfx_v10_0_ring_preempt_ib()
|
Completed in 50 milliseconds