Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_device.c701 int xe_device_probe_early(struct xe_device *xe) in xe_device_probe_early() function
756 ALLOW_ERROR_INJECTION(xe_device_probe_early, ERRNO); /* See xe_pci_probe() */
H A Dxe_pci.c1032 err = xe_device_probe_early(xe); in xe_pci_probe()