]> git.kernelconcepts.de Git - karo-tx-linux.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:48:46 +0000 (14:48 -0700)
commit038cf9c1977ed3bd71b107bbabe72cff8e5bb12f
treebab5bcde0e4c38cb2973ca6d1e433d325f03337c
parentfe98d45db9b84d436284ed156e4f5c2f78bb7999
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