Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_vm_types.h44 #define XE_VMA_DUMPABLE (DRM_GPUVA_USERBITS << 8) macro
H A Dxe_vm.c773 op->map.dumpable = vma->gpuva.flags & XE_VMA_DUMPABLE; in xe_vm_populate_rebind()
955 vma->gpuva.flags |= XE_VMA_DUMPABLE; in xe_vma_create()
2189 XE_VMA_DUMPABLE ? in vm_bind_ioctl_ops_parse()
2228 XE_VMA_DUMPABLE ? in vm_bind_ioctl_ops_parse()
3252 if (gpuva->flags & XE_VMA_DUMPABLE) in xe_vm_snapshot_capture()
3270 if (!(gpuva->flags & XE_VMA_DUMPABLE)) in xe_vm_snapshot_capture()