Home
last modified time | relevance | path

Searched refs:vc4_debugfs_add_file (Results 1 – 6 of 6) sorted by relevance

/drivers/gpu/drm/vc4/
Dvc4_debugfs.c58 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()
Dvc4_drv.h845 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
Dvc4_v3d.c462 vc4_debugfs_add_file(drm, "v3d_ident", vc4_v3d_debugfs_ident, NULL); in vc4_v3d_bind()
Dvc4_hvs.c699 vc4_debugfs_add_file(drm, "hvs_underrun", vc4_hvs_debugfs_underrun, in vc4_hvs_bind()
Dvc4_bo.c1030 vc4_debugfs_add_file(dev, "bo_stats", vc4_bo_stats_debugfs, NULL); in vc4_bo_cache_init()
Dvc4_hdmi.c1849 vc4_debugfs_add_file(drm, variant->debugfs_name, in vc4_hdmi_bind()