Searched refs:drm_amdgpu_bo_list_entry (Results 1 – 3 of 3) sorted by relevance
578 struct drm_amdgpu_bo_list_entry *list; in amdgpu_bo_list_create()587 if (number_of_resources > UINT32_MAX / sizeof(struct drm_amdgpu_bo_list_entry)) in amdgpu_bo_list_create()590 list = malloc(number_of_resources * sizeof(struct drm_amdgpu_bo_list_entry)); in amdgpu_bo_list_create()603 args.in.bo_info_size = sizeof(struct drm_amdgpu_bo_list_entry); in amdgpu_bo_list_create()650 struct drm_amdgpu_bo_list_entry *list; in amdgpu_bo_list_update()659 if (number_of_resources > UINT32_MAX / sizeof(struct drm_amdgpu_bo_list_entry)) in amdgpu_bo_list_update()662 list = malloc(number_of_resources * sizeof(struct drm_amdgpu_bo_list_entry)); in amdgpu_bo_list_update()669 args.in.bo_info_size = sizeof(struct drm_amdgpu_bo_list_entry); in amdgpu_bo_list_update()
119 struct drm_amdgpu_bo_list_entry { struct