Lines Matching refs:xe_device

42 static void read_residency_counter(struct xe_device *xe, struct xe_mmio *mmio,  in read_residency_counter()
59 static struct xe_device *node_to_xe(struct drm_info_node *node) in node_to_xe()
66 struct xe_device *xe = node_to_xe(m->private); in info()
104 struct xe_device *xe = node_to_xe(m->private); in sriov_info()
111 static int workarounds(struct xe_device *xe, struct drm_printer *p) in workarounds()
122 struct xe_device *xe = node_to_xe(m->private); in workaround_info()
131 struct xe_device *xe; in dgfx_pkg_residencies_show()
160 struct xe_device *xe; in dgfx_pcie_link_residencies_show()
198 struct xe_device *xe = inode->i_private; in forcewake_open()
230 struct xe_device *xe = inode->i_private; in forcewake_release()
250 struct xe_device *xe = file_inode(f)->i_private; in wedged_mode_show()
273 static int wedged_mode_set_reset_policy(struct xe_device *xe, enum xe_wedged_mode mode) in wedged_mode_set_reset_policy()
296 static bool wedged_mode_needs_policy_update(struct xe_device *xe, enum xe_wedged_mode mode) in wedged_mode_needs_policy_update()
314 struct xe_device *xe = file_inode(f)->i_private; in wedged_mode_set()
345 struct xe_device *xe = file_inode(f)->i_private; in atomic_svm_timeslice_ms_show()
358 struct xe_device *xe = file_inode(f)->i_private; in atomic_svm_timeslice_ms_set()
380 struct xe_device *xe = file_inode(f)->i_private; in disable_late_binding_show()
393 struct xe_device *xe = file_inode(f)->i_private; in disable_late_binding_set()
412 void xe_debugfs_register(struct xe_device *xe) in xe_debugfs_register()