Home
last modified time | relevance | path

Searched refs:amdgpu_bo_list_entry (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.6/drivers/gpu/drm/amd/amdgpu/
Damdgpu_bo_list.c52 struct amdgpu_bo_list_entry *e; in amdgpu_bo_list_free()
61 const struct amdgpu_bo_list_entry *a = _a, *b = _b; in amdgpu_bo_list_entry_cmp()
75 struct amdgpu_bo_list_entry *array; in amdgpu_bo_list_create()
83 / sizeof(struct amdgpu_bo_list_entry)) in amdgpu_bo_list_create()
87 size += num_entries * sizeof(struct amdgpu_bo_list_entry); in amdgpu_bo_list_create()
98 memset(array, 0, num_entries * sizeof(struct amdgpu_bo_list_entry)); in amdgpu_bo_list_create()
101 struct amdgpu_bo_list_entry *entry; in amdgpu_bo_list_create()
144 sort(array, last_entry, sizeof(struct amdgpu_bo_list_entry), in amdgpu_bo_list_create()
Damdgpu_bo_list.h37 struct amdgpu_bo_list_entry { struct
72 static inline struct amdgpu_bo_list_entry *
75 struct amdgpu_bo_list_entry *array = (void *)&list[1]; in amdgpu_bo_list_array_entry()
Damdgpu_vm.h43 struct amdgpu_bo_list_entry;
Damdgpu_cs.c839 struct amdgpu_bo_list_entry *e; in amdgpu_cs_parser_bos()
1091 struct amdgpu_bo_list_entry *e; in amdgpu_cs_vm_handling()
1253 struct amdgpu_bo_list_entry *e; in amdgpu_cs_submit()