/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
amdgpu_gmc_v10_0.c | 211 uint32_t flush_type) 218 req = REG_SET_FIELD(req, GCVM_INVALIDATE_ENG0_REQ, FLUSH_TYPE, flush_type); 266 unsigned int vmhub, uint32_t flush_type) 270 u32 inv_req = gmc_v10_0_get_invalidate_req(vmid, flush_type); 342 uint32_t vmhub, uint32_t flush_type) 414 uint16_t pasid, uint32_t flush_type, 430 pasid, flush_type, all_hub); 451 i, flush_type); 454 AMDGPU_GFXHUB_0, flush_type); [all...] |
amdgpu_gmc.h | 96 uint32_t vmhub, uint32_t flush_type); 99 uint32_t flush_type, bool all_hub);
|
amdgpu_gmc_v9_0.c | 415 uint32_t flush_type) 421 req = REG_SET_FIELD(req, VM_INVALIDATE_ENG0_REQ, FLUSH_TYPE, flush_type); 475 * @flush_type: the flush type 480 uint32_t vmhub, uint32_t flush_type) 490 inv_req = gmc_v9_0_get_invalidate_req(vmid, flush_type); 570 uint16_t pasid, uint32_t flush_type, 589 pasid, flush_type, all_hub); 610 i, flush_type); 613 AMDGPU_GFXHUB_0, flush_type); [all...] |
amdgpu_amdkfd.c | 659 uint32_t flush_type = 0; local in function:amdgpu_amdkfd_flush_gpu_tlb_pasid 664 flush_type = 2; 669 return amdgpu_gmc_flush_gpu_tlb_pasid(adev, pasid, flush_type, all_hub);
|
amdgpu_gfx.h | 82 uint16_t pasid, uint32_t flush_type,
|
amdgpu_gmc_v7_0.c | 440 uint16_t pasid, uint32_t flush_type, 479 uint32_t vmhub, uint32_t flush_type)
|
amdgpu_gmc_v8_0.c | 641 uint16_t pasid, uint32_t flush_type, 681 uint32_t vmhub, uint32_t flush_type)
|
amdgpu_gmc_v6_0.c | 375 uint32_t vmhub, uint32_t flush_type)
|
amdgpu_gfx_v10_0.c | 357 uint16_t pasid, uint32_t flush_type, 365 PACKET3_INVALIDATE_TLBS_FLUSH_TYPE(flush_type));
|
amdgpu_gfx_v9_0.c | 851 uint16_t pasid, uint32_t flush_type, 859 PACKET3_INVALIDATE_TLBS_FLUSH_TYPE(flush_type));
|