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

/xsrc/external/mit/xf86-video-amdgpu/dist/src/
H A Damdgpu_bo_helper.h42 extern void amdgpu_bo_unmap(struct amdgpu_buffer *bo);
H A Damdgpu_bo_helper.c276 void amdgpu_bo_unmap(struct amdgpu_buffer *bo) function in typeref:typename:void
332 amdgpu_bo_unmap(buf);
H A Damdgpu_glamor.c177 amdgpu_bo_unmap(bo);
/xsrc/external/mit/MesaLib/dist/src/gallium/winsys/amdgpu/drm/
H A Damdgpu_bo.h131 void amdgpu_bo_unmap(struct radeon_winsys *rws, struct pb_buffer *buf);
H A Damdgpu_bo.c175 amdgpu_bo_unmap(&ws->dummy_ws.base, &bo->base);
408 void amdgpu_bo_unmap(struct radeon_winsys *rws, struct pb_buffer *buf) function in typeref:typename:void
1779 ws->base.buffer_unmap = amdgpu_bo_unmap;
H A Damdgpu_cs.c1049 amdgpu_bo_unmap(&ws->dummy_ws.base, preamble_bo);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/amdgpu/drm/
H A Damdgpu_bo.c59 static void amdgpu_bo_unmap(struct pb_buffer *buf);
179 amdgpu_bo_unmap(&bo->base);
384 static void amdgpu_bo_unmap(struct pb_buffer *buf) function in typeref:typename:void
1650 ws->base.buffer_unmap = amdgpu_bo_unmap;
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D20.2.0.rst3366 - winsys/amdgpu: make amdgpu_bo_unmap non-static

Completed in 18 milliseconds