Lines Matching defs:xe
40 static bool has_display(struct xe_device *xe) in has_display()
86 static void unset_display_features(struct xe_device *xe) in unset_display_features()
93 struct xe_device *xe = arg; in xe_display_fini_early() local
105 int xe_display_init_early(struct xe_device *xe) in xe_display_init_early()
152 struct xe_device *xe = arg; in xe_display_fini() local
161 int xe_display_init(struct xe_device *xe) in xe_display_init()
176 void xe_display_register(struct xe_device *xe) in xe_display_register()
187 void xe_display_unregister(struct xe_device *xe) in xe_display_unregister()
200 void xe_display_irq_handler(struct xe_device *xe, u32 master_ctl) in xe_display_irq_handler()
211 void xe_display_irq_enable(struct xe_device *xe, u32 gu_misc_iir) in xe_display_irq_enable()
222 void xe_display_irq_reset(struct xe_device *xe) in xe_display_irq_reset()
232 void xe_display_irq_postinstall(struct xe_device *xe, struct xe_gt *gt) in xe_display_irq_postinstall()
252 static void xe_display_flush_cleanup_work(struct xe_device *xe) in xe_display_flush_cleanup_work()
273 static void xe_display_enable_d3cold(struct xe_device *xe) in xe_display_enable_d3cold()
296 static void xe_display_disable_d3cold(struct xe_device *xe) in xe_display_disable_d3cold()
320 void xe_display_pm_suspend(struct xe_device *xe) in xe_display_pm_suspend()
355 void xe_display_pm_shutdown(struct xe_device *xe) in xe_display_pm_shutdown()
386 void xe_display_pm_runtime_suspend(struct xe_device *xe) in xe_display_pm_runtime_suspend()
401 void xe_display_pm_suspend_late(struct xe_device *xe) in xe_display_pm_suspend_late()
412 void xe_display_pm_runtime_suspend_late(struct xe_device *xe) in xe_display_pm_runtime_suspend_late()
430 void xe_display_pm_shutdown_late(struct xe_device *xe) in xe_display_pm_shutdown_late()
445 void xe_display_pm_resume_early(struct xe_device *xe) in xe_display_pm_resume_early()
455 void xe_display_pm_resume(struct xe_device *xe) in xe_display_pm_resume()
490 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()