mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-05-06 17:38:04 +02:00
nouveau: make mem alloc debug a little more verbose.
This commit is contained in:
parent
f0b7c45653
commit
269d518008
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue