OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pasid_mapping
(Results
1 - 7
of
7
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_ids.h
64
struct dma_fence *
pasid_mapping
;
member in struct:amdgpu_vmid
amdgpu_amdkfd_gfx_v9.c
154
uint32_t
pasid_mapping
= (pasid == 0) ? 0 : (uint32_t)pasid |
local in function:kgd_gfx_v9_set_pasid_vmid_mapping
164
pasid_mapping
);
178
pasid_mapping
);
181
pasid_mapping
);
195
pasid_mapping
);
amdgpu_amdkfd_gfx_v10.c
158
uint32_t
pasid_mapping
= (pasid == 0) ? 0 : (uint32_t)pasid |
local in function:kgd_set_pasid_vmid_mapping
161
pr_debug("pasid 0x%x vmid %d, reg value %x\n", pasid, vmid,
pasid_mapping
);
165
pasid_mapping
);
184
pasid_mapping
);
amdgpu_amdkfd_gfx_v7.c
185
uint32_t
pasid_mapping
= (pasid == 0) ? 0 : (uint32_t)pasid |
local in function:kgd_set_pasid_vmid_mapping
188
WREG32(mmATC_VMID0_PASID_MAPPING + vmid,
pasid_mapping
);
195
WREG32(mmIH_VMID_0_LUT + vmid,
pasid_mapping
);
amdgpu_amdkfd_gfx_v8.c
143
uint32_t
pasid_mapping
= (pasid == 0) ? 0 : (uint32_t)pasid |
local in function:kgd_set_pasid_vmid_mapping
146
WREG32(mmATC_VMID0_PASID_MAPPING + vmid,
pasid_mapping
);
153
WREG32(mmIH_VMID_0_LUT + vmid,
pasid_mapping
);
amdgpu_ids.c
619
dma_fence_put(id->
pasid_mapping
);
amdgpu_vm.c
1104
if (id->pasid != job->pasid || !id->
pasid_mapping
||
1105
!dma_fence_is_signaled(id->
pasid_mapping
))
1150
dma_fence_put(id->
pasid_mapping
);
1151
id->
pasid_mapping
= dma_fence_get(fence);
Completed in 74 milliseconds
Indexes created Sun Oct 12 09:09:55 GMT 2025