Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_vm_types.h42 #define XE_VMA_PTE_64K (DRM_GPUVA_USERBITS << 6) macro
H A Dxe_vm.c2040 else if (vma->gpuva.flags & XE_VMA_PTE_64K) in xe_vma_max_pte_size()
2058 vma->gpuva.flags |= XE_VMA_PTE_64K; in xe_vma_set_pte_size()
H A Dxe_pt.c510 xe_walk->vma->gpuva.flags |= XE_VMA_PTE_64K; in xe_pt_stage_bind_entry()