diff options
Diffstat (limited to 'drivers/gpu/drm/nouveau')
-rw-r--r-- | drivers/gpu/drm/nouveau/nouveau_debugfs.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/drm/nouveau/nouveau_debugfs.c b/drivers/gpu/drm/nouveau/nouveau_debugfs.c index 8ff9ef5d4b47..59416c804369 100644 --- a/drivers/gpu/drm/nouveau/nouveau_debugfs.c +++ b/drivers/gpu/drm/nouveau/nouveau_debugfs.c | |||
@@ -33,6 +33,8 @@ | |||
33 | #include "drmP.h" | 33 | #include "drmP.h" |
34 | #include "nouveau_drv.h" | 34 | #include "nouveau_drv.h" |
35 | 35 | ||
36 | #include <ttm/ttm_page_alloc.h> | ||
37 | |||
36 | static int | 38 | static int |
37 | nouveau_debugfs_channel_info(struct seq_file *m, void *data) | 39 | nouveau_debugfs_channel_info(struct seq_file *m, void *data) |
38 | { | 40 | { |
@@ -160,6 +162,7 @@ static struct drm_info_list nouveau_debugfs_list[] = { | |||
160 | { "chipset", nouveau_debugfs_chipset_info, 0, NULL }, | 162 | { "chipset", nouveau_debugfs_chipset_info, 0, NULL }, |
161 | { "memory", nouveau_debugfs_memory_info, 0, NULL }, | 163 | { "memory", nouveau_debugfs_memory_info, 0, NULL }, |
162 | { "vbios.rom", nouveau_debugfs_vbios_image, 0, NULL }, | 164 | { "vbios.rom", nouveau_debugfs_vbios_image, 0, NULL }, |
165 | { "ttm_page_pool", ttm_page_alloc_debugfs, 0, NULL }, | ||
163 | }; | 166 | }; |
164 | #define NOUVEAU_DEBUGFS_ENTRIES ARRAY_SIZE(nouveau_debugfs_list) | 167 | #define NOUVEAU_DEBUGFS_ENTRIES ARRAY_SIZE(nouveau_debugfs_list) |
165 | 168 | ||