OSDN Git Service

drm/amdgpu: move IV prescreening into the GMC code
authorChristian König <christian.koenig@amd.com>
Wed, 26 Sep 2018 09:50:09 +0000 (11:50 +0200)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 7 Dec 2018 23:14:26 +0000 (18:14 -0500)
commit22666cc1481ae3814d9c7718418cc4a3aa7d90c3
treec6cb16880499a8ad82addb0b1936ec8e692b1db0
parenta655dad4b2f94e0d880f2e4ea45251092d836f36
drm/amdgpu: move IV prescreening into the GMC code

The GMC/VM subsystem is causing the faults, so move the handling here as
well.

Signed-off-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Felix Kuehling <Felix.Kuehling@amd.com>
Acked-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_ih.h
drivers/gpu/drm/amd/amdgpu/amdgpu_irq.c
drivers/gpu/drm/amd/amdgpu/cik_ih.c
drivers/gpu/drm/amd/amdgpu/cz_ih.c
drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c
drivers/gpu/drm/amd/amdgpu/iceland_ih.c
drivers/gpu/drm/amd/amdgpu/si_ih.c
drivers/gpu/drm/amd/amdgpu/tonga_ih.c
drivers/gpu/drm/amd/amdgpu/vega10_ih.c