From 7243d0a5188f7e7178756278423678794ab5c85f Mon Sep 17 00:00:00 2001 From: Pauli Nieminen Date: Thu, 1 Apr 2010 12:45:00 +0000 Subject: [PATCH] --- yaml --- r: 196417 b: refs/heads/master c: bf62acdef89cb5b294668a6a747f7411dfe2ea7d h: refs/heads/master i: 196415: 0af11be8345ae9d1c1c6391082396f049d3f24f6 v: v3 --- [refs] | 2 +- trunk/drivers/gpu/drm/nouveau/nouveau_debugfs.c | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 296b7b7cfa7e..0261aa8fdbeb 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 8d7cddcd7f9e847cec44851ca53fd3e81e846c49 +refs/heads/master: bf62acdef89cb5b294668a6a747f7411dfe2ea7d diff --git a/trunk/drivers/gpu/drm/nouveau/nouveau_debugfs.c b/trunk/drivers/gpu/drm/nouveau/nouveau_debugfs.c index 8ff9ef5d4b47..59416c804369 100644 --- a/trunk/drivers/gpu/drm/nouveau/nouveau_debugfs.c +++ b/trunk/drivers/gpu/drm/nouveau/nouveau_debugfs.c @@ -33,6 +33,8 @@ #include "drmP.h" #include "nouveau_drv.h" +#include + static int nouveau_debugfs_channel_info(struct seq_file *m, void *data) { @@ -160,6 +162,7 @@ static struct drm_info_list nouveau_debugfs_list[] = { { "chipset", nouveau_debugfs_chipset_info, 0, NULL }, { "memory", nouveau_debugfs_memory_info, 0, NULL }, { "vbios.rom", nouveau_debugfs_vbios_image, 0, NULL }, + { "ttm_page_pool", ttm_page_alloc_debugfs, 0, NULL }, }; #define NOUVEAU_DEBUGFS_ENTRIES ARRAY_SIZE(nouveau_debugfs_list)