summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/gfx_v6_0.c
diff options
context:
space:
mode:
authorAlex Deucher2017-01-25 00:00:57 +0100
committerAlex Deucher2017-01-27 18:20:41 +0100
commit689957b12b6315c63bd8cce879e2b259a8a4b666 (patch)
treea098ca3fc70899075cc27be2432e041a8336febf /drivers/gpu/drm/amd/amdgpu/gfx_v6_0.c
parentdrm/amdgpu: remove unused header si_reg.h (diff)
downloadkernel-qcow2-linux-689957b12b6315c63bd8cce879e2b259a8a4b666.tar.gz
kernel-qcow2-linux-689957b12b6315c63bd8cce879e2b259a8a4b666.tar.xz
kernel-qcow2-linux-689957b12b6315c63bd8cce879e2b259a8a4b666.zip
drm/amdgpu: move misc si headers into amdgpu
Move these to the amdgpu directory to match what we do for other asics. Acked-by: Christian König <christian.koenig@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/gfx_v6_0.c')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/gfx_v6_0.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/gfx_v6_0.c b/drivers/gpu/drm/amd/amdgpu/gfx_v6_0.c
index b1f4808109d2..c998f6aaaf36 100644
--- a/drivers/gpu/drm/amd/amdgpu/gfx_v6_0.c
+++ b/drivers/gpu/drm/amd/amdgpu/gfx_v6_0.c
@@ -25,7 +25,7 @@
#include "amdgpu_ih.h"
#include "amdgpu_gfx.h"
#include "amdgpu_ucode.h"
-#include "si/clearstate_si.h"
+#include "clearstate_si.h"
#include "bif/bif_3_0_d.h"
#include "bif/bif_3_0_sh_mask.h"
#include "oss/oss_1_0_d.h"