Lines Matching refs:mgag200_bo
162 struct mgag200_bo *pixels_1;
163 struct mgag200_bo *pixels_2;
166 struct mgag200_bo *pixels_current;
168 struct mgag200_bo *pixels_prev;
225 struct mgag200_bo { struct
233 #define gem_to_mga_bo(gobj) container_of((gobj), struct mgag200_bo, gem) argument
235 static inline struct mgag200_bo *
236 mgag200_bo(struct ttm_buffer_object *bo) in mgag200_bo() function
238 return container_of(bo, struct mgag200_bo, bo); in mgag200_bo()
275 void mgag200_ttm_placement(struct mgag200_bo *bo, int domain);
277 static inline int mgag200_bo_reserve(struct mgag200_bo *bo, bool no_wait) in mgag200_bo_reserve()
290 static inline void mgag200_bo_unreserve(struct mgag200_bo *bo) in mgag200_bo_unreserve()
296 uint32_t flags, struct mgag200_bo **pastbo);
300 int mgag200_bo_pin(struct mgag200_bo *bo, u32 pl_flag, u64 *gpu_addr);
301 int mgag200_bo_unpin(struct mgag200_bo *bo);
302 int mgag200_bo_push_sysram(struct mgag200_bo *bo);