Lines Matching +full:0 +full:xe
17 void xe_display_driver_remove(struct xe_device *xe);
19 int xe_display_create(struct xe_device *xe);
21 int xe_display_probe(struct xe_device *xe);
23 int xe_display_init_nommio(struct xe_device *xe);
24 int xe_display_init_noirq(struct xe_device *xe);
25 int xe_display_init_noaccel(struct xe_device *xe);
26 int xe_display_init(struct xe_device *xe);
27 void xe_display_fini(struct xe_device *xe);
29 void xe_display_register(struct xe_device *xe);
30 void xe_display_unregister(struct xe_device *xe);
32 void xe_display_irq_handler(struct xe_device *xe, u32 master_ctl);
33 void xe_display_irq_enable(struct xe_device *xe, u32 gu_misc_iir);
34 void xe_display_irq_reset(struct xe_device *xe);
35 void xe_display_irq_postinstall(struct xe_device *xe, struct xe_gt *gt);
37 void xe_display_pm_suspend(struct xe_device *xe);
38 void xe_display_pm_shutdown(struct xe_device *xe);
39 void xe_display_pm_suspend_late(struct xe_device *xe);
40 void xe_display_pm_shutdown_late(struct xe_device *xe);
41 void xe_display_pm_resume_early(struct xe_device *xe);
42 void xe_display_pm_resume(struct xe_device *xe);
43 void xe_display_pm_runtime_suspend(struct xe_device *xe);
44 void xe_display_pm_runtime_resume(struct xe_device *xe);
48 static inline int xe_display_driver_probe_defer(struct pci_dev *pdev) { return 0; } in xe_display_driver_probe_defer()
50 static inline void xe_display_driver_remove(struct xe_device *xe) {} in xe_display_driver_remove() argument
52 static inline int xe_display_create(struct xe_device *xe) { return 0; } in xe_display_create() argument
54 static inline int xe_display_probe(struct xe_device *xe) { return 0; } in xe_display_probe() argument
56 static inline int xe_display_init_nommio(struct xe_device *xe) { return 0; } in xe_display_init_nommio() argument
57 static inline int xe_display_init_noirq(struct xe_device *xe) { return 0; } in xe_display_init_noirq() argument
58 static inline int xe_display_init_noaccel(struct xe_device *xe) { return 0; } in xe_display_init_noaccel() argument
59 static inline int xe_display_init(struct xe_device *xe) { return 0; } in xe_display_init() argument
60 static inline void xe_display_fini(struct xe_device *xe) {} in xe_display_fini() argument
62 static inline void xe_display_register(struct xe_device *xe) {} in xe_display_register() argument
63 static inline void xe_display_unregister(struct xe_device *xe) {} in xe_display_unregister() argument
65 static inline void xe_display_irq_handler(struct xe_device *xe, u32 master_ctl) {} in xe_display_irq_handler() argument
66 static inline void xe_display_irq_enable(struct xe_device *xe, u32 gu_misc_iir) {} in xe_display_irq_enable() argument
67 static inline void xe_display_irq_reset(struct xe_device *xe) {} in xe_display_irq_reset() argument
68 static inline void xe_display_irq_postinstall(struct xe_device *xe, struct xe_gt *gt) {} in xe_display_irq_postinstall() argument
70 static inline void xe_display_pm_suspend(struct xe_device *xe) {} in xe_display_pm_suspend() argument
71 static inline void xe_display_pm_shutdown(struct xe_device *xe) {} in xe_display_pm_shutdown() argument
72 static inline void xe_display_pm_suspend_late(struct xe_device *xe) {} in xe_display_pm_suspend_late() argument
73 static inline void xe_display_pm_shutdown_late(struct xe_device *xe) {} in xe_display_pm_shutdown_late() argument
74 static inline void xe_display_pm_resume_early(struct xe_device *xe) {} in xe_display_pm_resume_early() argument
75 static inline void xe_display_pm_resume(struct xe_device *xe) {} in xe_display_pm_resume() argument
76 static inline void xe_display_pm_runtime_suspend(struct xe_device *xe) {} in xe_display_pm_runtime_suspend() argument
77 static inline void xe_display_pm_runtime_resume(struct xe_device *xe) {} in xe_display_pm_runtime_resume() argument