Lines Matching refs:devmem_allocation
671 static struct xe_bo *to_xe_bo(struct drm_pagemap_devmem *devmem_allocation) in to_xe_bo() argument
673 return container_of(devmem_allocation, struct xe_bo, devmem_allocation); in to_xe_bo()
676 static void xe_svm_devmem_release(struct drm_pagemap_devmem *devmem_allocation) in xe_svm_devmem_release() argument
678 struct xe_bo *bo = to_xe_bo(devmem_allocation); in xe_svm_devmem_release()
681 dma_fence_put(devmem_allocation->pre_migrate_fence); in xe_svm_devmem_release()
696 static int xe_svm_populate_devmem_pfn(struct drm_pagemap_devmem *devmem_allocation, in xe_svm_populate_devmem_pfn() argument
699 struct xe_bo *bo = to_xe_bo(devmem_allocation); in xe_svm_populate_devmem_pfn()
914 drm_pagemap_devmem_init(&bo->devmem_allocation, dev, mm, in xe_drm_pagemap_populate_mm()
926 err = drm_pagemap_migrate_to_devmem(&bo->devmem_allocation, mm, in xe_drm_pagemap_populate_mm()
930 xe_svm_devmem_release(&bo->devmem_allocation); in xe_drm_pagemap_populate_mm()
1292 return drm_pagemap_evict_to_ram(&bo->devmem_allocation); in xe_svm_bo_evict()