Home
last modified time | relevance | path

Searched refs:debugfs (Results 1 – 17 of 17) sorted by relevance

/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/
H A Dnouveau_debugfs.c78 struct nouveau_debugfs *debugfs = nouveau_debugfs(drm); in nouveau_debugfs_pstate_get() local
79 struct nvif_object *ctrl = &debugfs->ctrl; in nouveau_debugfs_pstate_get()
83 if (!debugfs) in nouveau_debugfs_pstate_get()
149 struct nouveau_debugfs *debugfs = nouveau_debugfs(drm); in nouveau_debugfs_pstate_set() local
150 struct nvif_object *ctrl = &debugfs->ctrl; in nouveau_debugfs_pstate_set()
155 if (!debugfs) in nouveau_debugfs_pstate_set()
265 drm->debugfs = kzalloc(sizeof(*drm->debugfs), GFP_KERNEL); in nouveau_debugfs_init()
266 if (!drm->debugfs) in nouveau_debugfs_init()
271 &drm->debugfs->ctrl); in nouveau_debugfs_init()
281 if (drm->debugfs && drm->debugfs->ctrl.priv) in nouveau_debugfs_fini()
[all …]
H A Dnouveau_debugfs.h20 return nouveau_drm(dev)->debugfs; in nouveau_debugfs()
H A Dnouveau_drv.h209 struct nouveau_debugfs *debugfs; member
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/gvt/
H A Ddebugfs.c203 vgpu->debugfs = debugfs_create_dir(name, vgpu->gvt->debugfs_root); in intel_gvt_debugfs_add_vgpu()
205 debugfs_create_bool("active", 0444, vgpu->debugfs, &vgpu->active); in intel_gvt_debugfs_add_vgpu()
206 debugfs_create_file("mmio_diff", 0444, vgpu->debugfs, vgpu, in intel_gvt_debugfs_add_vgpu()
208 debugfs_create_file("scan_nonprivbb", 0644, vgpu->debugfs, vgpu, in intel_gvt_debugfs_add_vgpu()
218 debugfs_remove_recursive(vgpu->debugfs); in intel_gvt_debugfs_remove_vgpu()
219 vgpu->debugfs = NULL; in intel_gvt_debugfs_remove_vgpu()
H A DMakefile5 execlist.o scheduler.o sched_policy.o mmio_context.o cmd_parser.o debugfs.o \
H A Dgvt.h199 struct dentry *debugfs; member
H A Dkvmgt.c1785 0444, vgpu->debugfs, in kvmgt_guest_init()
/netbsd-src/sys/external/bsd/drm2/dist/drm/qxl/
H A Dqxl_debugfs.c114 if (qdev->debugfs[i].files == files) { in qxl_debugfs_add_files()
126 qdev->debugfs[qdev->debugfs_count].files = files; in qxl_debugfs_add_files()
127 qdev->debugfs[qdev->debugfs_count].num_files = nfiles; in qxl_debugfs_add_files()
H A Dqxl_drv.h256 struct qxl_debugfs debugfs[QXL_DEBUGFS_MAX_COMPONENTS]; member
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A DKconfig38 bool "Allow GART access through debugfs"
43 Selecting this option creates a debugfs file to inspect the mapped
H A Damdgpu_debugfs.c55 if (adev->debugfs[i].files == files) { in amdgpu_debugfs_add_files()
68 adev->debugfs[adev->debugfs_count].files = files; in amdgpu_debugfs_add_files()
69 adev->debugfs[adev->debugfs_count].num_files = nfiles; in amdgpu_debugfs_add_files()
H A Damdgpu.h744 struct amdgpu_debugfs debugfs[AMDGPU_DEBUGFS_MAX_COMPONENTS]; member
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
H A Dste-ab8505.dtsi224 ab8500-debugfs {
H A Dste-ab8500.dtsi273 ab8500-debugfs {
/netbsd-src/sys/external/bsd/drm2/dist/drm/radeon/
H A Dradeon_device.c2074 if (rdev->debugfs[i].files == files) { in radeon_debugfs_add_files()
2087 rdev->debugfs[rdev->debugfs_count].files = files; in radeon_debugfs_add_files()
2088 rdev->debugfs[rdev->debugfs_count].num_files = nfiles; in radeon_debugfs_add_files()
H A Dradeon.h2490 struct radeon_debugfs debugfs[RADEON_DEBUGFS_MAX_COMPONENTS]; member
/netbsd-src/sys/external/bsd/dwc2/dist/
H A Ddwc2_core.h131 struct dentry *debugfs; member