Searched refs:xe_display_create (Results 1 – 3 of 3) sorted by relevance
18 int xe_display_create(struct xe_device *xe);49 static inline int xe_display_create(struct xe_device *xe) { return 0; } in xe_display_create() function
102 int xe_display_create(struct xe_device *xe) in xe_display_create() function
495 err = xe_display_create(xe); in xe_device_create()