Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/xe/display/
H A Dxe_display.h20 int xe_display_probe(struct xe_device *xe);
51 static inline int xe_display_probe(struct xe_device *xe) { return 0; } in xe_display_probe() function
H A Dxe_display.c526 int xe_display_probe(struct xe_device *xe) in xe_display_probe() function
/linux-6.15/drivers/gpu/drm/xe/
H A Dxe_pci.c825 err = xe_display_probe(xe); in xe_pci_probe()