Lines Matching refs:bo
224 struct ttm_buffer_object bo; member
234 mgag200_bo(struct ttm_buffer_object *bo) in mgag200_bo() argument
236 return container_of(bo, struct mgag200_bo, bo); in mgag200_bo()
278 void mgag200_ttm_placement(struct mgag200_bo *bo, int domain);
280 static inline int mgag200_bo_reserve(struct mgag200_bo *bo, bool no_wait) in mgag200_bo_reserve() argument
284 ret = ttm_bo_reserve(&bo->bo, true, no_wait, false, NULL); in mgag200_bo_reserve()
287 DRM_ERROR("reserve failed %p\n", bo); in mgag200_bo_reserve()
293 static inline void mgag200_bo_unreserve(struct mgag200_bo *bo) in mgag200_bo_unreserve() argument
295 ttm_bo_unreserve(&bo->bo); in mgag200_bo_unreserve()
303 int mgag200_bo_pin(struct mgag200_bo *bo, u32 pl_flag, u64 *gpu_addr);
304 int mgag200_bo_unpin(struct mgag200_bo *bo);
305 int mgag200_bo_push_sysram(struct mgag200_bo *bo);