Lines Matching refs:mgag200_bo
161 struct mgag200_bo *pixels_1;
162 struct mgag200_bo *pixels_2;
165 struct mgag200_bo *pixels_current;
167 struct mgag200_bo *pixels_prev;
223 struct mgag200_bo { struct
231 #define gem_to_mga_bo(gobj) container_of((gobj), struct mgag200_bo, gem) argument
233 static inline struct mgag200_bo *
234 mgag200_bo(struct ttm_buffer_object *bo) in mgag200_bo() function
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()
293 static inline void mgag200_bo_unreserve(struct mgag200_bo *bo) in mgag200_bo_unreserve()
299 uint32_t flags, struct mgag200_bo **pastbo);
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);