Searched refs:vbox_bo (Results 1 - 5 of 5) 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_ttm.c124 struct vbox_bo *bo;
126 bo = container_of(tbo, struct vbox_bo, bo);
168 struct vbox_bo *vboxbo = vbox_bo(bo);
344 void vbox_ttm_placement(struct vbox_bo *bo, int domain)
361 int vbox_bo_reserve(struct vbox_bo *bo, bool no_wait)
375 void vbox_bo_unreserve(struct vbox_bo *bo)
381 uint32_t flags, struct vbox_bo **pvboxbo)
384 struct vbox_bo *vboxbo;
388 vboxbo = kzalloc(sizeof(struct vbox_bo), GFP_KERNE
[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...]
H A Dvbox_mode.c179 struct vbox_bo *bo;
559 struct vbox_bo *bo;
659 struct vbox_bo *bo;
H A Dvbox_fb.c105 struct vbox_bo *bo;
278 struct vbox_bo *bo = NULL;

Completed in 50 milliseconds