drm/admgpu: Reduce the usage of soc15ip.h
authorShaoyun Liu <Shaoyun.Liu@amd.com>
Wed, 29 Nov 2017 19:04:58 +0000 (14:04 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 8 Dec 2017 16:35:19 +0000 (11:35 -0500)
Remove the header where it's not used.

Acked-by: Christian Konig <christian.koenig@amd.com>
Signed-off-by: Shaoyun Liu <Shaoyun.Liu@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
16 files changed:
drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.c
drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c
drivers/gpu/drm/amd/amdgpu/gfxhub_v1_0.c
drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c
drivers/gpu/drm/amd/amdgpu/mmhub_v1_0.c
drivers/gpu/drm/amd/amdgpu/mxgpu_ai.c
drivers/gpu/drm/amd/amdgpu/nbio_v6_1.c
drivers/gpu/drm/amd/amdgpu/nbio_v7_0.c
drivers/gpu/drm/amd/amdgpu/psp_v10_0.c
drivers/gpu/drm/amd/amdgpu/psp_v3_1.c
drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c
drivers/gpu/drm/amd/amdgpu/soc15.c
drivers/gpu/drm/amd/amdgpu/uvd_v7_0.c
drivers/gpu/drm/amd/amdgpu/vce_v4_0.c
drivers/gpu/drm/amd/amdgpu/vcn_v1_0.c
drivers/gpu/drm/amd/amdgpu/vega10_ih.c

index 88e204d537f5dc114c896caad4efa9efcf576559..837962118dbc5d56de555791d99b8d6215520331 100644 (file)
@@ -35,7 +35,6 @@
 #include "soc15d.h"
 #include "soc15_common.h"
 
-#include "soc15ip.h"
 #include "vcn/vcn_1_0_offset.h"
 
 /* 1 second timeout */
index ec53c23d0f6b4fcc364af9879e8467f685d6453f..50a1edb7c32e6af79d4a0bb1038e183a05100064 100644 (file)
@@ -28,7 +28,6 @@
 #include "soc15.h"
 #include "soc15d.h"
 
-#include "soc15ip.h"
 #include "gc/gc_9_0_offset.h"
 #include "gc/gc_9_0_sh_mask.h"
 #include "vega10_enum.h"
index f1effadfbaa68645b4eccd78e77879aad7ff4d0d..1d392f186e0d64d13df4050d14868799bafc4382 100644 (file)
@@ -23,7 +23,6 @@
 #include "amdgpu.h"
 #include "gfxhub_v1_0.h"
 
-#include "soc15ip.h"
 #include "gc/gc_9_0_offset.h"
 #include "gc/gc_9_0_sh_mask.h"
 #include "gc/gc_9_0_default.h"
index 8e6776f2986e71cf43bd81cb7280f6eb7315a1d0..aef5f70547aca68b77e517d44dad8aa2ee70d064 100644 (file)
@@ -25,7 +25,6 @@
 #include "gmc_v9_0.h"
 #include "amdgpu_atomfirmware.h"
 
-#include "soc15ip.h"
 #include "hdp/hdp_4_0_offset.h"
 #include "hdp/hdp_4_0_sh_mask.h"
 #include "gc/gc_9_0_sh_mask.h"
index bd160d8700e0fcb816f44e276fa0ead1391c0fa5..0c5a76f88d35a85c6572adc25a68d84bf9050dc0 100644 (file)
@@ -23,7 +23,6 @@
 #include "amdgpu.h"
 #include "mmhub_v1_0.h"
 
-#include "soc15ip.h"
 #include "mmhub/mmhub_1_0_offset.h"
 #include "mmhub/mmhub_1_0_sh_mask.h"
 #include "mmhub/mmhub_1_0_default.h"
index ad9054e3903c3b1577670c6734e7b56d426ea03d..71f56900d6fea872c1376b1c4fb3229cde8de985 100644 (file)
@@ -22,7 +22,6 @@
  */
 
 #include "amdgpu.h"
-#include "soc15ip.h"
 #include "nbio/nbio_6_1_offset.h"
 #include "nbio/nbio_6_1_sh_mask.h"
 #include "gc/gc_9_0_offset.h"
index 0d3272ef7e57d7b6ad15c7dc9cf4c6caab556d5d..9a3546f8b42beaef61bb0cb25fe99bfc00b8a503 100644 (file)
@@ -24,7 +24,6 @@
 #include "amdgpu_atombios.h"
 #include "nbio_v6_1.h"
 
-#include "soc15ip.h"
 #include "nbio/nbio_6_1_default.h"
 #include "nbio/nbio_6_1_offset.h"
 #include "nbio/nbio_6_1_sh_mask.h"
index 4220648c31ca6a3fa0ed0b851497ebb38efd9cd0..ce869f37a382d6e7adc6cb78cd64775613d76a63 100644 (file)
@@ -24,7 +24,6 @@
 #include "amdgpu_atombios.h"
 #include "nbio_v7_0.h"
 
-#include "soc15ip.h"
 #include "nbio/nbio_7_0_default.h"
 #include "nbio/nbio_7_0_offset.h"
 #include "nbio/nbio_7_0_sh_mask.h"
index acaf7891eeabcd4899095d10e5f27e0e90a8ee05..5a9fe24697f93832f0c7fd9e8e700760f250be91 100644 (file)
@@ -30,7 +30,6 @@
 #include "soc15_common.h"
 #include "psp_v10_0.h"
 
-#include "soc15ip.h"
 #include "mp/mp_10_0_offset.h"
 #include "gc/gc_9_1_offset.h"
 #include "sdma0/sdma0_4_1_offset.h"
index 0b22e58733db332e4abc3a1d0e48b3c09ce73763..19bd1934e63d7896acf88d50995e92011b69dcf5 100644 (file)
@@ -31,7 +31,6 @@
 #include "soc15_common.h"
 #include "psp_v3_1.h"
 
-#include "soc15ip.h"
 #include "mp/mp_9_0_offset.h"
 #include "mp/mp_9_0_sh_mask.h"
 #include "gc/gc_9_0_offset.h"
index d3b1e5069e656e392decd2231598e21934530167..1fb51946a7188f762434ce2927afb52674a3eea0 100644 (file)
@@ -27,7 +27,6 @@
 #include "amdgpu_ucode.h"
 #include "amdgpu_trace.h"
 
-#include "soc15ip.h"
 #include "sdma0/sdma0_4_0_offset.h"
 #include "sdma0/sdma0_4_0_sh_mask.h"
 #include "sdma1/sdma1_4_0_offset.h"
index 47fafe8540cbc56dc0f763c475878bd85bcdf95f..2752d8d3e5aef15b9860f0e5c05d019494112feb 100644 (file)
@@ -34,7 +34,6 @@
 #include "atom.h"
 #include "amd_pcie.h"
 
-#include "soc15ip.h"
 #include "uvd/uvd_7_0_offset.h"
 #include "gc/gc_9_0_offset.h"
 #include "gc/gc_9_0_sh_mask.h"
index b22adeb39653c74d15a24f43503e508d1f500d44..23b446236c8090ac089aaa9305d7752e3b9fb420 100644 (file)
@@ -29,7 +29,6 @@
 #include "soc15_common.h"
 #include "mmsch_v1_0.h"
 
-#include "soc15ip.h"
 #include "uvd/uvd_7_0_offset.h"
 #include "uvd/uvd_7_0_sh_mask.h"
 #include "vce/vce_4_0_offset.h"
index f2f7136500744cc5cabf64a6814db31856e25bb2..55f01868a9b6b6fa3c0beb04c3f661f9a056af79 100755 (executable)
@@ -32,7 +32,6 @@
 #include "soc15_common.h"
 #include "mmsch_v1_0.h"
 
-#include "soc15ip.h"
 #include "vce/vce_4_0_offset.h"
 #include "vce/vce_4_0_default.h"
 #include "vce/vce_4_0_sh_mask.h"
index 3f1ca86967048c2bc4ad71c5e58c3f6430951a8d..aa0787de51a372ce7ff0eced7dce7d527cf125b1 100644 (file)
@@ -28,7 +28,6 @@
 #include "soc15d.h"
 #include "soc15_common.h"
 
-#include "soc15ip.h"
 #include "vcn/vcn_1_0_offset.h"
 #include "vcn/vcn_1_0_sh_mask.h"
 #include "hdp/hdp_4_0_offset.h"
index ca778cd4e6e84c1d4e0005dc5e8545207de1c787..a1d8bbbb269c4aa6190f6d019e20ae72abff5096 100644 (file)
@@ -25,8 +25,6 @@
 #include "amdgpu_ih.h"
 #include "soc15.h"
 
-
-#include "soc15ip.h"
 #include "oss/osssys_4_0_offset.h"
 #include "oss/osssys_4_0_sh_mask.h"