]> asedeno.scripts.mit.edu Git - linux.git/commit
drm/amdgpu/dce11: add missing drm_mode_config_cleanup call
authorGrazvydas Ignotas <notasas@gmail.com>
Sun, 2 Oct 2016 21:06:45 +0000 (00:06 +0300)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 6 Oct 2016 16:39:03 +0000 (12:39 -0400)
commit140c94da3c3338c0ff4cc127cf9bec87905ca83c
treefed35db11162890e83ca70eb22593070a8781330
parent8a2eef1dbc85273c57d6f2cf73e5d7c97b1a25f4
drm/amdgpu/dce11: add missing drm_mode_config_cleanup call

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@gmail.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Cc: stable@vger.kernel.org
drivers/gpu/drm/amd/amdgpu/dce_v11_0.c