xref: /linux/drivers/gpu/drm/xe/xe_hmm.h (revision e3b2949e3fa2fd8c19cd5fbb0424d38f70a70e9c)
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