summaryrefslogtreecommitdiff
path: root/src/i830.h
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2010-03-02 09:22:35 +0100
committerCarl Worth <cworth@cworth.org>2010-03-04 09:38:37 -0800
commitbf83b9a10254966cb73b24e08954154d4296dac3 (patch)
tree3b7a7f739dfdb546bf21dc2536eab2836c7efc9e /src/i830.h
parentff8a1e1cf728eeae848f6284bb4272193dfa918b (diff)
i830_memory: kill i830_desribe_allocations
Totally useless debug function from the pre-gem era. No point to occasionally spam Xorg.log with a bogus "No memory allocations" message. Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch> Reviewed-by: Eric Anholt <eric@anholt.net>
Diffstat (limited to 'src/i830.h')
-rw-r--r--src/i830.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/i830.h b/src/i830.h
index 0924d718..57899769 100644
--- a/src/i830.h
+++ b/src/i830.h
@@ -451,8 +451,6 @@ void i830_allocator_fini(ScrnInfoPtr scrn);
i830_memory *i830_allocate_memory(ScrnInfoPtr scrn, const char *name,
unsigned long size, unsigned long pitch,
int flags, uint32_t tile_format);
-void i830_describe_allocations(ScrnInfoPtr scrn, int verbosity,
- const char *prefix);
void i830_reset_allocations(ScrnInfoPtr scrn);
void i830_free_3d_memory(ScrnInfoPtr scrn);
void i830_free_memory(ScrnInfoPtr scrn, i830_memory * mem);