commit | 409851f48939dffdd9f19a43830f54eac2c19a53 | [log] [tgz] |
---|---|---|
author | Jerome Glisse <jglisse@redhat.com> | Thu Apr 25 22:29:27 2013 -0400 |
committer | Alex Deucher <alexander.deucher@amd.com> | Thu May 02 10:09:47 2013 -0400 |
tree | 6ec5a11ba6d6cec8959716a6aba99a392fe222e1 | |
parent | 62d1f92e06aef9665d71ca7e986b3047ecf0b3c7 [diff] |
radeon: add bo tracking debugfs This is to allow debugging of userspace program not freeing buffer after, which is basicly a memory leak. This print the list of all gem object along with their size and placement (VRAM,GTT,CPU) and with the pid of the task that created them. agd5f: add warning fix Signed-off-by: Jerome Glisse <jglisse@redhat.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>