Searched refs:global_bo_list (Results 1 – 8 of 8) sorted by relevance
53 struct list_head global_bo_list; member
183 LIST_INITHEAD(&ws->global_bo_list); in radv_amdgpu_winsys_create()
281 LIST_ADDTAIL(&bo->global_list_item, &ws->global_bo_list); in radv_amdgpu_add_buffer_to_global_list()
594 LIST_FOR_EACH_ENTRY(bo, &ws->global_bo_list, global_list_item) { in radv_amdgpu_create_bo_list()1120 &cs->ws->global_bo_list, global_list_item) { in radv_amdgpu_winsys_get_cpu_addr()
85 struct list_head global_bo_list; member
319 LIST_INITHEAD(&ws->global_bo_list); in amdgpu_winsys_create()
1234 LIST_FOR_EACH_ENTRY(bo, &ws->global_bo_list, u.real.global_list_item) { in amdgpu_cs_submit_ib()
367 LIST_ADDTAIL(&bo->u.real.global_list_item, &ws->global_bo_list); in amdgpu_add_buffer_to_global_list()