]> git.baikalelectronics.ru Git - kernel.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)
commitef3dfed750b050091681f1f4b266cfee10636b6f
treefed35db11162890e83ca70eb22593070a8781330
parentb0c3b78c5b67e6c92dc39f3698b141bcbc40bc8b
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: 7c7ca1d09c54 ("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