Searched refs:lima_bo (Results 1 – 8 of 8) sorted by relevance
/drivers/gpu/drm/lima/ |
D | lima_gem.h | 12 struct lima_bo { struct 21 static inline struct lima_bo * argument 24 return container_of(to_drm_gem_shmem_obj(obj), struct lima_bo, base); in to_lima_bo() 27 static inline size_t lima_bo_size(struct lima_bo *bo) in lima_bo_size() 32 static inline struct dma_resv *lima_bo_resv(struct lima_bo *bo) in lima_bo_resv() 37 int lima_heap_alloc(struct lima_bo *bo, struct lima_vm *vm);
|
D | lima_gem.c | 20 int lima_heap_alloc(struct lima_bo *bo, struct lima_vm *vm) in lima_heap_alloc() 109 struct lima_bo *bo; in lima_gem_create_handle() 149 struct lima_bo *bo = to_lima_bo(obj); in lima_gem_free_object() 159 struct lima_bo *bo = to_lima_bo(obj); in lima_gem_object_open() 168 struct lima_bo *bo = to_lima_bo(obj); in lima_gem_object_close() 177 struct lima_bo *bo = to_lima_bo(obj); in lima_gem_pin() 187 struct lima_bo *bo = to_lima_bo(obj); in lima_gem_vmap() 197 struct lima_bo *bo = to_lima_bo(obj); in lima_gem_mmap() 220 struct lima_bo *bo; in lima_gem_create_object() 237 struct lima_bo *bo; in lima_gem_get_info() [all …]
|
D | lima_vm.h | 41 int lima_vm_bo_add(struct lima_vm *vm, struct lima_bo *bo, bool create); 42 void lima_vm_bo_del(struct lima_vm *vm, struct lima_bo *bo); 44 u32 lima_vm_get_va(struct lima_vm *vm, struct lima_bo *bo); 62 int lima_vm_map_bo(struct lima_vm *vm, struct lima_bo *bo, int pageoff);
|
D | lima_sched.h | 29 struct lima_bo **bos; 33 struct lima_bo *heap; 92 struct lima_bo **bos, int num_bos,
|
D | lima_drv.h | 17 struct lima_bo; 33 struct lima_bo **lbos;
|
D | lima_vm.c | 77 lima_vm_bo_find(struct lima_vm *vm, struct lima_bo *bo) in lima_vm_bo_find() 91 int lima_vm_bo_add(struct lima_vm *vm, struct lima_bo *bo, bool create) in lima_vm_bo_add() 155 void lima_vm_bo_del(struct lima_vm *vm, struct lima_bo *bo) in lima_vm_bo_del() 185 u32 lima_vm_get_va(struct lima_vm *vm, struct lima_bo *bo) in lima_vm_get_va() 283 int lima_vm_map_bo(struct lima_vm *vm, struct lima_bo *bo, int pageoff) in lima_vm_map_bo()
|
D | lima_sched.c | 113 struct lima_bo **bos, int num_bos, in lima_sched_task_init() 323 struct lima_bo *bo = task->bos[i]; in lima_sched_build_error_task_list() 368 struct lima_bo *bo = task->bos[i]; in lima_sched_build_error_task_list() 457 struct lima_bo **bos = task->bos; in lima_sched_free_job()
|
D | lima_gp.c | 138 struct lima_bo *bo = task->bos[i]; in lima_gp_task_run()
|