Searched refs:tile_present (Results 1 – 3 of 3) sorted by relevance
113 u8 tile_present; member
829 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()
69 return BIT(tile->id) & vma->tile_present && in vma_is_valid()