Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_vm_types.h113 u8 tile_present; member
H A Dxe_pt.c829 u8 pt_mask = (vma->tile_present & ~vma->tile_invalidated); in xe_pt_zap_ptes()
1659 pt_op->rebind = BIT(tile->id) & vma->tile_present; in bind_op_prepare()
1715 if (!((vma->tile_present | vma->tile_staged) & BIT(tile->id))) in unbind_op_prepare()
1874 vma->tile_present |= BIT(tile->id); in bind_op_commit()
1907 vma->tile_present &= ~BIT(tile->id); in unbind_op_commit()
1908 if (!vma->tile_present) { in unbind_op_commit()
H A Dxe_gt_pagefault.c69 return BIT(tile->id) & vma->tile_present && in vma_is_valid()