diff options
author | Feifei Xu <Feifei.Xu@amd.com> | 2017-11-23 01:30:43 -0500 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2017-12-06 12:48:20 -0500 |
commit | 65417d9f553b5877a3fa4e32544e6a2bcb539ea9 (patch) | |
tree | 752125f3699dd3f866c9c04c8e923a345e312ffe /drivers/gpu/drm/amd/amdgpu/mmhub_v1_0.c | |
parent | cde5c34f63a6bbd082e3ce993919f23f1ac5fb68 (diff) |
drm/amd/include:cleanup vega10 mmhub header files.
Cleanup asic_reg/vega10/MMHUB folder.
Signed-off-by: Feifei Xu <Feifei.Xu@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/mmhub_v1_0.c')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/mmhub_v1_0.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/mmhub_v1_0.c b/drivers/gpu/drm/amd/amdgpu/mmhub_v1_0.c index 04e9527f5bce..d2268575b098 100644 --- a/drivers/gpu/drm/amd/amdgpu/mmhub_v1_0.c +++ b/drivers/gpu/drm/amd/amdgpu/mmhub_v1_0.c | |||
@@ -24,9 +24,9 @@ | |||
24 | #include "mmhub_v1_0.h" | 24 | #include "mmhub_v1_0.h" |
25 | 25 | ||
26 | #include "vega10/soc15ip.h" | 26 | #include "vega10/soc15ip.h" |
27 | #include "vega10/MMHUB/mmhub_1_0_offset.h" | 27 | #include "mmhub/mmhub_1_0_offset.h" |
28 | #include "vega10/MMHUB/mmhub_1_0_sh_mask.h" | 28 | #include "mmhub/mmhub_1_0_sh_mask.h" |
29 | #include "vega10/MMHUB/mmhub_1_0_default.h" | 29 | #include "mmhub/mmhub_1_0_default.h" |
30 | #include "athub/athub_1_0_offset.h" | 30 | #include "athub/athub_1_0_offset.h" |
31 | #include "athub/athub_1_0_sh_mask.h" | 31 | #include "athub/athub_1_0_sh_mask.h" |
32 | #include "vega10/vega10_enum.h" | 32 | #include "vega10/vega10_enum.h" |