aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorKen Wang <Qingqing.Wang@amd.com>2016-03-17 17:26:57 +0800
committerAlex Deucher <alexander.deucher@amd.com>2016-03-17 11:52:03 -0400
commit16a8a49be1b878ef6dd5d1663d456e254e54ae3d (patch)
tree2e53eb68afdcf51156e20fa42e85254d34f20375 /drivers
parentdrm/radeon: fix indentation. (diff)
downloadlinux-dev-16a8a49be1b878ef6dd5d1663d456e254e54ae3d.tar.xz
linux-dev-16a8a49be1b878ef6dd5d1663d456e254e54ae3d.zip
drm/amdgpu: include the right version of gmc header files for iceland
Signed-off-by: Ken Wang <Qingqing.Wang@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Cc: stable@vger.kernel.org
Diffstat (limited to 'drivers')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/sdma_v2_4.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/sdma_v2_4.c b/drivers/gpu/drm/amd/amdgpu/sdma_v2_4.c
index ab9ff89a3096..6ac6cddf809e 100644
--- a/drivers/gpu/drm/amd/amdgpu/sdma_v2_4.c
+++ b/drivers/gpu/drm/amd/amdgpu/sdma_v2_4.c
@@ -32,8 +32,8 @@
#include "oss/oss_2_4_d.h"
#include "oss/oss_2_4_sh_mask.h"
-#include "gmc/gmc_8_1_d.h"
-#include "gmc/gmc_8_1_sh_mask.h"
+#include "gmc/gmc_7_1_d.h"
+#include "gmc/gmc_7_1_sh_mask.h"
#include "gca/gfx_8_0_d.h"
#include "gca/gfx_8_0_enum.h"