]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
drm/radeon: always program the MC on startup
authorAlex Deucher <alexander.deucher@amd.com>
Sun, 4 Aug 2013 16:13:17 +0000 (12:13 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 7 Aug 2013 21:37:14 +0000 (17:37 -0400)
commit6fab3febf6d949b0a12b1e4e73db38e4a177a79e
tree4f99c7e77c3112dfd668763048f54aac6ed479d0
parent1518dd8efd47918bb269f1470030592875953f6c
drm/radeon: always program the MC on startup

For r6xx+ asics.  This mirrors the behavior of pre-r6xx
asics.  We need to program the MC even if something
else in startup() fails.  Failure to do so results in
an unusable GPU.

Based on a fix from: Mark Kettenis <kettenis@openbsd.org>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Cc: stable@vger.kernel.org
drivers/gpu/drm/radeon/cik.c
drivers/gpu/drm/radeon/evergreen.c
drivers/gpu/drm/radeon/ni.c
drivers/gpu/drm/radeon/r600.c
drivers/gpu/drm/radeon/rv770.c
drivers/gpu/drm/radeon/si.c