Searched refs:vc4_debugfs_add_file (Results 1 – 6 of 6) sorted by relevance
/drivers/gpu/drm/vc4/ |
D | vc4_debugfs.c | 58 void vc4_debugfs_add_file(struct drm_device *dev, in vc4_debugfs_add_file() function 82 vc4_debugfs_add_file(drm, name, vc4_debugfs_regset32, regset); in vc4_debugfs_add_regset32()
|
D | vc4_drv.h | 845 void vc4_debugfs_add_file(struct drm_device *drm, 853 static inline void vc4_debugfs_add_file(struct drm_device *drm, in vc4_debugfs_add_file() function
|
D | vc4_v3d.c | 462 vc4_debugfs_add_file(drm, "v3d_ident", vc4_v3d_debugfs_ident, NULL); in vc4_v3d_bind()
|
D | vc4_hvs.c | 699 vc4_debugfs_add_file(drm, "hvs_underrun", vc4_hvs_debugfs_underrun, in vc4_hvs_bind()
|
D | vc4_bo.c | 1030 vc4_debugfs_add_file(dev, "bo_stats", vc4_bo_stats_debugfs, NULL); in vc4_bo_cache_init()
|
D | vc4_hdmi.c | 1849 vc4_debugfs_add_file(drm, variant->debugfs_name, in vc4_hdmi_bind()
|