Lines Matching refs:xe_device

76 	struct xe_device *xe = to_xe_device(dev);  in xe_file_open()
157 struct xe_device *xe = to_xe_device(dev); in xe_file_close()
208 struct xe_device *xe = to_xe_device(file_priv->minor->dev); in xe_drm_ioctl()
226 struct xe_device *xe = to_xe_device(file_priv->minor->dev); in xe_drm_compat_ioctl()
310 struct xe_device *xe = to_xe_device(dev); in xe_pci_barrier_mmap()
395 struct xe_device *xe = to_xe_device(dev); in xe_device_destroy()
414 struct xe_device *xe_device_create(struct pci_dev *pdev, in xe_device_create()
417 struct xe_device *xe; in xe_device_create()
426 xe = devm_drm_dev_alloc(&pdev->dev, &driver, struct xe_device, drm); in xe_device_create()
504 static bool xe_driver_flr_disabled(struct xe_device *xe) in xe_driver_flr_disabled()
530 static void __xe_driver_flr(struct xe_device *xe) in __xe_driver_flr()
576 static void xe_driver_flr(struct xe_device *xe) in xe_driver_flr()
586 struct xe_device *xe = arg; in xe_driver_flr_fini()
594 struct xe_device *xe = arg; in xe_device_sanitize()
602 static int xe_set_dma_info(struct xe_device *xe) in xe_set_dma_info()
624 static bool verify_lmem_ready(struct xe_device *xe) in verify_lmem_ready()
631 static int wait_for_lmem_ready(struct xe_device *xe) in wait_for_lmem_ready()
679 static void sriov_update_device_info(struct xe_device *xe) in sriov_update_device_info()
701 int xe_device_probe_early(struct xe_device *xe) in xe_device_probe_early()
742 static int probe_has_flat_ccs(struct xe_device *xe) in probe_has_flat_ccs()
770 int xe_device_probe(struct xe_device *xe) in xe_device_probe()
932 void xe_device_remove(struct xe_device *xe) in xe_device_remove()
943 void xe_device_shutdown(struct xe_device *xe) in xe_device_shutdown()
974 void xe_device_wmb(struct xe_device *xe) in xe_device_wmb()
984 static void tdf_request_sync(struct xe_device *xe) in tdf_request_sync()
1015 void xe_device_l2_flush(struct xe_device *xe) in xe_device_l2_flush()
1058 void xe_device_td_flush(struct xe_device *xe) in xe_device_td_flush()
1076 u32 xe_device_ccs_bytes(struct xe_device *xe, u64 size) in xe_device_ccs_bytes()
1093 void xe_device_assert_mem_access(struct xe_device *xe) in xe_device_assert_mem_access()
1098 void xe_device_snapshot_print(struct xe_device *xe, struct drm_printer *p) in xe_device_snapshot_print()
1119 u64 xe_device_canonicalize_addr(struct xe_device *xe, u64 address) in xe_device_canonicalize_addr()
1124 u64 xe_device_uncanonicalize_addr(struct xe_device *xe, u64 address) in xe_device_uncanonicalize_addr()
1131 struct xe_device *xe = arg; in xe_device_wedged_fini()
1151 void xe_device_declare_wedged(struct xe_device *xe) in xe_device_declare_wedged()