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

/xsrc/external/mit/xf86-video-amdgpu/dist/src/
H A Damdgpu_bo_helper.h40 extern int amdgpu_bo_map(ScrnInfoPtr pScrn, struct amdgpu_buffer *bo);
H A Damdgpu_pixmap.c74 if (amdgpu_bo_map(scrn, priv->bo)) {
H A Damdgpu_bo_helper.c235 int amdgpu_bo_map(ScrnInfoPtr pScrn, struct amdgpu_buffer *bo) function in typeref:typename:int
H A Damdgpu_glamor_wrappers.c66 ret = amdgpu_bo_map(scrn, bo);
H A Damdgpu_kms.c2234 if (amdgpu_bo_map(pScrn, front_buffer) == 0) {
2457 amdgpu_bo_map(pScrn, info->front_buffer) != 0) {
H A Ddrmmode_display.c2942 if (!info->use_glamor && amdgpu_bo_map(scrn, info->front_buffer) != 0) {
/xsrc/external/mit/MesaLib/dist/src/gallium/winsys/amdgpu/drm/
H A Damdgpu_bo.h127 void *amdgpu_bo_map(struct radeon_winsys *rws,
H A Damdgpu_bo.c276 void *amdgpu_bo_map(struct radeon_winsys *rws, function in typeref:typename:void *
1778 ws->base.buffer_map = amdgpu_bo_map;
H A Damdgpu_cs.c749 mapped = amdgpu_bo_map(&ws->dummy_ws.base, pb, NULL, PIPE_MAP_WRITE);
1035 map = (uint32_t*)amdgpu_bo_map(&ws->dummy_ws.base, preamble_bo, NULL,
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D13.0.6.rst255 - winsys/amdgpu: avoid potential segfault in amdgpu_bo_map()
/xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/amdgpu/drm/
H A Damdgpu_bo.c254 static void *amdgpu_bo_map(struct pb_buffer *buf, function in typeref:typename:void *
1649 ws->base.buffer_map = amdgpu_bo_map;

Completed in 30 milliseconds