Home
last modified time | relevance | path

Searched refs:xe_device_is_sriov_pf (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/xe/
Dxe_sriov.h28 static inline bool xe_device_is_sriov_pf(const struct xe_device *xe) in xe_device_is_sriov_pf() function
39 #define IS_SRIOV_PF(xe) xe_device_is_sriov_pf(xe)
Dxe_gt_sriov_pf_control.c1285 if (unlikely(!xe_device_is_sriov_pf(gt_to_xe(gt)))) in xe_gt_sriov_pf_control_process_guc2pf()