aboutsummaryrefslogtreecommitdiff
path: root/linux-core/drm_memory_debug.h
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2004-02-20 22:55:12 +0000
committerKeith Whitwell <keith@tungstengraphics.com>2004-02-20 22:55:12 +0000
commit82157579b586c8f1e147250e09f0837214019680 (patch)
tree4ee44b8c564542c0381b05a29dc1377bec910246 /linux-core/drm_memory_debug.h
parent213247a4416b959738a658f2217d4d01ae9c1e67 (diff)
drm_ctx_dtor.patch Submitted by: Erdi Chen
Diffstat (limited to 'linux-core/drm_memory_debug.h')
-rw-r--r--linux-core/drm_memory_debug.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/linux-core/drm_memory_debug.h b/linux-core/drm_memory_debug.h
index fae419ec..2a2e7d79 100644
--- a/linux-core/drm_memory_debug.h
+++ b/linux-core/drm_memory_debug.h
@@ -68,6 +68,7 @@ static drm_mem_stats_t DRM(mem_stats)[] = {
[DRM_MEM_TOTALAGP] = { "totalagp" },
[DRM_MEM_BOUNDAGP] = { "boundagp" },
[DRM_MEM_CTXBITMAP] = { "ctxbitmap"},
+ [DRM_MEM_CTXLIST] = { "ctxlist" },
[DRM_MEM_STUB] = { "stub" },
{ NULL, 0, } /* Last entry must be null */
};