Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/display/
H A Dxe_display.h18 int xe_display_probe(struct xe_device *xe);
47 static inline int xe_display_probe(struct xe_device *xe) { return 0; } in xe_display_probe() function
/linux/drivers/gpu/drm/xe/
H A Dxe_pci.c1049 err = xe_display_probe(xe); in xe_pci_probe()