drm/amdgpu: send IVs to the KFD only after processing them v3
authorChristian König <christian.koenig@amd.com>
Wed, 26 Sep 2018 09:08:32 +0000 (11:08 +0200)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 7 Dec 2018 23:14:07 +0000 (18:14 -0500)
commit2026057736e9134c524ad85b526005944034e00f
tree8283c01edb7d2d2ab300220e468e700811c85f37
parentb408a548846f2343716351d55a6c9af9e73ec32c
drm/amdgpu: send IVs to the KFD only after processing them v3

This allows us to filter out VM faults in the GMC code.

v2: don't filter out all faults
v3: fix copy&paste typo, send all IV to the KFD, don't change message level

Signed-off-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Felix Kuehling <Felix.Kuehling@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_irq.c