Select the types of activity you want to include in your feed.
1/* SPDX-License-Identifier: MIT 2 * 3 * Copyright © 2024 Intel Corporation 4 */ 5 6#include <linux/types.h> 7 8struct xe_userptr_vma; 9 10int xe_hmm_userptr_populate_range(struct xe_userptr_vma *uvma, bool is_mm_mmap_locked); 11void xe_hmm_userptr_free_sg(struct xe_userptr_vma *uvma);