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

/xsrc/external/mit/libdrm/dist/tests/amdgpu/
H A Dsecurity_tests.c111 * @sbo: the result
115 * into @sbo.
117 * Return 0 on success and @sbo->bo and @sbo->va are set,
125 struct sec_amdgpu_bo *sbo)
136 &sbo->bo,
138 &sbo->va);
141 static void amdgpu_bo_unmap_free(struct sec_amdgpu_bo *sbo, argument
144 (void) amdgpu_bo_unmap_and_free(sbo->bo,
145 sbo
120 amdgpu_bo_alloc_map(struct amdgpu_device * dev,unsigned size,unsigned alignment,unsigned gem_domain,uint64_t alloc_flags,struct sec_amdgpu_bo * sbo) argument
[all...]

Completed in 3 milliseconds