Lines Matching defs:xe
67 struct xe_device *xe = to_xe_device(dev); in xe_file_open() local
148 struct xe_device *xe = to_xe_device(dev); in xe_file_close() local
199 struct xe_device *xe = to_xe_device(file_priv->minor->dev); in xe_drm_ioctl() local
217 struct xe_device *xe = to_xe_device(file_priv->minor->dev); in xe_drm_compat_ioctl() local
281 struct xe_device *xe = to_xe_device(dev); in xe_device_destroy() local
301 struct xe_device *xe; in xe_device_create() local
387 static bool xe_driver_flr_disabled(struct xe_device *xe) in xe_driver_flr_disabled()
405 static void __xe_driver_flr(struct xe_device *xe) in __xe_driver_flr()
451 static void xe_driver_flr(struct xe_device *xe) in xe_driver_flr()
463 struct xe_device *xe = arg; in xe_driver_flr_fini() local
471 struct xe_device *xe = arg; in xe_device_sanitize() local
479 static int xe_set_dma_info(struct xe_device *xe) in xe_set_dma_info()
501 static bool verify_lmem_ready(struct xe_device *xe) in verify_lmem_ready()
508 static int wait_for_lmem_ready(struct xe_device *xe) in wait_for_lmem_ready()
556 static void update_device_info(struct xe_device *xe) in update_device_info()
577 int xe_device_probe_early(struct xe_device *xe) in xe_device_probe_early()
602 static int probe_has_flat_ccs(struct xe_device *xe) in probe_has_flat_ccs()
629 int xe_device_probe(struct xe_device *xe) in xe_device_probe()
793 static void xe_device_remove_display(struct xe_device *xe) in xe_device_remove_display()
801 void xe_device_remove(struct xe_device *xe) in xe_device_remove()
820 void xe_device_shutdown(struct xe_device *xe) in xe_device_shutdown()
851 void xe_device_wmb(struct xe_device *xe) in xe_device_wmb()
876 void xe_device_td_flush(struct xe_device *xe) in xe_device_td_flush()
914 void xe_device_l2_flush(struct xe_device *xe) in xe_device_l2_flush()
938 u32 xe_device_ccs_bytes(struct xe_device *xe, u64 size) in xe_device_ccs_bytes()
955 void xe_device_assert_mem_access(struct xe_device *xe) in xe_device_assert_mem_access()
960 void xe_device_snapshot_print(struct xe_device *xe, struct drm_printer *p) in xe_device_snapshot_print()
981 u64 xe_device_canonicalize_addr(struct xe_device *xe, u64 address) in xe_device_canonicalize_addr()
986 u64 xe_device_uncanonicalize_addr(struct xe_device *xe, u64 address) in xe_device_uncanonicalize_addr()
993 struct xe_device *xe = arg; in xe_device_wedged_fini() local
1012 void xe_device_declare_wedged(struct xe_device *xe) in xe_device_declare_wedged()