[PATCH] drm/amdgpu/dce11: add missing drm_mode_config_cleanup call
Alex Deucher
alexdeucher at gmail.com
Mon Oct 3 15:42:14 UTC 2016
On Sun, Oct 2, 2016 at 5:06 PM, Grazvydas Ignotas <notasas at gmail.com> 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 <notasas at gmail.com>
Applied. thanks!
Alex
> ---
> drivers/gpu/drm/amd/amdgpu/dce_v11_0.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/gpu/drm/amd/amdgpu/dce_v11_0.c b/drivers/gpu/drm/amd/amdgpu/dce_v11_0.c
> index 0bed302..2696428 100644
> --- a/drivers/gpu/drm/amd/amdgpu/dce_v11_0.c
> +++ b/drivers/gpu/drm/amd/amdgpu/dce_v11_0.c
> @@ -3075,6 +3075,7 @@ static int dce_v11_0_sw_fini(void *handle)
>
> dce_v11_0_afmt_fini(adev);
>
> + drm_mode_config_cleanup(adev->ddev);
> adev->mode_info.mode_config_initialized = false;
>
> return 0;
> --
> 2.7.4
>
> _______________________________________________
> amd-gfx mailing list
> amd-gfx at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/amd-gfx
More information about the amd-gfx
mailing list