]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drm/radeon: properly track the crtc not_enabled case evergreen_mc_stop()
authorAlex Deucher <alexander.deucher@amd.com>
Mon, 19 Nov 2012 14:11:27 +0000 (09:11 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 10 Dec 2012 19:13:10 +0000 (11:13 -0800)
commit8abfeb0dfb937d61eb6aa72628916f7352697dfe
treed1c965a0181ec56684f27763a765c6de63d229a3
parent7c6b6eb9c4dbf21b3358bd1e68b9f1880e364a4b
drm/radeon: properly track the crtc not_enabled case evergreen_mc_stop()

commit 804cc4a0ad3a896ca295f771a28c6eb36ced7903 upstream.

The save struct is not initialized previously so explicitly
mark the crtcs as not used when they are not in use.

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/gpu/drm/radeon/evergreen.c