[PATCH] radeon: add bo tracking debugfs

2013-04-25 Thread j.gli...@gmail.com
From: Jerome Glisse 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. Signed-off-by: Jerome Glisse ---

[PATCH] radeon: add bo tracking debugfs

2013-04-25 Thread Alex Deucher
On Thu, Apr 25, 2013 at 10:29 PM, wrote: > From: Jerome Glisse > > 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

Re: [PATCH] radeon: add bo tracking debugfs

2013-04-25 Thread Alex Deucher
On Thu, Apr 25, 2013 at 10:29 PM, wrote: > From: Jerome Glisse > > 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

[PATCH] radeon: add bo tracking debugfs

2013-04-25 Thread j . glisse
From: Jerome Glisse 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. Signed-off-by: Jerome Glisse ---