Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/xe/
Dxe_sriov.c132 drm_printf(p, "supported: %s\n", str_yes_no(xe_device_has_sriov(xe))); in xe_sriov_print_info()
Dxe_device.h151 static inline bool xe_device_has_sriov(struct xe_device *xe) in xe_device_has_sriov() function
Dxe_pci.c840 str_yes_no(xe_device_has_sriov(xe)), in xe_pci_probe()