Searched refs:map_queues_size (Results 1 – 11 of 11) sorted by relevance
/linux-6.3-rc2/drivers/gpu/drm/amd/amdkfd/ |
A D | kfd_packet_manager.c | 72 map_queue_size = pm->pmf->map_queues_size; in pm_calc_rlib_size() 181 pm->pmf->map_queues_size, in pm_create_runlist_ib() 201 pm->pmf->map_queues_size, in pm_create_runlist_ib()
|
A D | kfd_packet_manager_v9.c | 341 .map_queues_size = sizeof(struct pm4_mes_map_queues), 358 .map_queues_size = sizeof(struct pm4_mes_map_queues),
|
A D | kfd_packet_manager_vi.c | 311 .map_queues_size = sizeof(struct pm4_mes_map_queues),
|
A D | kfd_priv.h | 1279 int map_queues_size; member
|
/linux-6.3-rc2/drivers/gpu/drm/amd/amdgpu/ |
A D | amdgpu_gfx.h | 99 int map_queues_size; member
|
A D | amdgpu_gfx.c | 535 r = amdgpu_ring_alloc(kiq_ring, kiq->pmf->map_queues_size * in amdgpu_gfx_enable_kcq()
|
A D | mes_v10_1.c | 807 r = amdgpu_ring_alloc(kiq_ring, kiq->pmf->map_queues_size); in mes_v10_1_kiq_enable_queue()
|
A D | mes_v11_0.c | 869 r = amdgpu_ring_alloc(kiq_ring, kiq->pmf->map_queues_size); in mes_v11_0_kiq_enable_queue()
|
A D | gfx_v11_0.c | 255 .map_queues_size = 7, 3735 r = amdgpu_ring_alloc(kiq_ring, kiq->pmf->map_queues_size * in gfx_v11_0_kiq_enable_kgq()
|
A D | gfx_v10_0.c | 3631 .map_queues_size = 7, 6532 r = amdgpu_ring_alloc(kiq_ring, kiq->pmf->map_queues_size * in gfx_v10_0_kiq_enable_kgq()
|
A D | gfx_v9_0.c | 883 .map_queues_size = 7,
|
Completed in 69 milliseconds