[PATCH] drm/amdgpu: release parent fence reference

2016-10-28 Thread Christian König
Am 28.10.2016 um 13:47 schrieb Christian König: > Am 24.10.2016 um 11:43 schrieb Grazvydas Ignotas: >> On Mon, Oct 24, 2016 at 12:13 PM, Christian König >> wrote: >>> Am 24.10.2016 um 04:25 schrieb zhoucm1: On 2016年10月24日 02:31, Grazvydas Ignotas wrote: > It's done in am

[PATCH] drm/amdgpu: release parent fence reference

2016-10-28 Thread Christian König
Am 24.10.2016 um 11:43 schrieb Grazvydas Ignotas: > On Mon, Oct 24, 2016 at 12:13 PM, Christian König > wrote: >> Am 24.10.2016 um 04:25 schrieb zhoucm1: >>> >>> >>> On 2016年10月24日 02:31, Grazvydas Ignotas wrote: It's done in amd_sched_hw_job_reset(), but not in normal job processing.

[PATCH] drm/amdgpu: release parent fence reference

2016-10-24 Thread Grazvydas Ignotas
On Mon, Oct 24, 2016 at 12:13 PM, Christian König wrote: > Am 24.10.2016 um 04:25 schrieb zhoucm1: >> >> >> >> On 2016年10月24日 02:31, Grazvydas Ignotas wrote: >>> >>> It's done in amd_sched_hw_job_reset(), but not in normal job processing. >>> Leak reported by CONFIG_SLUB_DEBUG. >>> >>> Sign

[PATCH] drm/amdgpu: release parent fence reference

2016-10-24 Thread Christian König
Am 24.10.2016 um 04:25 schrieb zhoucm1: > > > On 2016年10月24日 02:31, Grazvydas Ignotas wrote: >> It's done in amd_sched_hw_job_reset(), but not in normal job processing. >> Leak reported by CONFIG_SLUB_DEBUG. >> >> Signed-off-by: Grazvydas Ignotas >> --- >> CONFIG_SLUB_DEBUG reports more le

[PATCH] drm/amdgpu: release parent fence reference

2016-10-24 Thread zhoucm1
On 2016年10月24日 02:31, Grazvydas Ignotas wrote: > It's done in amd_sched_hw_job_reset(), but not in normal job processing. > Leak reported by CONFIG_SLUB_DEBUG. > > Signed-off-by: Grazvydas Ignotas > --- > CONFIG_SLUB_DEBUG reports more leaks related to ioctls, > but I was unable to tra

[PATCH] drm/amdgpu: release parent fence reference

2016-10-23 Thread Grazvydas Ignotas
It's done in amd_sched_hw_job_reset(), but not in normal job processing. Leak reported by CONFIG_SLUB_DEBUG. Signed-off-by: Grazvydas Ignotas --- CONFIG_SLUB_DEBUG reports more leaks related to ioctls, but I was unable to track them down... drivers/gpu/drm/amd/scheduler/gpu_scheduler.c | 2 ++