Searched refs:uf_entry (Results 1 – 2 of 2) sorted by relevance
55 p->uf_entry.priority = 0; in amdgpu_cs_user_fence_chunk()56 p->uf_entry.tv.bo = &bo->tbo; in amdgpu_cs_user_fence_chunk()58 p->uf_entry.tv.num_shared = 2; in amdgpu_cs_user_fence_chunk()239 if (p->uf_entry.tv.bo) in amdgpu_cs_parser_init()531 if (p->uf_entry.tv.bo && !ttm_to_amdgpu_bo(p->uf_entry.tv.bo)->parent) in amdgpu_cs_parser_bos()532 list_add(&p->uf_entry.tv.head, &p->validated); in amdgpu_cs_parser_bos()629 if (!r && p->uf_entry.tv.bo) { in amdgpu_cs_parser_bos()630 struct amdgpu_bo *uf = ttm_to_amdgpu_bo(p->uf_entry.tv.bo); in amdgpu_cs_parser_bos()715 if (parser->uf_entry.tv.bo) { in amdgpu_cs_parser_fini()716 struct amdgpu_bo *uf = ttm_to_amdgpu_bo(parser->uf_entry.tv.bo); in amdgpu_cs_parser_fini()
551 struct amdgpu_bo_list_entry uf_entry; member