aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v9.c
diff options
context:
space:
mode:
authorKuehling, Felix <Felix.Kuehling@amd.com>2018-12-07 22:07:20 +0000
committerAlex Deucher <alexander.deucher@amd.com>2018-12-07 17:53:47 -0500
commit5634e38cda7ba47f9e0f372cf1e1729a845d3348 (patch)
treea17fb3ee55da53aa5b4182b10ec0b25472166d95 /drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v9.c
parentdrm/amd/powerplay: rv dal-pplib interface refactor powerplay part (diff)
downloadlinux-dev-5634e38cda7ba47f9e0f372cf1e1729a845d3348.tar.xz
linux-dev-5634e38cda7ba47f9e0f372cf1e1729a845d3348.zip
drm/amdgpu: Workaround build failure due to trace conflict
Avoid including mmu_context.h in amdgpu_amdkfd.h since that may be included in other header files that define traces. This leads to conflicts due to traces defined in other headers included via mmu_context.h. Acked-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Felix Kuehling <Felix.Kuehling@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to '')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v9.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v9.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v9.c
index 03b604c96d94..5c51d4910650 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v9.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v9.c
@@ -26,6 +26,7 @@
#include <linux/fdtable.h>
#include <linux/uaccess.h>
#include <linux/firmware.h>
+#include <linux/mmu_context.h>
#include <drm/drmP.h>
#include "amdgpu.h"
#include "amdgpu_amdkfd.h"