]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
drm/amdgpu: fix regression on CIK (v2)
authorGrigori Goronzy <greg@chown.ath.cx>
Tue, 22 Mar 2016 19:48:18 +0000 (15:48 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 4 May 2016 21:49:05 +0000 (14:49 -0700)
commita287c79db4cb54efd714455dae24cb1d7b2969b9
tree1e35761d70357d76e975639a6dab292567cae4bf
parent645c785a6df4b2499f1122126cb4613e39f16142
drm/amdgpu: fix regression on CIK (v2)

This fix was written against drm-next, but when it was
backported to 4.5 as a stable fix, the driver internal
structure change was missed.  Fix that up here to avoid
a hang due to waiting for the wrong sequence number.

v2: agd: fix up commit message

Signed-off-by: Grigori Goronzy <greg@chown.ath.cx>
Cc: stable@vger.kernel.org
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c