RE: [PATCH] drm/ttm: fix memleak in ttm_transfered_destroy

2021-10-21 Thread Huang, Ray
[AMD Official Use Only] > -Original Message- > From: Christian König > Sent: Thursday, October 21, 2021 5:06 PM > To: Alex Deucher ; Huang, Ray > > Cc: Maling list - DRI developers > Subject: Re: [PATCH] drm/ttm: fix memleak in ttm_transfered_destroy > >

Re: [PATCH] drm/ttm: fix memleak in ttm_transfered_destroy

2021-10-21 Thread Christian König
Am 20.10.21 um 19:47 schrieb Christian König: Am 20.10.21 um 19:43 schrieb Alex Deucher: On Wed, Oct 20, 2021 at 1:32 PM Christian König wrote: We need to cleanup the fences for ghost objects as well. Signed-off-by: Christian König CC: Does this fix this bug? https://bugzilla.kernel.org

Re: [PATCH] drm/ttm: fix memleak in ttm_transfered_destroy

2021-10-20 Thread Christian König
Am 20.10.21 um 19:43 schrieb Alex Deucher: On Wed, Oct 20, 2021 at 1:32 PM Christian König wrote: We need to cleanup the fences for ghost objects as well. Signed-off-by: Christian König CC: Does this fix this bug? https://bugzilla.kernel.org/show_bug.cgi?id=214029 Yeah, I was already addi

Re: [PATCH] drm/ttm: fix memleak in ttm_transfered_destroy

2021-10-20 Thread Alex Deucher
On Wed, Oct 20, 2021 at 1:32 PM Christian König wrote: > > We need to cleanup the fences for ghost objects as well. > > Signed-off-by: Christian König > CC: Does this fix this bug? https://bugzilla.kernel.org/show_bug.cgi?id=214029 Alex > --- > drivers/gpu/drm/ttm/ttm_bo_util.c | 1 + > 1 fi