Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_vm.c4401 struct xe_vm_snapshot { struct
4420 struct xe_vm_snapshot *xe_vm_snapshot_capture(struct xe_vm *vm) in xe_vm_snapshot_capture() argument
4423 struct xe_vm_snapshot *snap = NULL; in xe_vm_snapshot_capture()
4436 snap = kvzalloc(offsetof(struct xe_vm_snapshot, snap[num_snaps]), GFP_NOWAIT); in xe_vm_snapshot_capture()
4507 void xe_vm_snapshot_capture_delayed(struct xe_vm_snapshot *snap) in xe_vm_snapshot_capture_delayed()
4554 void xe_vm_snapshot_print(struct xe_vm_snapshot *snap, struct drm_printer *p) in xe_vm_snapshot_print()
4605 void xe_vm_snapshot_free(struct xe_vm_snapshot *snap) in xe_vm_snapshot_free()