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;
222 struct mgag200_bo { struct
230 #define gem_to_mga_bo(gobj) container_of((gobj), struct mgag200_bo, gem) argument
232 static inline struct mgag200_bo *
233 mgag200_bo(struct ttm_buffer_object *bo) in mgag200_bo() function
235 return container_of(bo, struct mgag200_bo, bo); in mgag200_bo()
277 void mgag200_ttm_placement(struct mgag200_bo *bo, int domain);
279 static inline int mgag200_bo_reserve(struct mgag200_bo *bo, bool no_wait) in mgag200_bo_reserve()
292 static inline void mgag200_bo_unreserve(struct mgag200_bo *bo) in mgag200_bo_unreserve()
298 uint32_t flags, struct mgag200_bo **pastbo);
302 int mgag200_bo_pin(struct mgag200_bo *bo, u32 pl_flag, u64 *gpu_addr);
303 int mgag200_bo_unpin(struct mgag200_bo *bo);
304 int mgag200_bo_push_sysram(struct mgag200_bo *bo);