Searched refs:amdgpu_bo_map (Results 1 - 11 of 11) sorted by relevance
| /xsrc/external/mit/xf86-video-amdgpu/dist/src/ |
| H A D | amdgpu_bo_helper.h | 40 extern int amdgpu_bo_map(ScrnInfoPtr pScrn, struct amdgpu_buffer *bo);
|
| H A D | amdgpu_pixmap.c | 74 if (amdgpu_bo_map(scrn, priv->bo)) {
|
| H A D | amdgpu_bo_helper.c | 235 int amdgpu_bo_map(ScrnInfoPtr pScrn, struct amdgpu_buffer *bo) function in typeref:typename:int
|
| H A D | amdgpu_glamor_wrappers.c | 66 ret = amdgpu_bo_map(scrn, bo);
|
| H A D | amdgpu_kms.c | 2234 if (amdgpu_bo_map(pScrn, front_buffer) == 0) { 2457 amdgpu_bo_map(pScrn, info->front_buffer) != 0) {
|
| H A D | drmmode_display.c | 2942 if (!info->use_glamor && amdgpu_bo_map(scrn, info->front_buffer) != 0) {
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/winsys/amdgpu/drm/ |
| H A D | amdgpu_bo.h | 127 void *amdgpu_bo_map(struct radeon_winsys *rws,
|
| H A D | amdgpu_bo.c | 276 void *amdgpu_bo_map(struct radeon_winsys *rws, function in typeref:typename:void * 1778 ws->base.buffer_map = amdgpu_bo_map;
|
| H A D | amdgpu_cs.c | 749 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 D | 13.0.6.rst | 255 - winsys/amdgpu: avoid potential segfault in amdgpu_bo_map()
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/amdgpu/drm/ |
| H A D | amdgpu_bo.c | 254 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