Searched defs:vbox_bo (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Additions/linux/drm/
H A Dvbox_drv.h202 struct vbox_bo struct
211 #define gem_to_vbox_bo(gobj) container_of((gobj), struct vbox_bo, gem)
213 static inline struct vbox_bo * vbox_bo(struct ttm_buffer_object *bo) function
215 return container_of(bo, struct vbox_bo, bo);
240 uint32_t flags, struct vbox_bo **pvboxbo);
246 int vbox_bo_pin(struct vbox_bo *bo, u32 pl_flag, u64 *gpu_addr);
247 int vbox_bo_unpin(struct vbox_bo *bo);
249 int vbox_bo_reserve(struct vbox_bo *bo, bool no_wait);
250 void vbox_bo_unreserve(struct vbox_bo *b
[all...]
H A Dvbox_main.c408 struct vbox_bo *vboxbo;
470 void vbox_bo_unref(struct vbox_bo **bo)
486 struct vbox_bo *vbox_bo = gem_to_vbox_bo(obj); local
488 LogFunc(("vboxvideo: %d: vbox_bo=%p\n", __LINE__, vbox_bo));
489 if (!vbox_bo)
491 vbox_bo_unref(&vbox_bo);
495 static inline u64 vbox_bo_mmap_offset(struct vbox_bo *bo)
511 struct vbox_bo *b
[all...]

Completed in 44 milliseconds