Home
last modified time | relevance | path

Searched refs:pt_dir (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/gpu/drm/xe/
H A Dxe_pt.c51 static struct xe_pt *xe_pt_entry(struct xe_pt_dir *pt_dir, unsigned int index) in xe_pt_entry() argument
53 return container_of(pt_dir->children[index], struct xe_pt, base); in xe_pt_entry()
205 struct xe_pt_dir *pt_dir = as_xe_pt_dir(pt); in xe_pt_destroy() local
208 if (xe_pt_entry(pt_dir, i)) in xe_pt_destroy()
209 xe_pt_destroy(xe_pt_entry(pt_dir, i), flags, in xe_pt_destroy()
919 struct xe_pt_dir *pt_dir; in xe_pt_abort_bind() local
927 pt_dir = as_xe_pt_dir(pt); in xe_pt_abort_bind()
930 struct xe_pt *newpte = xe_pt_entry(pt_dir, j_); in xe_pt_abort_bind()
933 pt_dir->children[j_] = oldpte ? &oldpte->base : 0; in xe_pt_abort_bind()
949 struct xe_pt_dir *pt_dir; in xe_pt_commit_prepare_bind() local
[all …]