drm/amdgpu: disable GFX ring and disable PQ wptr in hw_fini
authorMonk Liu <Monk.Liu@amd.com>
Mon, 29 Jan 2018 11:24:32 +0000 (19:24 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 30 May 2018 06:17:40 +0000 (08:17 +0200)
commit2a87e7f31050550a3d001dfc2aeaea60351540a9
tree195b4071a9f3c5a2b2d6035e41d087e04a751f72
parent2e6ad124dbeed3994b270b80b4b881eee24ab99c
drm/amdgpu: disable GFX ring and disable PQ wptr in hw_fini

[ Upstream commit 9f0178fb67699992d38601cb923b434f9986dd68 ]

otherwise there will be DMAR reading error comes out from CP since
GFX is still alive and CPC's WPTR_POLL is still enabled, which would
lead to DMAR read error.

fix:
we can hault CPG after hw_fini, but cannot halt CPC becaues KIQ
stil need to be alive to let RLCV invoke, but its WPTR_POLL could
be disabled.

Signed-off-by: Monk Liu <Monk.Liu@amd.com>
Acked-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Sasha Levin <alexander.levin@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c