summaryrefslogtreecommitdiff
path: root/include/drm/drm_vram_mm_helper.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/drm/drm_vram_mm_helper.h')
-rw-r--r--include/drm/drm_vram_mm_helper.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/drm/drm_vram_mm_helper.h b/include/drm/drm_vram_mm_helper.h
index 7fb8700f45fe..b3e96d304f93 100644
--- a/include/drm/drm_vram_mm_helper.h
+++ b/include/drm/drm_vram_mm_helper.h
@@ -64,6 +64,7 @@ static inline struct drm_vram_mm *drm_vram_mm_of_bdev(
return container_of(bdev, struct drm_vram_mm, bdev);
}
+int drm_vram_mm_debugfs_init(struct drm_minor *minor);
int drm_vram_mm_init(struct drm_vram_mm *vmm, struct drm_device *dev,
uint64_t vram_base, size_t vram_size,
const struct drm_vram_mm_funcs *funcs);