]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.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)
committerKamal Mostafa <kamal@canonical.com>
Mon, 16 May 2016 17:26:01 +0000 (10:26 -0700)
commit9031b262f694f54057297692ac0fbcc17d4bfd9a
treec462e9022f7ab6279da74d1889bfdadbaa8bfda0
parent597f1ba82e0fe939eee03404d584161918c37a8e
drm/amdgpu: fix regression on CIK (v2)

BugLink: http://bugs.launchpad.net/bugs/1578798
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>
Signed-off-by: Kamal Mostafa <kamal@canonical.com>
drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c