Lines Matching refs:mgag200_bo
98 struct mgag200_bo *bo; in mgag200_bo_ttm_destroy()
100 bo = container_of(tbo, struct mgag200_bo, bo); in mgag200_bo_ttm_destroy()
141 struct mgag200_bo *mgabo = mgag200_bo(bo); in mgag200_bo_evict_flags()
152 struct mgag200_bo *mgabo = mgag200_bo(bo); in mgag200_bo_verify_access()
279 void mgag200_ttm_placement(struct mgag200_bo *bo, int domain) in mgag200_ttm_placement()
301 uint32_t flags, struct mgag200_bo **pmgabo) in mgag200_bo_create()
304 struct mgag200_bo *mgabo; in mgag200_bo_create()
308 mgabo = kzalloc(sizeof(struct mgag200_bo), GFP_KERNEL); in mgag200_bo_create()
323 sizeof(struct mgag200_bo)); in mgag200_bo_create()
336 static inline u64 mgag200_bo_gpu_offset(struct mgag200_bo *bo) in mgag200_bo_gpu_offset()
341 int mgag200_bo_pin(struct mgag200_bo *bo, u32 pl_flag, u64 *gpu_addr) in mgag200_bo_pin()
366 int mgag200_bo_unpin(struct mgag200_bo *bo) in mgag200_bo_unpin()
383 int mgag200_bo_push_sysram(struct mgag200_bo *bo) in mgag200_bo_push_sysram()