Searched refs:global_list_item (Results 1 – 6 of 6) sorted by relevance
44 struct list_head global_list_item; member
43 LIST_DEL(&bo->global_list_item); in radv_amdgpu_winsys_bo_destroy()59 LIST_ADDTAIL(&bo->global_list_item, &ws->global_bo_list); in radv_amdgpu_add_buffer_to_global_list()
441 LIST_FOR_EACH_ENTRY(bo, &ws->global_bo_list, global_list_item) { in radv_amdgpu_create_bo_list()
50 struct list_head global_list_item; member
164 LIST_DEL(&bo->u.real.global_list_item); in amdgpu_bo_destroy()350 LIST_ADDTAIL(&bo->u.real.global_list_item, &ws->global_bo_list); in amdgpu_add_buffer_to_global_list()
1010 LIST_FOR_EACH_ENTRY(bo, &ws->global_bo_list, u.real.global_list_item) { in amdgpu_cs_submit_ib()