Lines Matching defs:xe
71 struct xe_device *xe = to_xe_device(dev); in xe_file_open() local
152 struct xe_device *xe = to_xe_device(dev); in xe_file_close() local
203 struct xe_device *xe = to_xe_device(file_priv->minor->dev); in xe_drm_ioctl() local
221 struct xe_device *xe = to_xe_device(file_priv->minor->dev); in xe_drm_compat_ioctl() local
305 struct xe_device *xe = to_xe_device(dev); in xe_pci_barrier_mmap() local
390 struct xe_device *xe = to_xe_device(dev); in xe_device_destroy() local
415 struct xe_device *xe; in xe_device_create() local
506 static bool xe_driver_flr_disabled(struct xe_device *xe) in xe_driver_flr_disabled()
524 static void __xe_driver_flr(struct xe_device *xe) in __xe_driver_flr()
570 static void xe_driver_flr(struct xe_device *xe) in xe_driver_flr()
582 struct xe_device *xe = arg; in xe_driver_flr_fini() local
590 struct xe_device *xe = arg; in xe_device_sanitize() local
598 static int xe_set_dma_info(struct xe_device *xe) in xe_set_dma_info()
620 static bool verify_lmem_ready(struct xe_device *xe) in verify_lmem_ready()
627 static int wait_for_lmem_ready(struct xe_device *xe) in wait_for_lmem_ready()
675 static void sriov_update_device_info(struct xe_device *xe) in sriov_update_device_info()
696 int xe_device_probe_early(struct xe_device *xe) in xe_device_probe_early()
733 static int probe_has_flat_ccs(struct xe_device *xe) in probe_has_flat_ccs()
761 int xe_device_probe(struct xe_device *xe) in xe_device_probe()
930 void xe_device_remove(struct xe_device *xe) in xe_device_remove()
937 void xe_device_shutdown(struct xe_device *xe) in xe_device_shutdown()
968 void xe_device_wmb(struct xe_device *xe) in xe_device_wmb()
993 void xe_device_td_flush(struct xe_device *xe) in xe_device_td_flush()
1031 void xe_device_l2_flush(struct xe_device *xe) in xe_device_l2_flush()
1055 u32 xe_device_ccs_bytes(struct xe_device *xe, u64 size) in xe_device_ccs_bytes()
1072 void xe_device_assert_mem_access(struct xe_device *xe) in xe_device_assert_mem_access()
1077 void xe_device_snapshot_print(struct xe_device *xe, struct drm_printer *p) in xe_device_snapshot_print()
1098 u64 xe_device_canonicalize_addr(struct xe_device *xe, u64 address) in xe_device_canonicalize_addr()
1103 u64 xe_device_uncanonicalize_addr(struct xe_device *xe, u64 address) in xe_device_uncanonicalize_addr()
1110 struct xe_device *xe = arg; in xe_device_wedged_fini() local
1130 void xe_device_declare_wedged(struct xe_device *xe) in xe_device_declare_wedged()