Searched refs:xe_display_create (Results 1 – 3 of 3) sorted by relevance
19 int xe_display_create(struct xe_device *xe);52 static inline int xe_display_create(struct xe_device *xe) { return 0; } in xe_display_create() function
94 int xe_display_create(struct xe_device *xe) in xe_display_create() function
369 err = xe_display_create(xe); in xe_device_create()