1 /* SPDX-License-Identifier: MIT */
3 * Copyright © 2023-2024 Intel Corporation
6 #ifndef _XE_SRIOV_PF_H_
7 #define _XE_SRIOV_PF_H_
9 #include <linux/types.h>
15 bool xe_sriov_pf_readiness(struct xe_device *xe);
16 int xe_sriov_pf_init_early(struct xe_device *xe);
17 void xe_sriov_pf_print_vfs_summary(struct xe_device *xe, struct drm_printer *p);
19 static inline bool xe_sriov_pf_readiness(struct xe_device *xe)
24 static inline int xe_sriov_pf_init_early(struct xe_device *xe)