Lines Matching +full:0 +full:x101000
44 for (i = 0; i < drm->vbios.length; i++) in nouveau_debugfs_vbios_image()
46 return 0; in nouveau_debugfs_vbios_image()
57 if (ret < 0 && ret != -EACCES) { in nouveau_debugfs_strap_peek()
62 seq_printf(m, "0x%08x\n", in nouveau_debugfs_strap_peek()
63 nvif_rd32(&drm->client.device.object, 0x101000)); in nouveau_debugfs_strap_peek()
68 return 0; in nouveau_debugfs_strap_peek()
88 for (i = 0; i < info.count + 1; i++) { in nouveau_debugfs_pstate_get()
93 .index = 0, in nouveau_debugfs_pstate_get()
104 seq_printf(m, "%s:", info.pwrsrc == 0 ? "DC" : in nouveau_debugfs_pstate_get()
107 attr.index = 0; in nouveau_debugfs_pstate_get()
121 if (state >= 0) { in nouveau_debugfs_pstate_get()
138 return 0; in nouveau_debugfs_pstate_get()
162 *tmp = '\0'; in nouveau_debugfs_pstate_set()
165 args.pwrsrc = 0; in nouveau_debugfs_pstate_set()
186 if (ret < 0 && ret != -EACCES) { in nouveau_debugfs_pstate_set()
194 if (ret < 0) in nouveau_debugfs_pstate_set()
209 MA_STATE(mas, &uvmm->region_mt, 0, 0); in nouveau_debugfs_gpuva_regions()
215 seq_printf(m, " | 0x%016llx | 0x%016llx | 0x%016llx\n", in nouveau_debugfs_gpuva_regions()
241 return 0; in nouveau_debugfs_gpuva()
253 { "vbios.rom", nouveau_debugfs_vbios_image, 0, NULL },
254 { "strap_peek", nouveau_debugfs_strap_peek, 0, NULL },
273 for (i = 0; i < ARRAY_SIZE(nouveau_debugfs_files); i++) { in nouveau_drm_debugfs_init()
285 * userspace if it wants to seek() but the file has a length of 0 in nouveau_drm_debugfs_init()
302 return nvif_object_ctor(&drm->client.device.object, "debugfsCtrl", 0, in nouveau_debugfs_init()
303 NVIF_CLASS_CONTROL, NULL, 0, in nouveau_debugfs_init()