Lines Matching refs:mgag200_bo
97 struct mgag200_bo *bo; in mgag200_bo_ttm_destroy()
99 bo = container_of(tbo, struct mgag200_bo, bo); in mgag200_bo_ttm_destroy()
140 struct mgag200_bo *mgabo = mgag200_bo(bo); in mgag200_bo_evict_flags()
151 struct mgag200_bo *mgabo = mgag200_bo(bo); in mgag200_bo_verify_access()
293 void mgag200_ttm_placement(struct mgag200_bo *bo, int domain) in mgag200_ttm_placement()
315 uint32_t flags, struct mgag200_bo **pmgabo) in mgag200_bo_create()
318 struct mgag200_bo *mgabo; in mgag200_bo_create()
322 mgabo = kzalloc(sizeof(struct mgag200_bo), GFP_KERNEL); in mgag200_bo_create()
337 sizeof(struct mgag200_bo)); in mgag200_bo_create()
350 static inline u64 mgag200_bo_gpu_offset(struct mgag200_bo *bo) in mgag200_bo_gpu_offset()
355 int mgag200_bo_pin(struct mgag200_bo *bo, u32 pl_flag, u64 *gpu_addr) in mgag200_bo_pin()
379 int mgag200_bo_unpin(struct mgag200_bo *bo) in mgag200_bo_unpin()
399 int mgag200_bo_push_sysram(struct mgag200_bo *bo) in mgag200_bo_push_sysram()