drm/amdgpu/gfx9: Switch baremetal to use KIQ for compute ring management. (v4)
authorAlex Deucher <alexander.deucher@amd.com>
Mon, 17 Apr 2017 21:51:00 +0000 (17:51 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 24 May 2017 22:33:46 +0000 (18:33 -0400)
commite30a52232cbb6f883056aec06abf00cd917c83e8
tree0699ae4ed606e97dbb99078bd87f3e2c36e98970
parentba0c19f5f000d49efc98c0a4dafbd7266a5a20bc
drm/amdgpu/gfx9: Switch baremetal to use KIQ for compute ring management. (v4)

KIQ is the Kernel Interface Queue for managing the MEC.  Rather than setting
up rings via direct MMIO of ring registers, the rings are configured via
special packets sent to the KIQ.  The allows the MEC to better manage shared
resources and certain power events. It also reduces the code paths in the
driver to support and is required for MEC powergating.

v2: drop gfx_v9_0_cp_compute_fini() as well
v3: rebase on latest changes derived from gfx8, add unmap queues on
hw_fini
v4: fix copy/paste typo in error message (Rex)

Acked-by: Tom St Denis <tom.stdenis@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c