Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_pt.c589 bool is_null_or_purged = xe_vma_is_null(xe_walk->vma) || in xe_pt_stage_bind_entry() local
591 bool is_vram = is_null_or_purged ? false : xe_res_is_vram(curs); in xe_pt_stage_bind_entry()
602 pte = vm->pt_ops->pte_encode_vma(is_null_or_purged ? 0 : in xe_pt_stage_bind_entry()
607 if (!is_null_or_purged) in xe_pt_stage_bind_entry()
631 if (!is_null_or_purged && !xe_walk->clear_pt) in xe_pt_stage_bind_entry()