diff options
| author | Feifei Xu <[email protected]> | 2017-11-24 02:29:00 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2017-12-06 17:48:20 +0000 |
| commit | cde5c34f63a6bbd082e3ce993919f23f1ac5fb68 (patch) | |
| tree | 3596415f6a8a0a5c99223c253208cb66ec67fac2 /drivers/gpu/drm/amd/amdgpu/soc15.c | |
| parent | drm/amd/include:cleanup vega10 vce header files. (diff) | |
| download | kernel-cde5c34f63a6bbd082e3ce993919f23f1ac5fb68.tar.gz kernel-cde5c34f63a6bbd082e3ce993919f23f1ac5fb68.zip | |
drm/amd/include:cleanup vega10 gc header files.
Cleanup asic_reg/vega10/GC folder.
Signed-off-by: Feifei Xu <[email protected]>
Signed-off-by: Feifei Xu <[email protected]>
Reviewed-by: Christian König <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/soc15.c')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/soc15.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/soc15.c b/drivers/gpu/drm/amd/amdgpu/soc15.c index 77c6d1887079..47cef08c9951 100644 --- a/drivers/gpu/drm/amd/amdgpu/soc15.c +++ b/drivers/gpu/drm/amd/amdgpu/soc15.c @@ -36,8 +36,8 @@ #include "vega10/soc15ip.h" #include "uvd/uvd_7_0_offset.h" -#include "vega10/GC/gc_9_0_offset.h" -#include "vega10/GC/gc_9_0_sh_mask.h" +#include "gc/gc_9_0_offset.h" +#include "gc/gc_9_0_sh_mask.h" #include "sdma0/sdma0_4_0_offset.h" #include "sdma1/sdma1_4_0_offset.h" #include "hdp/hdp_4_0_offset.h" |
