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)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 20 Nov 2012 16:47:32 +0000 (11:47 -0500)
commit804cc4a0ad3a896ca295f771a28c6eb36ced7903
tree2c551e9329aba2ccea5c371afd7b8e19ef12e53d
parent6f755116c93ca35f496ccf1910dcd28cd16713e3
drm/radeon: properly track the crtc not_enabled case evergreen_mc_stop()

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>
Cc: stable@vger.kernel.org
drivers/gpu/drm/radeon/evergreen.c