drm/amdgpu/gfx9: fix compute ring doorbell index
authorAlex Deucher <alexander.deucher@amd.com>
Tue, 13 Jun 2017 02:55:22 +0000 (22:55 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 15 Jun 2017 15:50:28 +0000 (11:50 -0400)
commit7366af81da3d064365f5bb7a484925fd46081484
tree61d28e69419a9e3d84552987e664c39826db56d8
parent2119d0db59a428749cc8a6e946f604cf93590c38
drm/amdgpu/gfx9: fix compute ring doorbell index

This got lost when the code was revamped.  Copy/paste bug from
gfx8.

Reported-by: Evan Quan <evan.quan@amd.com>
Fixes: 78c168342 (drm/amdgpu: allow split of queues with kfd at queue granularity v4)
Reviewed-by: Junwei Zhang <Jerry.Zhang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c