Lines Matching refs:bo
223 struct ttm_buffer_object bo; member
233 mgag200_bo(struct ttm_buffer_object *bo) in mgag200_bo() argument
235 return container_of(bo, struct mgag200_bo, bo); in mgag200_bo()
277 void mgag200_ttm_placement(struct mgag200_bo *bo, int domain);
279 static inline int mgag200_bo_reserve(struct mgag200_bo *bo, bool no_wait) in mgag200_bo_reserve() argument
283 ret = ttm_bo_reserve(&bo->bo, true, no_wait, false, NULL); in mgag200_bo_reserve()
286 DRM_ERROR("reserve failed %p\n", bo); in mgag200_bo_reserve()
292 static inline void mgag200_bo_unreserve(struct mgag200_bo *bo) in mgag200_bo_unreserve() argument
294 ttm_bo_unreserve(&bo->bo); in mgag200_bo_unreserve()
302 int mgag200_bo_pin(struct mgag200_bo *bo, u32 pl_flag, u64 *gpu_addr);
303 int mgag200_bo_unpin(struct mgag200_bo *bo);
304 int mgag200_bo_push_sysram(struct mgag200_bo *bo);