Lines Matching defs:xe
39 static bool has_display(struct xe_device *xe) in has_display()
79 static void unset_display_features(struct xe_device *xe) in unset_display_features()
86 struct xe_device *xe = to_xe_device(dev); in display_destroy() local
102 int xe_display_create(struct xe_device *xe) in xe_display_create()
113 struct xe_device *xe = arg; in xe_display_fini_early() local
125 int xe_display_init_early(struct xe_device *xe) in xe_display_init_early()
173 struct xe_device *xe = arg; in xe_display_fini() local
182 int xe_display_init(struct xe_device *xe) in xe_display_init()
197 void xe_display_register(struct xe_device *xe) in xe_display_register()
208 void xe_display_unregister(struct xe_device *xe) in xe_display_unregister()
221 void xe_display_irq_handler(struct xe_device *xe, u32 master_ctl) in xe_display_irq_handler()
230 void xe_display_irq_enable(struct xe_device *xe, u32 gu_misc_iir) in xe_display_irq_enable()
241 void xe_display_irq_reset(struct xe_device *xe) in xe_display_irq_reset()
249 void xe_display_irq_postinstall(struct xe_device *xe, struct xe_gt *gt) in xe_display_irq_postinstall()
267 static void xe_display_flush_cleanup_work(struct xe_device *xe) in xe_display_flush_cleanup_work()
288 static void xe_display_enable_d3cold(struct xe_device *xe) in xe_display_enable_d3cold()
311 static void xe_display_disable_d3cold(struct xe_device *xe) in xe_display_disable_d3cold()
335 void xe_display_pm_suspend(struct xe_device *xe) in xe_display_pm_suspend()
370 void xe_display_pm_shutdown(struct xe_device *xe) in xe_display_pm_shutdown()
401 void xe_display_pm_runtime_suspend(struct xe_device *xe) in xe_display_pm_runtime_suspend()
414 void xe_display_pm_suspend_late(struct xe_device *xe) in xe_display_pm_suspend_late()
425 void xe_display_pm_runtime_suspend_late(struct xe_device *xe) in xe_display_pm_runtime_suspend_late()
443 void xe_display_pm_shutdown_late(struct xe_device *xe) in xe_display_pm_shutdown_late()
458 void xe_display_pm_resume_early(struct xe_device *xe) in xe_display_pm_resume_early()
468 void xe_display_pm_resume(struct xe_device *xe) in xe_display_pm_resume()
503 void xe_display_pm_runtime_resume(struct xe_device *xe) in xe_display_pm_runtime_resume()
526 int xe_display_probe(struct xe_device *xe) in xe_display_probe()