drm/amdgpu:fix virtual dce bug
authorMonk Liu <Monk.Liu@amd.com>
Wed, 15 Nov 2017 09:10:13 +0000 (17:10 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 19 Mar 2018 07:42:52 +0000 (08:42 +0100)
commit6d6a5eae5600689618feba43f4e8418c0b3cf4d9
tree70ba33a7ec98296ac870d4424f40508780abbce7
parentbd301e538bd65992fa9a2e539b2e3f642fc8e966
drm/amdgpu:fix virtual dce bug

[ Upstream commit 129d65c18ecfb249aceb540c31fdaf79bd5a11ff ]

this fix the issue that access memory after freed
after driver unloaded.

Signed-off-by: Monk Liu <Monk.Liu@amd.com>
Acked-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Sasha Levin <alexander.levin@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/gpu/drm/amd/amdgpu/dce_virtual.c