Home
last modified time | relevance | path

Searched refs:all_hub (Results 1 - 21 of 21) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_amdkfd.c690 bool all_hub = false; in amdgpu_amdkfd_flush_gpu_tlb_pasid() local
694 all_hub = true; in amdgpu_amdkfd_flush_gpu_tlb_pasid()
696 return amdgpu_gmc_flush_gpu_tlb_pasid(adev, pasid, flush_type, all_hub); in amdgpu_amdkfd_flush_gpu_tlb_pasid()
H A Dgmc_v10_0.c367 bool all_hub) in gmc_v10_0_flush_gpu_tlb_pasid()
383 pasid, flush_type, all_hub); in gmc_v10_0_flush_gpu_tlb_pasid()
407 if (all_hub) { in gmc_v10_0_flush_gpu_tlb_pasid()
365 gmc_v10_0_flush_gpu_tlb_pasid(struct amdgpu_device *adev, uint16_t pasid, uint32_t flush_type, bool all_hub) gmc_v10_0_flush_gpu_tlb_pasid() argument
H A Damdgpu_gmc.h116 uint32_t flush_type, bool all_hub);
H A Dgmc_v9_0.c835 bool all_hub) in gmc_v9_0_flush_gpu_tlb_pasid()
869 pasid, 2, all_hub); in gmc_v9_0_flush_gpu_tlb_pasid()
871 pasid, flush_type, all_hub); in gmc_v9_0_flush_gpu_tlb_pasid()
897 if (all_hub) { in gmc_v9_0_flush_gpu_tlb_pasid()
833 gmc_v9_0_flush_gpu_tlb_pasid(struct amdgpu_device *adev, uint16_t pasid, uint32_t flush_type, bool all_hub) gmc_v9_0_flush_gpu_tlb_pasid() argument
H A Damdgpu_gfx.h90 bool all_hub);
H A Dgmc_v7_0.c432 bool all_hub) in gmc_v7_0_flush_gpu_tlb_pasid()
430 gmc_v7_0_flush_gpu_tlb_pasid(struct amdgpu_device *adev, uint16_t pasid, uint32_t flush_type, bool all_hub) gmc_v7_0_flush_gpu_tlb_pasid() argument
H A Dgmc_v8_0.c640 bool all_hub) in gmc_v8_0_flush_gpu_tlb_pasid()
638 gmc_v8_0_flush_gpu_tlb_pasid(struct amdgpu_device *adev, uint16_t pasid, uint32_t flush_type, bool all_hub) gmc_v8_0_flush_gpu_tlb_pasid() argument
H A Dgfx_v9_0.c912 bool all_hub) in gfx_v9_0_kiq_invalidate_tlbs()
917 PACKET3_INVALIDATE_TLBS_ALL_HUB(all_hub) | in gfx_v9_0_kiq_invalidate_tlbs()
910 gfx_v9_0_kiq_invalidate_tlbs(struct amdgpu_ring *kiq_ring, uint16_t pasid, uint32_t flush_type, bool all_hub) gfx_v9_0_kiq_invalidate_tlbs() argument
H A Dgfx_v10_0.c3310 bool all_hub) in gfx10_kiq_invalidate_tlbs()
3315 PACKET3_INVALIDATE_TLBS_ALL_HUB(all_hub) | in gfx10_kiq_invalidate_tlbs()
3308 gfx10_kiq_invalidate_tlbs(struct amdgpu_ring *kiq_ring, uint16_t pasid, uint32_t flush_type, bool all_hub) gfx10_kiq_invalidate_tlbs() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_amdkfd.c747 bool all_hub = false; in amdgpu_amdkfd_flush_gpu_tlb_pasid() local
751 all_hub = true; in amdgpu_amdkfd_flush_gpu_tlb_pasid()
753 return amdgpu_gmc_flush_gpu_tlb_pasid(adev, pasid, flush_type, all_hub, inst); in amdgpu_amdkfd_flush_gpu_tlb_pasid()
H A Dgmc_v10_0.c410 * @all_hub: Used with PACKET3_INVALIDATE_TLBS_ALL_HUB()
417 bool all_hub, uint32_t inst) in gmc_v10_0_flush_gpu_tlb_pasid()
433 pasid, flush_type, all_hub); in gmc_v10_0_flush_gpu_tlb_pasid()
457 if (all_hub) { in gmc_v10_0_flush_gpu_tlb_pasid()
415 gmc_v10_0_flush_gpu_tlb_pasid(struct amdgpu_device *adev, uint16_t pasid, uint32_t flush_type, bool all_hub, uint32_t inst) gmc_v10_0_flush_gpu_tlb_pasid() argument
H A Dgmc_v11_0.c321 * @all_hub: flush all hubs
328 bool all_hub, uint32_t inst) in gmc_v11_0_flush_gpu_tlb_pasid()
343 pasid, flush_type, all_hub); in gmc_v11_0_flush_gpu_tlb_pasid()
367 if (all_hub) { in gmc_v11_0_flush_gpu_tlb_pasid()
326 gmc_v11_0_flush_gpu_tlb_pasid(struct amdgpu_device *adev, uint16_t pasid, uint32_t flush_type, bool all_hub, uint32_t inst) gmc_v11_0_flush_gpu_tlb_pasid() argument
H A Dgmc_v9_0.c941 * @all_hub: flush all hubs
948 bool all_hub, uint32_t inst) in gmc_v9_0_flush_gpu_tlb_pasid()
982 pasid, 2, all_hub); in gmc_v9_0_flush_gpu_tlb_pasid()
988 pasid, 0, all_hub); in gmc_v9_0_flush_gpu_tlb_pasid()
991 pasid, flush_type, all_hub); in gmc_v9_0_flush_gpu_tlb_pasid()
1017 if (all_hub) { in gmc_v9_0_flush_gpu_tlb_pasid()
946 gmc_v9_0_flush_gpu_tlb_pasid(struct amdgpu_device *adev, uint16_t pasid, uint32_t flush_type, bool all_hub, uint32_t inst) gmc_v9_0_flush_gpu_tlb_pasid() argument
H A Damdgpu_gmc.h132 uint32_t flush_type, bool all_hub,
H A Damdgpu_gfx.h145 bool all_hub);
H A Dgmc_v7_0.c420 * @all_hub: flush all hubs
427 bool all_hub, uint32_t inst) in gmc_v7_0_flush_gpu_tlb_pasid()
425 gmc_v7_0_flush_gpu_tlb_pasid(struct amdgpu_device *adev, uint16_t pasid, uint32_t flush_type, bool all_hub, uint32_t inst) gmc_v7_0_flush_gpu_tlb_pasid() argument
H A Dgfx_v11_0.c129 bool all_hub, uint8_t dst_sel);
247 bool all_hub) in gfx11_kiq_invalidate_tlbs()
249 gfx_v11_0_ring_invalidate_tlbs(kiq_ring, pasid, flush_type, all_hub, 1); in gfx11_kiq_invalidate_tlbs()
5415 bool all_hub, uint8_t dst_sel) in gfx_v11_0_ring_invalidate_tlbs()
5420 PACKET3_INVALIDATE_TLBS_ALL_HUB(all_hub) | in gfx_v11_0_ring_invalidate_tlbs()
245 gfx11_kiq_invalidate_tlbs(struct amdgpu_ring *kiq_ring, uint16_t pasid, uint32_t flush_type, bool all_hub) gfx11_kiq_invalidate_tlbs() argument
5413 gfx_v11_0_ring_invalidate_tlbs(struct amdgpu_ring *ring, uint16_t pasid, uint32_t flush_type, bool all_hub, uint8_t dst_sel) gfx_v11_0_ring_invalidate_tlbs() argument
H A Dgmc_v8_0.c610 * @all_hub: flush all hubs
617 bool all_hub, uint32_t inst) in gmc_v8_0_flush_gpu_tlb_pasid()
615 gmc_v8_0_flush_gpu_tlb_pasid(struct amdgpu_device *adev, uint16_t pasid, uint32_t flush_type, bool all_hub, uint32_t inst) gmc_v8_0_flush_gpu_tlb_pasid() argument
H A Dgfx_v9_4_3.c160 bool all_hub) in gfx_v9_4_3_kiq_invalidate_tlbs()
165 PACKET3_INVALIDATE_TLBS_ALL_HUB(all_hub) | in gfx_v9_4_3_kiq_invalidate_tlbs()
158 gfx_v9_4_3_kiq_invalidate_tlbs(struct amdgpu_ring *kiq_ring, uint16_t pasid, uint32_t flush_type, bool all_hub) gfx_v9_4_3_kiq_invalidate_tlbs() argument
H A Dgfx_v10_0.c3492 bool all_hub, uint8_t dst_sel);
3605 bool all_hub) in gfx10_kiq_invalidate_tlbs()
3607 gfx_v10_0_ring_invalidate_tlbs(kiq_ring, pasid, flush_type, all_hub, 1); in gfx10_kiq_invalidate_tlbs()
8416 bool all_hub, uint8_t dst_sel) in gfx_v10_0_ring_invalidate_tlbs()
8421 PACKET3_INVALIDATE_TLBS_ALL_HUB(all_hub) | in gfx_v10_0_ring_invalidate_tlbs()
3603 gfx10_kiq_invalidate_tlbs(struct amdgpu_ring *kiq_ring, uint16_t pasid, uint32_t flush_type, bool all_hub) gfx10_kiq_invalidate_tlbs() argument
8414 gfx_v10_0_ring_invalidate_tlbs(struct amdgpu_ring *ring, uint16_t pasid, uint32_t flush_type, bool all_hub, uint8_t dst_sel) gfx_v10_0_ring_invalidate_tlbs() argument
H A Dgfx_v9_0.c868 bool all_hub) in gfx_v9_0_kiq_invalidate_tlbs()
873 PACKET3_INVALIDATE_TLBS_ALL_HUB(all_hub) | in gfx_v9_0_kiq_invalidate_tlbs()
866 gfx_v9_0_kiq_invalidate_tlbs(struct amdgpu_ring *kiq_ring, uint16_t pasid, uint32_t flush_type, bool all_hub) gfx_v9_0_kiq_invalidate_tlbs() argument

Completed in 71 milliseconds