diff options
author | Feifei Xu <Feifei.Xu@amd.com> | 2017-11-23 07:54:48 +0100 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2017-12-06 18:48:21 +0100 |
commit | f0a58aa3f2ca113ff1f435cd186a0d3895a1cafb (patch) | |
tree | 8e2455ed705a940558d5cee6dfb6c3fcf793aeba /drivers/gpu/drm/amd/amdgpu/nbio_v6_1.c | |
parent | drm/amd/include:cleanup vega10 mmhub header files. (diff) | |
download | linux-f0a58aa3f2ca113ff1f435cd186a0d3895a1cafb.tar.xz linux-f0a58aa3f2ca113ff1f435cd186a0d3895a1cafb.zip |
drm/amd/include:cleanup vega10 nbio header files.
Cleanup asic_reg/vega10/NBIO folder.
Signed-off-by: Feifei Xu <Feifei.Xu@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/nbio_v6_1.c')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/nbio_v6_1.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/nbio_v6_1.c b/drivers/gpu/drm/amd/amdgpu/nbio_v6_1.c index 904a1bab9b9f..fd9f71e8a2d2 100644 --- a/drivers/gpu/drm/amd/amdgpu/nbio_v6_1.c +++ b/drivers/gpu/drm/amd/amdgpu/nbio_v6_1.c @@ -25,9 +25,9 @@ #include "nbio_v6_1.h" #include "vega10/soc15ip.h" -#include "vega10/NBIO/nbio_6_1_default.h" -#include "vega10/NBIO/nbio_6_1_offset.h" -#include "vega10/NBIO/nbio_6_1_sh_mask.h" +#include "nbio/nbio_6_1_default.h" +#include "nbio/nbio_6_1_offset.h" +#include "nbio/nbio_6_1_sh_mask.h" #include "vega10/vega10_enum.h" #define smnCPM_CONTROL 0x11180460 |