diff options
author | Stephane Marchesin <marchesin@icps.u-strasbg.fr> | 2008-01-14 03:16:40 +0100 |
---|---|---|
committer | Stephane Marchesin <marchesin@icps.u-strasbg.fr> | 2008-01-14 03:16:42 +0100 |
commit | 269d518008a20dc81231574f2d07d101553d3824 (patch) | |
tree | d5cc16468d65ece7557401be34dc0879e4ef8520 | |
parent | f0b7c45653b510693821ad68a20a3820c29195ef (diff) |
nouveau: make mem alloc debug a little more verbose.
-rw-r--r-- | shared-core/nouveau_mem.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared-core/nouveau_mem.c b/shared-core/nouveau_mem.c index 5259ea27..80540a5c 100644 --- a/shared-core/nouveau_mem.c +++ b/shared-core/nouveau_mem.c @@ -619,7 +619,7 @@ alloc_ok: block->map_handle = entry->user_token; } - DRM_DEBUG("allocated 0x%llx type=0x%08x\n", block->start, block->flags); + DRM_DEBUG("allocated %d bytes at 0x%x type=0x%08x\n", block->size, block->start, block->flags); return block; } |