Lines Matching refs:bo
164 struct ttm_buffer_object bo; member
174 cirrus_bo(struct ttm_buffer_object *bo) in cirrus_bo() argument
176 return container_of(bo, struct cirrus_bo, bo); in cirrus_bo()
240 void cirrus_ttm_placement(struct cirrus_bo *bo, int domain);
245 static inline int cirrus_bo_reserve(struct cirrus_bo *bo, bool no_wait) in cirrus_bo_reserve() argument
249 ret = ttm_bo_reserve(&bo->bo, true, no_wait, false, NULL); in cirrus_bo_reserve()
252 DRM_ERROR("reserve failed %p\n", bo); in cirrus_bo_reserve()
258 static inline void cirrus_bo_unreserve(struct cirrus_bo *bo) in cirrus_bo_unreserve() argument
260 ttm_bo_unreserve(&bo->bo); in cirrus_bo_unreserve()
263 int cirrus_bo_push_sysram(struct cirrus_bo *bo);
264 int cirrus_bo_pin(struct cirrus_bo *bo, u32 pl_flag, u64 *gpu_addr);