Searched refs:boi (Results 1 – 6 of 6) sorted by relevance
38 struct radeon_bo_int *boi = (struct radeon_bo_int *)bo; in radeon_bo_debug() local41 op, bo, bo->handle, boi->size, boi->cref); in radeon_bo_debug()55 struct radeon_bo_int *boi = (struct radeon_bo_int *)bo; in radeon_bo_ref() local56 boi->cref++; in radeon_bo_ref()57 boi->bom->funcs->bo_ref(boi); in radeon_bo_ref()62 struct radeon_bo_int *boi = (struct radeon_bo_int *)bo; in radeon_bo_unref() local66 boi->cref--; in radeon_bo_unref()67 return boi->bom->funcs->bo_unref(boi); in radeon_bo_unref()72 struct radeon_bo_int *boi = (struct radeon_bo_int *)bo; in radeon_bo_map() local73 return boi->bom->funcs->bo_map(boi, write); in radeon_bo_map()[all …]
58 static int bo_wait(struct radeon_bo_int *boi);121 static void bo_ref(struct radeon_bo_int *boi) in bo_ref() argument125 static struct radeon_bo *bo_unref(struct radeon_bo_int *boi) in bo_unref() argument127 struct radeon_bo_gem *bo_gem = (struct radeon_bo_gem*)boi; in bo_unref()130 if (boi->cref) { in bo_unref()131 return (struct radeon_bo *)boi; in bo_unref()134 drm_munmap(bo_gem->priv_ptr, boi->size); in bo_unref()141 args.handle = boi->handle; in bo_unref()142 drmIoctl(boi->bom->fd, DRM_IOCTL_GEM_CLOSE, &args); in bo_unref()148 static int bo_map(struct radeon_bo_int *boi, int write) in bo_map() argument[all …]
170 struct radeon_bo_int *boi = (struct radeon_bo_int *)bo; in radeon_cs_space_add_persistent_bo() local173 if (csi->bos[i].bo == boi && in radeon_cs_space_add_persistent_bo()180 csi->bos[i].bo = boi; in radeon_cs_space_add_persistent_bo()214 struct radeon_bo_int *boi = (struct radeon_bo_int *)bo; in radeon_cs_space_check_with_bo() local220 temp_bo.bo = boi; in radeon_cs_space_check_with_bo()
178 struct radeon_bo_int *boi = (struct radeon_bo_int *)bo; in cs_gem_write_reloc() local184 assert(boi->space_accounted); in cs_gem_write_reloc()259 csg->relocs_bo[csg->base.crelocs] = boi; in cs_gem_write_reloc()270 cs->relocs_total_size += boi->size; in cs_gem_write_reloc()
3 .. nonce: C-8boi
226557 …Fix minor printf format issue; remove overly paranoid checks in create function; fix GObject boi...