Searched refs:uf_entry (Results 1 – 2 of 2) sorted by relevance
53 p->uf_entry.priority = 0; in amdgpu_cs_user_fence_chunk()54 p->uf_entry.tv.bo = &bo->tbo; in amdgpu_cs_user_fence_chunk()56 p->uf_entry.tv.num_shared = 2; in amdgpu_cs_user_fence_chunk()238 if (p->uf_entry.tv.bo) in amdgpu_cs_parser_init()612 if (p->uf_entry.tv.bo && !ttm_to_amdgpu_bo(p->uf_entry.tv.bo)->parent) in amdgpu_cs_parser_bos()613 list_add(&p->uf_entry.tv.head, &p->validated); in amdgpu_cs_parser_bos()708 if (!r && p->uf_entry.tv.bo) { in amdgpu_cs_parser_bos()709 struct amdgpu_bo *uf = ttm_to_amdgpu_bo(p->uf_entry.tv.bo); in amdgpu_cs_parser_bos()777 if (parser->uf_entry.tv.bo) { in amdgpu_cs_parser_fini()778 struct amdgpu_bo *uf = ttm_to_amdgpu_bo(parser->uf_entry.tv.bo); in amdgpu_cs_parser_fini()
483 struct amdgpu_bo_list_entry uf_entry; member