Lines Matching refs:xe_device

82 	struct xe_device *xe = to_xe_device(dev);  in xe_file_open()
163 struct xe_device *xe = to_xe_device(dev); in xe_file_close()
217 struct xe_device *xe = to_xe_device(file_priv->minor->dev); in xe_drm_ioctl()
235 struct xe_device *xe = to_xe_device(file_priv->minor->dev); in xe_drm_compat_ioctl()
319 struct xe_device *xe = to_xe_device(dev); in xe_pci_barrier_mmap()
404 struct xe_device *xe = to_xe_device(dev); in xe_device_destroy()
423 struct xe_device *xe_device_create(struct pci_dev *pdev, in xe_device_create()
426 struct xe_device *xe; in xe_device_create()
435 xe = devm_drm_dev_alloc(&pdev->dev, &driver, struct xe_device, drm); in xe_device_create()
515 static bool xe_driver_flr_disabled(struct xe_device *xe) in xe_driver_flr_disabled()
541 static void __xe_driver_flr(struct xe_device *xe) in __xe_driver_flr()
587 static void xe_driver_flr(struct xe_device *xe) in xe_driver_flr()
597 struct xe_device *xe = arg; in xe_driver_flr_fini()
605 struct xe_device *xe = arg; in xe_device_sanitize()
613 static int xe_set_dma_info(struct xe_device *xe) in xe_set_dma_info()
635 static int lmem_initializing(struct xe_device *xe) in lmem_initializing()
646 static int wait_for_lmem_ready(struct xe_device *xe) in wait_for_lmem_ready()
692 static void vf_update_device_info(struct xe_device *xe) in vf_update_device_info()
704 static int xe_device_vram_alloc(struct xe_device *xe) in xe_device_vram_alloc()
729 int xe_device_probe_early(struct xe_device *xe) in xe_device_probe_early()
775 static int probe_has_flat_ccs(struct xe_device *xe) in probe_has_flat_ccs()
805 int xe_device_probe(struct xe_device *xe) in xe_device_probe()
983 void xe_device_remove(struct xe_device *xe) in xe_device_remove()
994 void xe_device_shutdown(struct xe_device *xe) in xe_device_shutdown()
1025 void xe_device_wmb(struct xe_device *xe) in xe_device_wmb()
1035 static void tdf_request_sync(struct xe_device *xe) in tdf_request_sync()
1066 void xe_device_l2_flush(struct xe_device *xe) in xe_device_l2_flush()
1111 void xe_device_td_flush(struct xe_device *xe) in xe_device_td_flush()
1132 u32 xe_device_ccs_bytes(struct xe_device *xe, u64 size) in xe_device_ccs_bytes()
1149 void xe_device_assert_mem_access(struct xe_device *xe) in xe_device_assert_mem_access()
1154 void xe_device_snapshot_print(struct xe_device *xe, struct drm_printer *p) in xe_device_snapshot_print()
1175 u64 xe_device_canonicalize_addr(struct xe_device *xe, u64 address) in xe_device_canonicalize_addr()
1180 u64 xe_device_uncanonicalize_addr(struct xe_device *xe, u64 address) in xe_device_uncanonicalize_addr()
1187 struct xe_device *xe = arg; in xe_device_wedged_fini()
1236 void xe_device_set_wedged_method(struct xe_device *xe, unsigned long method) in xe_device_set_wedged_method()
1259 void xe_device_declare_wedged(struct xe_device *xe) in xe_device_declare_wedged()