Lines Matching defs:xe
34 static bool has_display(struct xe_device *xe) in has_display()
56 struct xe_device *xe = to_xe_device(dev); in xe_display_last_close() local
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()
127 struct xe_device *xe = to_xe_device(dev); in xe_display_fini_nommio() local
135 int xe_display_init_nommio(struct xe_device *xe) in xe_display_init_nommio()
151 struct xe_device *xe = to_xe_device(dev); in xe_display_fini_noirq() local
160 int xe_display_init_noirq(struct xe_device *xe) in xe_display_init_noirq()
191 struct xe_device *xe = to_xe_device(dev); in xe_display_fini_noaccel() local
199 int xe_display_init_noaccel(struct xe_device *xe) in xe_display_init_noaccel()
213 int xe_display_init(struct xe_device *xe) in xe_display_init()
221 void xe_display_fini(struct xe_device *xe) in xe_display_fini()
234 void xe_display_register(struct xe_device *xe) in xe_display_register()
244 void xe_display_unregister(struct xe_device *xe) in xe_display_unregister()
254 void xe_display_driver_remove(struct xe_device *xe) in xe_display_driver_remove()
266 void xe_display_irq_handler(struct xe_device *xe, u32 master_ctl) in xe_display_irq_handler()
275 void xe_display_irq_enable(struct xe_device *xe, u32 gu_misc_iir) in xe_display_irq_enable()
284 void xe_display_irq_reset(struct xe_device *xe) in xe_display_irq_reset()
292 void xe_display_irq_postinstall(struct xe_device *xe, struct xe_gt *gt) in xe_display_irq_postinstall()
301 static void intel_suspend_encoders(struct xe_device *xe) in intel_suspend_encoders()
325 void xe_display_pm_suspend(struct xe_device *xe) in xe_display_pm_suspend()
354 void xe_display_pm_suspend_late(struct xe_device *xe) in xe_display_pm_suspend_late()
365 void xe_display_pm_resume_early(struct xe_device *xe) in xe_display_pm_resume_early()
375 void xe_display_pm_resume(struct xe_device *xe) in xe_display_pm_resume()
403 void xe_display_probe(struct xe_device *xe) in xe_display_probe()