diff options
author | Feifei Xu <Feifei.Xu@amd.com> | 2017-11-24 05:29:00 +0300 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2017-12-06 20:48:20 +0300 |
commit | cde5c34f63a6bbd082e3ce993919f23f1ac5fb68 (patch) | |
tree | 3596415f6a8a0a5c99223c253208cb66ec67fac2 /drivers/gpu/drm/amd/amdgpu/psp_v3_1.c | |
parent | 18297a215ba44a9a28aea87486ec52aecf807e13 (diff) | |
download | linux-cde5c34f63a6bbd082e3ce993919f23f1ac5fb68.tar.xz |
drm/amd/include:cleanup vega10 gc header files.
Cleanup asic_reg/vega10/GC folder.
Signed-off-by: Feifei Xu <Feifei.Xu@amd.com>
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/psp_v3_1.c')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/psp_v3_1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/psp_v3_1.c b/drivers/gpu/drm/amd/amdgpu/psp_v3_1.c index 53df7446295e..ff93070e3bf0 100644 --- a/drivers/gpu/drm/amd/amdgpu/psp_v3_1.c +++ b/drivers/gpu/drm/amd/amdgpu/psp_v3_1.c @@ -34,7 +34,7 @@ #include "vega10/soc15ip.h" #include "mp/mp_9_0_offset.h" #include "mp/mp_9_0_sh_mask.h" -#include "vega10/GC/gc_9_0_offset.h" +#include "gc/gc_9_0_offset.h" #include "sdma0/sdma0_4_0_offset.h" #include "vega10/NBIO/nbio_6_1_offset.h" |