Home
last modified time | relevance | path

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

/drivers/gpu/drm/xe/
A Dxe_vm_types.h46 #define XE_VMA_DUMPABLE (DRM_GPUVA_USERBITS << 8) macro
A Dxe_vm.c858 op->map.dumpable = vma->gpuva.flags & XE_VMA_DUMPABLE; in xe_vm_populate_rebind()
1218 vma->gpuva.flags |= XE_VMA_DUMPABLE; in xe_vma_create()
2668 XE_VMA_DUMPABLE ? in vm_bind_ioctl_ops_parse()
4021 if (gpuva->flags & XE_VMA_DUMPABLE) in xe_vm_snapshot_capture()
4039 if (!(gpuva->flags & XE_VMA_DUMPABLE)) in xe_vm_snapshot_capture()

Completed in 23 milliseconds