From 82157579b586c8f1e147250e09f0837214019680 Mon Sep 17 00:00:00 2001 From: Keith Whitwell Date: Fri, 20 Feb 2004 22:55:12 +0000 Subject: drm_ctx_dtor.patch Submitted by: Erdi Chen --- linux-core/drm_memory_debug.h | 1 + 1 file changed, 1 insertion(+) (limited to 'linux-core/drm_memory_debug.h') 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 */ }; -- cgit v1.2.3