Lines Matching defs:xe

38 	struct xe_device *xe = node_to_xe(m->private);
43 xe_pm_runtime_get(xe);
45 drm_printf(&p, "graphics_verx100 %d\n", xe->info.graphics_verx100);
46 drm_printf(&p, "media_verx100 %d\n", xe->info.media_verx100);
48 xe_step_name(xe->info.step.graphics),
49 xe_step_name(xe->info.step.media),
50 xe_step_name(xe->info.step.display),
51 xe_step_name(xe->info.step.basedie));
52 drm_printf(&p, "is_dgfx %s\n", str_yes_no(xe->info.is_dgfx));
53 drm_printf(&p, "platform %d\n", xe->info.platform);
55 xe->info.subplatform > XE_SUBPLATFORM_NONE ? xe->info.subplatform : 0);
56 drm_printf(&p, "devid 0x%x\n", xe->info.devid);
57 drm_printf(&p, "revid %d\n", xe->info.revid);
58 drm_printf(&p, "tile_count %d\n", xe->info.tile_count);
59 drm_printf(&p, "vm_max_level %d\n", xe->info.vm_max_level);
60 drm_printf(&p, "force_execlist %s\n", str_yes_no(xe->info.force_execlist));
61 drm_printf(&p, "has_flat_ccs %s\n", str_yes_no(xe->info.has_flat_ccs));
62 drm_printf(&p, "has_usm %s\n", str_yes_no(xe->info.has_usm));
63 drm_printf(&p, "skip_guc_pc %s\n", str_yes_no(xe->info.skip_guc_pc));
64 for_each_gt(gt, xe, id) {
71 xe_pm_runtime_put(xe);
77 struct xe_device *xe = node_to_xe(m->private);
80 xe_sriov_print_info(xe, &p);
91 struct xe_device *xe = inode->i_private;
95 xe_pm_runtime_get(xe);
96 for_each_gt(gt, xe, id)
104 struct xe_device *xe = inode->i_private;
108 for_each_gt(gt, xe, id)
110 xe_pm_runtime_put(xe);
121 void xe_debugfs_register(struct xe_device *xe)
123 struct ttm_device *bdev = &xe->ttm;
124 struct drm_minor *minor = xe->drm.primary;
135 debugfs_create_file("forcewake_all", 0400, root, xe,
156 for_each_gt(gt, xe, id)