-
- Downloads
You need to sign in or sign up before continuing.
drm/xe: Create userptr if page fault occurs on system_allocator VMA
If a page fault occurs on system_allocator VMA, create a userptr VMA to
replaced fault region and map to GPU.
FIXME: malloc'd memory fails with weird vm_start / vm_end
Signed-off-by:
Matthew Brost <matthew.brost@intel.com>
Showing
- drivers/gpu/drm/xe/xe_gt_pagefault.c 13 additions, 0 deletionsdrivers/gpu/drm/xe/xe_gt_pagefault.c
- drivers/gpu/drm/xe/xe_vm.c 119 additions, 5 deletionsdrivers/gpu/drm/xe/xe_vm.c
- drivers/gpu/drm/xe/xe_vm.h 2 additions, 0 deletionsdrivers/gpu/drm/xe/xe_vm.h
- drivers/gpu/drm/xe/xe_vm_types.h 3 additions, 0 deletionsdrivers/gpu/drm/xe/xe_vm_types.h
Loading