Browse Source

drm/amd/include:cleanup vega10 thm header files.

Cleanup asic_reg/vega10/THM 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>
Feifei Xu 7 years ago
parent
commit
a629bf32df

+ 0 - 0
drivers/gpu/drm/amd/include/asic_reg/vega10/THM/thm_9_0_default.h → drivers/gpu/drm/amd/include/asic_reg/thm/thm_9_0_default.h


+ 0 - 0
drivers/gpu/drm/amd/include/asic_reg/vega10/THM/thm_9_0_offset.h → drivers/gpu/drm/amd/include/asic_reg/thm/thm_9_0_offset.h


+ 0 - 0
drivers/gpu/drm/amd/include/asic_reg/vega10/THM/thm_9_0_sh_mask.h → drivers/gpu/drm/amd/include/asic_reg/thm/thm_9_0_sh_mask.h


+ 3 - 3
drivers/gpu/drm/amd/powerplay/hwmgr/vega10_inc.h

@@ -24,9 +24,9 @@
 #ifndef VEGA10_INC_H
 #define VEGA10_INC_H
 
-#include "asic_reg/vega10/THM/thm_9_0_default.h"
-#include "asic_reg/vega10/THM/thm_9_0_offset.h"
-#include "asic_reg/vega10/THM/thm_9_0_sh_mask.h"
+#include "asic_reg/thm/thm_9_0_default.h"
+#include "asic_reg/thm/thm_9_0_offset.h"
+#include "asic_reg/thm/thm_9_0_sh_mask.h"
 
 #include "asic_reg/mp/mp_9_0_offset.h"
 #include "asic_reg/mp/mp_9_0_sh_mask.h"