Home
last modified time | relevance | path

Searched refs:xe_sriov_pf_init_early (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/xe/
Dxe_sriov_pf.h16 int xe_sriov_pf_init_early(struct xe_device *xe);
24 static inline int xe_sriov_pf_init_early(struct xe_device *xe) in xe_sriov_pf_init_early() function
Dxe_sriov_pf.c81 int xe_sriov_pf_init_early(struct xe_device *xe) in xe_sriov_pf_init_early() function
Dxe_sriov.c109 int err = xe_sriov_pf_init_early(xe); in xe_sriov_init()