Lines Matching refs:lima_bo
24 struct lima_bo *bo; in lima_gem_create_handle()
41 struct lima_bo *bo = to_lima_bo(obj); in lima_gem_free_object()
51 struct lima_bo *bo = to_lima_bo(obj); in lima_gem_object_open()
60 struct lima_bo *bo = to_lima_bo(obj); in lima_gem_object_close()
70 struct lima_bo *bo; in lima_gem_get_info()
95 struct lima_bo *bo = to_lima_bo(obj); in lima_gem_fault()
133 static int lima_gem_sync_bo(struct lima_sched_task *task, struct lima_bo *bo, in lima_gem_sync_bo()
151 static int lima_gem_lock_bos(struct lima_bo **bos, u32 nr_bos, in lima_gem_lock_bos()
196 static void lima_gem_unlock_bos(struct lima_bo **bos, u32 nr_bos, in lima_gem_unlock_bos()
239 struct lima_bo **bos = submit->lbos; in lima_gem_submit()
249 struct lima_bo *bo; in lima_gem_submit()