Searched refs:uf_entry (Results 1 – 2 of 2) sorted by relevance
54 p->uf_entry.priority = 0; in amdgpu_cs_user_fence_chunk()55 p->uf_entry.tv.bo = &bo->tbo; in amdgpu_cs_user_fence_chunk()57 p->uf_entry.tv.num_shared = 2; in amdgpu_cs_user_fence_chunk()230 if (p->uf_entry.tv.bo) in amdgpu_cs_parser_init()538 if (p->uf_entry.tv.bo && !ttm_to_amdgpu_bo(p->uf_entry.tv.bo)->parent) in amdgpu_cs_parser_bos()539 list_add(&p->uf_entry.tv.head, &p->validated); in amdgpu_cs_parser_bos()631 if (!r && p->uf_entry.tv.bo) { in amdgpu_cs_parser_bos()632 struct amdgpu_bo *uf = ttm_to_amdgpu_bo(p->uf_entry.tv.bo); in amdgpu_cs_parser_bos()703 if (parser->uf_entry.tv.bo) { in amdgpu_cs_parser_fini()704 struct amdgpu_bo *uf = ttm_to_amdgpu_bo(parser->uf_entry.tv.bo); in amdgpu_cs_parser_fini()
522 struct amdgpu_bo_list_entry uf_entry; member