xref: /linux/drivers/gpu/drm/xe/xe_hmm.h (revision ba199dc909a20fe62270ae4e93f263987bb9d119)
1 /* SPDX-License-Identifier: MIT
2  *
3  * Copyright © 2024 Intel Corporation
4  */
5 
6 #include <linux/types.h>
7 
8 struct xe_userptr_vma;
9 
10 int xe_hmm_userptr_populate_range(struct xe_userptr_vma *uvma, bool is_mm_mmap_locked);
11 void xe_hmm_userptr_free_sg(struct xe_userptr_vma *uvma);
12