Lines Matching defs:shim_bo
38 struct shim_bo;
44 /* Mapping from mmap offset to shim_bo */
48 /* Heap from which shim_bo are allocated */
56 void (*driver_bo_free)(struct shim_bo *bo);
74 /* mapping from int gem handle to struct shim_bo *. */
78 struct shim_bo {
97 int drm_shim_bo_init(struct shim_bo *bo, size_t size);
98 void drm_shim_bo_get(struct shim_bo *bo);
99 void drm_shim_bo_put(struct shim_bo *bo);
100 struct shim_bo *drm_shim_bo_lookup(struct shim_fd *shim_fd, int handle);
101 int drm_shim_bo_get_handle(struct shim_fd *shim_fd, struct shim_bo *bo);
103 struct shim_bo *bo);