Lines Matching refs:xe_device
64 struct xe_device *xe = to_xe_device(dev); in xe_file_open()
145 struct xe_device *xe = to_xe_device(dev); in xe_file_close()
196 struct xe_device *xe = to_xe_device(file_priv->minor->dev); in xe_drm_ioctl()
214 struct xe_device *xe = to_xe_device(file_priv->minor->dev); in xe_drm_compat_ioctl()
279 struct xe_device *xe = to_xe_device(dev); in xe_device_destroy()
296 struct xe_device *xe_device_create(struct pci_dev *pdev, in xe_device_create()
299 struct xe_device *xe; in xe_device_create()
308 xe = devm_drm_dev_alloc(&pdev->dev, &driver, struct xe_device, drm); in xe_device_create()
390 static void xe_driver_flr(struct xe_device *xe) in xe_driver_flr()
443 struct xe_device *xe = arg; in xe_driver_flr_fini()
451 struct xe_device *xe = arg; in xe_device_sanitize()
459 static int xe_set_dma_info(struct xe_device *xe) in xe_set_dma_info()
488 static int wait_for_lmem_ready(struct xe_device *xe) in wait_for_lmem_ready()
536 static void update_device_info(struct xe_device *xe) in update_device_info()
557 int xe_device_probe_early(struct xe_device *xe) in xe_device_probe_early()
582 static int xe_device_set_has_flat_ccs(struct xe_device *xe) in xe_device_set_has_flat_ccs()
606 int xe_device_probe(struct xe_device *xe) in xe_device_probe()
763 static void xe_device_remove_display(struct xe_device *xe) in xe_device_remove_display()
771 void xe_device_remove(struct xe_device *xe) in xe_device_remove()
790 void xe_device_shutdown(struct xe_device *xe) in xe_device_shutdown()
803 void xe_device_wmb(struct xe_device *xe) in xe_device_wmb()
830 void xe_device_td_flush(struct xe_device *xe) in xe_device_td_flush()
866 void xe_device_l2_flush(struct xe_device *xe) in xe_device_l2_flush()
890 u32 xe_device_ccs_bytes(struct xe_device *xe, u64 size) in xe_device_ccs_bytes()
907 void xe_device_assert_mem_access(struct xe_device *xe) in xe_device_assert_mem_access()
912 void xe_device_snapshot_print(struct xe_device *xe, struct drm_printer *p) in xe_device_snapshot_print()
932 u64 xe_device_canonicalize_addr(struct xe_device *xe, u64 address) in xe_device_canonicalize_addr()
937 u64 xe_device_uncanonicalize_addr(struct xe_device *xe, u64 address) in xe_device_uncanonicalize_addr()
944 struct xe_device *xe = arg; in xe_device_wedged_fini()
963 void xe_device_declare_wedged(struct xe_device *xe) in xe_device_declare_wedged()