Searched refs:drm_debugfs_add_file (Results 1 – 7 of 7) sorted by relevance
/linux/include/drm/ |
H A D | drm_debugfs.h | 148 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 D | vc4_debugfs.c | 57 drm_debugfs_add_file(drm, name, vc4_debugfs_regset32, regset); in vc4_debugfs_add_regset32()
|
H A D | vc4_hvs.c | 1175 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 D | vc4_v3d.c | 411 drm_debugfs_add_file(drm, "v3d_ident", vc4_v3d_debugfs_ident, NULL); in vc4_v3d_debugfs_init()
|
H A D | vc4_bo.c | 998 drm_debugfs_add_file(drm, "bo_stats", vc4_bo_stats_debugfs, NULL); in vc4_bo_debugfs_init()
|
H A D | vc4_hdmi.c | 1775 drm_debugfs_add_file(drm, variant->debugfs_name, in vc4_hdmi_late_register()
|
/linux/drivers/gpu/drm/gud/ |
H A D | gud_drv.c | 616 drm_debugfs_add_file(drm, "stats", gud_stats_debugfs, NULL); in gud_probe()
|