Re: [PATCH 201/459] drm/amdgpu: fix memory leak in preemption unit test

2019-06-18 Thread Christian König
Can probably be squashed into the original adding of the unit test. Christian. Am 17.06.19 um 21:29 schrieb Alex Deucher: From: Jack Xiao It forgot to put job fence, caused fence memory leak. Signed-off-by: Jack Xiao Reviewed-by: Alex Deucher Signed-off-by: Alex Deucher --- drivers/gpu/

[PATCH 201/459] drm/amdgpu: fix memory leak in preemption unit test

2019-06-17 Thread Alex Deucher
From: Jack Xiao It forgot to put job fence, caused fence memory leak. Signed-off-by: Jack Xiao Reviewed-by: Alex Deucher Signed-off-by: Alex Deucher --- drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/drm/amd/amdg