diff options
author | Alex Deucher <alexander.deucher@amd.com> | 2017-01-24 18:00:57 -0500 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2017-01-27 12:20:41 -0500 |
commit | 689957b12b6315c63bd8cce879e2b259a8a4b666 (patch) | |
tree | a098ca3fc70899075cc27be2432e041a8336febf | |
parent | d848c0ba66a05650055b5e3af643a5741b300d46 (diff) |
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>
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/clearstate_si.h (renamed from drivers/gpu/drm/amd/include/asic_reg/si/clearstate_si.h) | 0 | ||||
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/gfx_v6_0.c | 2 | ||||
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/si.c | 2 | ||||
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/si_dma.c | 2 | ||||
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/si_dpm.c | 2 | ||||
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/si_ih.c | 2 | ||||
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/si_smc.c | 2 | ||||
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/sid.h (renamed from drivers/gpu/drm/amd/include/asic_reg/si/sid.h) | 0 |
8 files changed, 6 insertions, 6 deletions
diff --git a/drivers/gpu/drm/amd/include/asic_reg/si/clearstate_si.h b/drivers/gpu/drm/amd/amdgpu/clearstate_si.h index 66e39cdb5cb0..66e39cdb5cb0 100644 --- a/drivers/gpu/drm/amd/include/asic_reg/si/clearstate_si.h +++ b/drivers/gpu/drm/amd/amdgpu/clearstate_si.h | |||
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 @@ | |||
25 | #include "amdgpu_ih.h" | 25 | #include "amdgpu_ih.h" |
26 | #include "amdgpu_gfx.h" | 26 | #include "amdgpu_gfx.h" |
27 | #include "amdgpu_ucode.h" | 27 | #include "amdgpu_ucode.h" |
28 | #include "si/clearstate_si.h" | 28 | #include "clearstate_si.h" |
29 | #include "bif/bif_3_0_d.h" | 29 | #include "bif/bif_3_0_d.h" |
30 | #include "bif/bif_3_0_sh_mask.h" | 30 | #include "bif/bif_3_0_sh_mask.h" |
31 | #include "oss/oss_1_0_d.h" | 31 | #include "oss/oss_1_0_d.h" |
diff --git a/drivers/gpu/drm/amd/amdgpu/si.c b/drivers/gpu/drm/amd/amdgpu/si.c index 413a516dfeb7..da46992f7b18 100644 --- a/drivers/gpu/drm/amd/amdgpu/si.c +++ b/drivers/gpu/drm/amd/amdgpu/si.c | |||
@@ -32,7 +32,7 @@ | |||
32 | #include "amdgpu_vce.h" | 32 | #include "amdgpu_vce.h" |
33 | #include "atom.h" | 33 | #include "atom.h" |
34 | #include "amdgpu_powerplay.h" | 34 | #include "amdgpu_powerplay.h" |
35 | #include "si/sid.h" | 35 | #include "sid.h" |
36 | #include "si_ih.h" | 36 | #include "si_ih.h" |
37 | #include "gfx_v6_0.h" | 37 | #include "gfx_v6_0.h" |
38 | #include "gmc_v6_0.h" | 38 | #include "gmc_v6_0.h" |
diff --git a/drivers/gpu/drm/amd/amdgpu/si_dma.c b/drivers/gpu/drm/amd/amdgpu/si_dma.c index 9b6524690e74..3372a071bb85 100644 --- a/drivers/gpu/drm/amd/amdgpu/si_dma.c +++ b/drivers/gpu/drm/amd/amdgpu/si_dma.c | |||
@@ -24,7 +24,7 @@ | |||
24 | #include <drm/drmP.h> | 24 | #include <drm/drmP.h> |
25 | #include "amdgpu.h" | 25 | #include "amdgpu.h" |
26 | #include "amdgpu_trace.h" | 26 | #include "amdgpu_trace.h" |
27 | #include "si/sid.h" | 27 | #include "sid.h" |
28 | 28 | ||
29 | const u32 sdma_offsets[SDMA_MAX_INSTANCE] = | 29 | const u32 sdma_offsets[SDMA_MAX_INSTANCE] = |
30 | { | 30 | { |
diff --git a/drivers/gpu/drm/amd/amdgpu/si_dpm.c b/drivers/gpu/drm/amd/amdgpu/si_dpm.c index ab2dd5924978..f55e45b52fbc 100644 --- a/drivers/gpu/drm/amd/amdgpu/si_dpm.c +++ b/drivers/gpu/drm/amd/amdgpu/si_dpm.c | |||
@@ -26,7 +26,7 @@ | |||
26 | #include "amdgpu_pm.h" | 26 | #include "amdgpu_pm.h" |
27 | #include "amdgpu_dpm.h" | 27 | #include "amdgpu_dpm.h" |
28 | #include "amdgpu_atombios.h" | 28 | #include "amdgpu_atombios.h" |
29 | #include "si/sid.h" | 29 | #include "sid.h" |
30 | #include "r600_dpm.h" | 30 | #include "r600_dpm.h" |
31 | #include "si_dpm.h" | 31 | #include "si_dpm.h" |
32 | #include "atom.h" | 32 | #include "atom.h" |
diff --git a/drivers/gpu/drm/amd/amdgpu/si_ih.c b/drivers/gpu/drm/amd/amdgpu/si_ih.c index db0f36846661..81f90800ba73 100644 --- a/drivers/gpu/drm/amd/amdgpu/si_ih.c +++ b/drivers/gpu/drm/amd/amdgpu/si_ih.c | |||
@@ -23,7 +23,7 @@ | |||
23 | #include "drmP.h" | 23 | #include "drmP.h" |
24 | #include "amdgpu.h" | 24 | #include "amdgpu.h" |
25 | #include "amdgpu_ih.h" | 25 | #include "amdgpu_ih.h" |
26 | #include "si/sid.h" | 26 | #include "sid.h" |
27 | #include "si_ih.h" | 27 | #include "si_ih.h" |
28 | 28 | ||
29 | static void si_ih_set_interrupt_funcs(struct amdgpu_device *adev); | 29 | static void si_ih_set_interrupt_funcs(struct amdgpu_device *adev); |
diff --git a/drivers/gpu/drm/amd/amdgpu/si_smc.c b/drivers/gpu/drm/amd/amdgpu/si_smc.c index 668ba99d6c05..0726bc3b6f90 100644 --- a/drivers/gpu/drm/amd/amdgpu/si_smc.c +++ b/drivers/gpu/drm/amd/amdgpu/si_smc.c | |||
@@ -25,7 +25,7 @@ | |||
25 | #include <linux/firmware.h> | 25 | #include <linux/firmware.h> |
26 | #include "drmP.h" | 26 | #include "drmP.h" |
27 | #include "amdgpu.h" | 27 | #include "amdgpu.h" |
28 | #include "si/sid.h" | 28 | #include "sid.h" |
29 | #include "ppsmc.h" | 29 | #include "ppsmc.h" |
30 | #include "amdgpu_ucode.h" | 30 | #include "amdgpu_ucode.h" |
31 | #include "sislands_smc.h" | 31 | #include "sislands_smc.h" |
diff --git a/drivers/gpu/drm/amd/include/asic_reg/si/sid.h b/drivers/gpu/drm/amd/amdgpu/sid.h index c57eff159374..c57eff159374 100644 --- a/drivers/gpu/drm/amd/include/asic_reg/si/sid.h +++ b/drivers/gpu/drm/amd/amdgpu/sid.h | |||