Home
last modified time | relevance | path

Searched refs:amdgpu_bo_list (Results 1 – 6 of 6) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/amd/amdgpu/
Damdgpu_bo_list.c42 struct amdgpu_bo_list *list = container_of(rcu, struct amdgpu_bo_list, in amdgpu_bo_list_free_rcu()
50 struct amdgpu_bo_list *list = container_of(ref, struct amdgpu_bo_list, in amdgpu_bo_list_free()
72 size_t num_entries, struct amdgpu_bo_list **result) in amdgpu_bo_list_create()
76 struct amdgpu_bo_list *list; in amdgpu_bo_list_create()
154 struct amdgpu_bo_list *list; in amdgpu_bo_list_destroy()
164 struct amdgpu_bo_list **result) in amdgpu_bo_list_get()
179 void amdgpu_bo_list_put(struct amdgpu_bo_list *list) in amdgpu_bo_list_put()
234 struct amdgpu_bo_list *list, *old; in amdgpu_bo_list_ioctl()
Damdgpu_bo_list.h46 struct amdgpu_bo_list { struct
63 struct amdgpu_bo_list **result); argument
64 void amdgpu_bo_list_put(struct amdgpu_bo_list *list);
72 struct amdgpu_bo_list **list);
Damdgpu_cs.h67 struct amdgpu_bo_list *bo_list;
Damdgpu_trace.h148 __field(struct amdgpu_bo_list *, bo_list)
461 TP_PROTO(struct amdgpu_bo_list *list, struct amdgpu_bo *bo),
464 __field(struct amdgpu_bo_list *, list)
DMakefile59 amdgpu_ucode.o amdgpu_bo_list.o amdgpu_ctx.o amdgpu_sync.o \
Damdgpu_kms.c1404 struct amdgpu_bo_list *list; in amdgpu_driver_postclose_kms()