[intel] Report buffer size when allocating with INTEL_DEBUG=bufmgr and TTM.

This commit is contained in:
Eric Anholt
2008-01-10 14:43:43 -08:00
parent 609ad99a1a
commit 3d273ae44e
@@ -435,7 +435,7 @@ dri_ttm_alloc(dri_bufmgr *bufmgr, const char *name,
ttm_buf->relocs = NULL;
ttm_buf->last_flags = ttm_buf->drm_bo.flags;
DBG("bo_create: %p (%s)\n", &ttm_buf->bo, ttm_buf->name);
DBG("bo_create: %p (%s) %db\n", &ttm_buf->bo, ttm_buf->name, size);
return &ttm_buf->bo;
}