Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
A Dxe_vm_types.h109 u8 tile_present; member
A Dxe_pt.c821 u8 pt_mask = (vma->tile_present & ~vma->tile_invalidated); in xe_pt_zap_ptes()
1657 pt_op->rebind = BIT(tile->id) & vma->tile_present; in bind_op_prepare()
1713 if (!((vma->tile_present | vma->tile_staged) & BIT(tile->id))) in unbind_op_prepare()
1871 vma->tile_present |= BIT(tile->id); in bind_op_commit()
1904 vma->tile_present &= ~BIT(tile->id); in unbind_op_commit()
1905 if (!vma->tile_present) { in unbind_op_commit()
A Dxe_vm.c619 !(vma->gpuva.flags & XE_VMA_DESTROYED) && vma->tile_present) { in vma_userptr_invalidate()
818 xe_assert(vm->xe, vma->tile_present); in xe_vm_rebind()
826 vma->tile_present); in xe_vm_rebind()
2080 u8 tile_present = in xe_vma_op_commit() local
2081 gpuva_to_vma(op->base.remap.unmap->va)->tile_present; in xe_vma_op_commit()
2092 op->remap.prev->tile_present = in xe_vma_op_commit()
2093 tile_present; in xe_vma_op_commit()
2102 op->remap.next->tile_present = in xe_vma_op_commit()
2103 tile_present; in xe_vma_op_commit()
A Dxe_gt_pagefault.c70 return BIT(tile->id) & vma->tile_present && in vma_is_valid()

Completed in 18 milliseconds