Home
last modified time | relevance | path

Searched refs:drm_debugfs_add_file (Results 1 – 7 of 7) sorted by relevance

/linux/include/drm/
H A Ddrm_debugfs.h148 void drm_debugfs_add_file(struct drm_device *dev, const char *name,
169 static inline void drm_debugfs_add_file(struct drm_device *dev, const char *name, in drm_debugfs_add_file() function
/linux/drivers/gpu/drm/vc4/
H A Dvc4_debugfs.c57 drm_debugfs_add_file(drm, name, vc4_debugfs_regset32, regset); in vc4_debugfs_add_regset32()
H A Dvc4_hvs.c1175 drm_debugfs_add_file(drm, "hvs_dlists", vc6_hvs_debugfs_dlist, NULL); in vc4_hvs_debugfs_init()
1176 drm_debugfs_add_file(drm, "hvs_upm", vc6_hvs_debugfs_upm_allocs, NULL); in vc4_hvs_debugfs_init()
1178 drm_debugfs_add_file(drm, "hvs_dlists", vc4_hvs_debugfs_dlist, NULL); in vc4_hvs_debugfs_init()
1181 drm_debugfs_add_file(drm, "hvs_underrun", vc4_hvs_debugfs_underrun, NULL); in vc4_hvs_debugfs_init()
H A Dvc4_v3d.c411 drm_debugfs_add_file(drm, "v3d_ident", vc4_v3d_debugfs_ident, NULL); in vc4_v3d_debugfs_init()
H A Dvc4_bo.c998 drm_debugfs_add_file(drm, "bo_stats", vc4_bo_stats_debugfs, NULL); in vc4_bo_debugfs_init()
H A Dvc4_hdmi.c1775 drm_debugfs_add_file(drm, variant->debugfs_name, in vc4_hdmi_late_register()
/linux/drivers/gpu/drm/gud/
H A Dgud_drv.c616 drm_debugfs_add_file(drm, "stats", gud_stats_debugfs, NULL); in gud_probe()