Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/xe/
H A Dxe_pt.c1022 int j_ = j + entries[i].ofs; in xe_pt_commit() local
1024 pt_dir->children[j_] = pt_dir->staging[j_]; in xe_pt_commit()
1051 u32 j_ = j + entries[i].ofs; in xe_pt_abort_bind() local
1052 struct xe_pt *newpte = xe_pt_entry_staging(pt_dir, j_); in xe_pt_abort_bind()
1055 pt_dir->staging[j_] = oldpte ? &oldpte->base : 0; in xe_pt_abort_bind()
1081 u32 j_ = j + entries[i].ofs; in xe_pt_commit_prepare_bind() local
1085 if (xe_pt_entry_staging(pt_dir, j_)) in xe_pt_commit_prepare_bind()
1086 oldpte = xe_pt_entry_staging(pt_dir, j_); in xe_pt_commit_prepare_bind()
1088 pt_dir->staging[j_] = &newpte->base; in xe_pt_commit_prepare_bind()