Lines Matching refs:cirrus_bo
163 struct cirrus_bo { struct
171 #define gem_to_cirrus_bo(gobj) container_of((gobj), struct cirrus_bo, gem) argument
173 static inline struct cirrus_bo *
174 cirrus_bo(struct ttm_buffer_object *bo) in cirrus_bo() function
176 return container_of(bo, struct cirrus_bo, bo); in cirrus_bo()
240 void cirrus_ttm_placement(struct cirrus_bo *bo, int domain);
242 uint32_t flags, struct cirrus_bo **pcirrusbo);
245 static inline int cirrus_bo_reserve(struct cirrus_bo *bo, bool no_wait) in cirrus_bo_reserve()
258 static inline void cirrus_bo_unreserve(struct cirrus_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);