Home
last modified time | relevance | path

Searched refs:xe_gt_sriov_vf_bootstrap (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/xe/
Dxe_gt_sriov_vf.h15 int xe_gt_sriov_vf_bootstrap(struct xe_gt *gt);
Dxe_guc.c434 return xe_gt_sriov_vf_bootstrap(gt); in xe_guc_reset()
746 ret = xe_gt_sriov_vf_bootstrap(gt); in vf_guc_min_load_for_hwconfig()
Dxe_device.c644 err = xe_gt_sriov_vf_bootstrap(tile->primary_gt); in xe_device_probe()
Dxe_pci.c502 val = xe_gt_sriov_vf_bootstrap(gt) ? 0 : xe_gt_sriov_vf_gmdid(gt); in read_gmdid()
Dxe_gt_sriov_vf.c211 int xe_gt_sriov_vf_bootstrap(struct xe_gt *gt) in xe_gt_sriov_vf_bootstrap() function