Lines Matching refs:xe_device
35 static struct xe_device *node_to_xe(struct drm_info_node *node) in node_to_xe()
42 struct xe_device *xe = node_to_xe(m->private); in info()
80 struct xe_device *xe = node_to_xe(m->private); in sriov_info()
87 static int workarounds(struct xe_device *xe, struct drm_printer *p) in workarounds()
98 struct xe_device *xe = node_to_xe(m->private); in workaround_info()
113 struct xe_device *xe = inode->i_private; in forcewake_open()
145 struct xe_device *xe = inode->i_private; in forcewake_release()
165 struct xe_device *xe = file_inode(f)->i_private; in wedged_mode_show()
177 struct xe_device *xe = file_inode(f)->i_private; in wedged_mode_set()
218 struct xe_device *xe = file_inode(f)->i_private; in atomic_svm_timeslice_ms_show()
231 struct xe_device *xe = file_inode(f)->i_private; in atomic_svm_timeslice_ms_set()
250 void xe_debugfs_register(struct xe_device *xe) in xe_debugfs_register()