Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/
Damdgpu_bo_list.h34 struct amdgpu_bo_list_entry { struct
67 static inline struct amdgpu_bo_list_entry *
70 struct amdgpu_bo_list_entry *array = (void *)&list[1]; in amdgpu_bo_list_array_entry()
Damdgpu_bo_list.c50 struct amdgpu_bo_list_entry *e; in amdgpu_bo_list_free()
63 struct amdgpu_bo_list_entry *array; in amdgpu_bo_list_create()
70 if (num_entries > SIZE_MAX / sizeof(struct amdgpu_bo_list_entry)) in amdgpu_bo_list_create()
74 size += num_entries * sizeof(struct amdgpu_bo_list_entry); in amdgpu_bo_list_create()
85 memset(array, 0, num_entries * sizeof(struct amdgpu_bo_list_entry)); in amdgpu_bo_list_create()
88 struct amdgpu_bo_list_entry *entry; in amdgpu_bo_list_create()
181 struct amdgpu_bo_list_entry *e; in amdgpu_bo_list_get_list()
Damdgpu_vm.h39 struct amdgpu_bo_list_entry;
279 struct amdgpu_bo_list_entry *entry);
Damdgpu_cs.c459 struct amdgpu_bo_list_entry *candidate = p->evictable; in amdgpu_cs_try_evict()
527 struct amdgpu_bo_list_entry *lobj; in amdgpu_cs_list_validate()
572 struct amdgpu_bo_list_entry *e; in amdgpu_cs_parser_bos()
689 struct amdgpu_bo_list_entry, in amdgpu_cs_parser_bos()
761 struct amdgpu_bo_list_entry *e; in amdgpu_cs_sync_rings()
818 struct amdgpu_bo_list_entry *e; in amdgpu_bo_vm_update_pte()
1207 struct amdgpu_bo_list_entry *e; in amdgpu_cs_submit()
Damdgpu_amdkfd_gpuvm.c640 struct amdgpu_bo_list_entry kfd_bo; /* BO list entry for the KFD BO */
642 struct amdgpu_bo_list_entry *vm_pd; /* Array of VM BO list entries */
1760 struct amdgpu_bo_list_entry *pd_bo_list_entries; in validate_invalid_user_pages()
1772 sizeof(struct amdgpu_bo_list_entry), in validate_invalid_user_pages()
1978 struct amdgpu_bo_list_entry *pd_bo_list; in amdgpu_amdkfd_gpuvm_restore_process_bos()
1993 sizeof(struct amdgpu_bo_list_entry), in amdgpu_amdkfd_gpuvm_restore_process_bos()
Damdgpu_virt.c82 struct amdgpu_bo_list_entry pd; in amdgpu_map_static_csa()
Damdgpu_gem.c161 struct amdgpu_bo_list_entry vm_pd; in amdgpu_gem_object_close()
561 struct amdgpu_bo_list_entry vm_pd; in amdgpu_gem_va_ioctl()
Damdgpu.h995 struct amdgpu_bo_list_entry vm_pd;
1002 struct amdgpu_bo_list_entry *evictable;
1005 struct amdgpu_bo_list_entry uf_entry;
Damdgpu_vm.c261 struct amdgpu_bo_list_entry *entry) in amdgpu_vm_get_pd_bo()