Lines Matching defs:xe
36 static bool has_display(struct xe_device *xe) in has_display()
72 static void unset_display_features(struct xe_device *xe) in unset_display_features()
79 struct xe_device *xe = to_xe_device(dev); in display_destroy() local
95 int xe_display_create(struct xe_device *xe) in xe_display_create()
106 struct xe_device *xe = to_xe_device(dev); in xe_display_fini_nommio() local
115 int xe_display_init_nommio(struct xe_device *xe) in xe_display_init_nommio()
131 struct xe_device *xe = arg; in xe_display_fini_noirq() local
141 int xe_display_init_noirq(struct xe_device *xe) in xe_display_init_noirq()
175 struct xe_device *xe = arg; in xe_display_fini_noaccel() local
184 int xe_display_init_noaccel(struct xe_device *xe) in xe_display_init_noaccel()
199 int xe_display_init(struct xe_device *xe) in xe_display_init()
209 void xe_display_fini(struct xe_device *xe) in xe_display_fini()
222 void xe_display_register(struct xe_device *xe) in xe_display_register()
234 void xe_display_unregister(struct xe_device *xe) in xe_display_unregister()
246 void xe_display_driver_remove(struct xe_device *xe) in xe_display_driver_remove()
258 void xe_display_irq_handler(struct xe_device *xe, u32 master_ctl) in xe_display_irq_handler()
267 void xe_display_irq_enable(struct xe_device *xe, u32 gu_misc_iir) in xe_display_irq_enable()
278 void xe_display_irq_reset(struct xe_device *xe) in xe_display_irq_reset()
286 void xe_display_irq_postinstall(struct xe_device *xe, struct xe_gt *gt) in xe_display_irq_postinstall()
304 static void xe_display_flush_cleanup_work(struct xe_device *xe) in xe_display_flush_cleanup_work()
326 static void __xe_display_pm_suspend(struct xe_device *xe, bool runtime) in __xe_display_pm_suspend()
364 void xe_display_pm_suspend(struct xe_device *xe) in xe_display_pm_suspend()
369 void xe_display_pm_shutdown(struct xe_device *xe) in xe_display_pm_shutdown()
399 void xe_display_pm_runtime_suspend(struct xe_device *xe) in xe_display_pm_runtime_suspend()
412 void xe_display_pm_suspend_late(struct xe_device *xe) in xe_display_pm_suspend_late()
423 void xe_display_pm_runtime_suspend_late(struct xe_device *xe) in xe_display_pm_runtime_suspend_late()
441 void xe_display_pm_shutdown_late(struct xe_device *xe) in xe_display_pm_shutdown_late()
456 void xe_display_pm_resume_early(struct xe_device *xe) in xe_display_pm_resume_early()
466 static void __xe_display_pm_resume(struct xe_device *xe, bool runtime) in __xe_display_pm_resume()
502 void xe_display_pm_resume(struct xe_device *xe) in xe_display_pm_resume()
507 void xe_display_pm_runtime_resume(struct xe_device *xe) in xe_display_pm_runtime_resume()
529 int xe_display_probe(struct xe_device *xe) in xe_display_probe()