Lines Matching refs:devmem_allocation
728 static struct xe_bo *to_xe_bo(struct drm_pagemap_devmem *devmem_allocation) in to_xe_bo() argument
730 return container_of(devmem_allocation, struct xe_bo, devmem_allocation); in to_xe_bo()
733 static void xe_svm_devmem_release(struct drm_pagemap_devmem *devmem_allocation) in xe_svm_devmem_release() argument
735 struct xe_bo *bo = to_xe_bo(devmem_allocation); in xe_svm_devmem_release()
738 dma_fence_put(devmem_allocation->pre_migrate_fence); in xe_svm_devmem_release()
755 static int xe_svm_populate_devmem_pfn(struct drm_pagemap_devmem *devmem_allocation, in xe_svm_populate_devmem_pfn() argument
758 struct xe_bo *bo = to_xe_bo(devmem_allocation); in xe_svm_populate_devmem_pfn()
767 u64 block_pfn = block_offset_to_pfn(devmem_allocation->dpagemap, in xe_svm_populate_devmem_pfn()
1071 drm_pagemap_devmem_init(&bo->devmem_allocation, dev, mm, in xe_drm_pagemap_populate_mm()
1084 err = drm_pagemap_migrate_to_devmem(&bo->devmem_allocation, mm, in xe_drm_pagemap_populate_mm()
1445 return drm_pagemap_evict_to_ram(&bo->devmem_allocation); in xe_svm_bo_evict()