diff options
author | Feifei Xu <Feifei.Xu@amd.com> | 2017-11-24 12:31:36 +0800 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2017-12-06 12:48:22 -0500 |
commit | fb960bd28354805a7e2a6dbdf8d8d07a5160d0cd (patch) | |
tree | a36bcf5723014f3d98b5d5bc5c56d5641be7911c /drivers/gpu/drm/amd/amdgpu/psp_v3_1.c | |
parent | 8af7454e7c6b20cd8d130f08c443d1e76033d0ca (diff) | |
download | linux-fb960bd28354805a7e2a6dbdf8d8d07a5160d0cd.tar.gz linux-fb960bd28354805a7e2a6dbdf8d8d07a5160d0cd.tar.bz2 linux-fb960bd28354805a7e2a6dbdf8d8d07a5160d0cd.zip |
drm/amd/include:cleanup vega10 header files.
Remove asic_reg/vega10 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/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 7a9832b8ff51..e75a23d858ef 100644 --- a/drivers/gpu/drm/amd/amdgpu/psp_v3_1.c +++ b/drivers/gpu/drm/amd/amdgpu/psp_v3_1.c @@ -31,7 +31,7 @@ #include "soc15_common.h" #include "psp_v3_1.h" -#include "vega10/soc15ip.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" |