drm/amdgpu: include the right version of gmc header files for iceland
authorKen Wang <Qingqing.Wang@amd.com>
Thu, 17 Mar 2016 09:26:57 +0000 (17:26 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 17 Mar 2016 15:52:03 +0000 (11:52 -0400)
Signed-off-by: Ken Wang <Qingqing.Wang@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Cc: stable@vger.kernel.org
drivers/gpu/drm/amd/amdgpu/sdma_v2_4.c

index ab9ff89a30964b775fd029205dee5a9e7936b8f4..6ac6cddf809eff03f89f2a88746039b2c55d89d0 100644 (file)
@@ -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"