drm/amdgpu/pp/smu7: use a local variable for toc indexing
authorAlex Deucher <alexander.deucher@amd.com>
Thu, 12 Jul 2018 13:38:09 +0000 (08:38 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 13 Jul 2018 16:42:45 +0000 (11:42 -0500)
commit02ce6ce2e1d07e31e8314c761a2caa087ea094ce
tree84de0b4de7b0206ae97eb780fc84ca2d03e1dacd
parent8d4235f71513cdccd9dc52b674323c3591552bc1
drm/amdgpu/pp/smu7: use a local variable for toc indexing

Rather than using the index variable stored in vram.  If
the device fails to come back online after a resume cycle,
reads from vram will return all 1s which will cause a
segfault. Based on a patch from Thomas Martitz <kugel@rockbox.org>.
This avoids the segfault, but we still need to sort out
why the GPU does not come back online after a resume.

Bug: https://bugs.freedesktop.org/show_bug.cgi?id=105760
Acked-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Cc: stable@vger.kernel.org
drivers/gpu/drm/amd/powerplay/smumgr/smu7_smumgr.c