[PATCH] drm/amdgpu/dce11: add missing drm_mode_config_cleanup call

2016-10-03 Thread Alex Deucher
On Sun, Oct 2, 2016 at 5:06 PM, Grazvydas Ignotas wrote: > All other amdgpu/dce_v* files have this call, it's only mysteriously > missing from dce_v11_0.c since the file was added and causes leaks. > > Fixes: aaa36a976bbb ("drm/amdgpu: Add initial VI support") > Signed-off-by: Grazvydas Ignotas

[PATCH] drm/amdgpu/dce11: add missing drm_mode_config_cleanup call

2016-10-03 Thread Grazvydas Ignotas
All other amdgpu/dce_v* files have this call, it's only mysteriously missing from dce_v11_0.c since the file was added and causes leaks. Fixes: aaa36a976bbb ("drm/amdgpu: Add initial VI support") Signed-off-by: Grazvydas Ignotas --- drivers/gpu/drm/amd/amdgpu/dce_v11_0.c | 1 + 1 file changed, 1